Skip to content
Failed

Console Output

Started by GitHub push by Lucho-ctrl
Obtained Jenkinsfile from git https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E2_Eventos_Back/
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Slave1 in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential josejbocanegra
Cloning the remote Git repository
Cloning repository https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E2_Eventos_Back/
 > git init /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E2_Eventos_Back/
 > git --version # timeout=10
 > git --version # 'git version 2.49.0'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E2_Eventos_Back/ +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 76028fb4b768ec823d858fac4a11f7e0c8ea3cf9 (refs/remotes/origin/main)
Commit message: "Implementacion metodo buscar por Email para login"
 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E2_Eventos_Back/ # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 76028fb4b768ec823d858fac4a11f7e0c8ea3cf9 # timeout=10
 > git rev-list --no-walk 8485e367726b30dca081614c285738bbd8511f53 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $SONAR_TOKEN
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] scmSkip
SCM Skip: Pattern .*\[ci-skip\].* NOT matched on message: Creacion Paquetes de servicios con las clases de servicios de cada entidad

[Pipeline] git
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Warning: CredentialId "c0e8826e-5e2c-4c1c-a484-6c17d53ac539" could not be found.
Fetching changes from the remote Git repository
Checking out Revision 76028fb4b768ec823d858fac4a11f7e0c8ea3cf9 (refs/remotes/origin/main)
Commit message: "Implementacion metodo buscar por Email para login"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] script
[Pipeline] {
 > git rev-parse --resolve-git-dir /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back/.git # timeout=10
 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E2_Eventos_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E2_Eventos_Back
 > git --version # timeout=10
 > git --version # 'git version 2.49.0'
 > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E2_Eventos_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 76028fb4b768ec823d858fac4a11f7e0c8ea3cf9 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 76028fb4b768ec823d858fac4a11f7e0c8ea3cf9 # timeout=10
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . citools-isis2603:latest
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
Slave1 does not seem to be running inside a container
$ docker run -t -d -u 1000:1000 -v $HOME/.m2:/root/.m2:z -u root -w /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back -v /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back:/home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back:rw,z -v /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back@tmp:/home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** citools-isis2603:latest cat
$ docker top 3e95cc95a8ba17461573b75ca5751ae8d4655a928b6038a97b32e6a30e27ba0b -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[Pipeline] {
[Pipeline] sh
+ java -version
openjdk version "21.0.4" 2024-07-16 LTS
OpenJDK Runtime Environment Temurin-21.0.4+7 (build 21.0.4+7-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.4+7 (build 21.0.4+7-LTS, mixed mode, sharing)
+ mvn clean install
[INFO] Scanning for projects...
[INFO] 
[INFO] --------< co.edu.udistrital.mdp:MP_202510_G81_E2_Eventos_Back >---------
[INFO] Building MP_202510_G81_E2_Eventos_Back 0.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ MP_202510_G81_E2_Eventos_Back ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202510_G81_E2_Eventos_Back ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ MP_202510_G81_E2_Eventos_Back ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ MP_202510_G81_E2_Eventos_Back ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 132 source files with javac [debug release 21] to target/classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ MP_202510_G81_E2_Eventos_Back ---
[INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ MP_202510_G81_E2_Eventos_Back ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 28 source files with javac [debug release 21] to target/test-classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- surefire:2.22.1:test (default-test) @ MP_202510_G81_E2_Eventos_Back ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running co.edu.udistrital.mdp.eventos.services.payments.MobileWalletServiceTest
00:42:13.283 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.payments.MobileWalletServiceTest]: MobileWalletServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
00:42:13.615 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.payments.MobileWalletServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:14.475Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletServiceTest    : Starting MobileWalletServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:14.477Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletServiceTest    : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:15.255Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:15.397Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 127 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:15.512Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:15.789Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:fb9d57bd-a8e9-4d6e-bc79-b3b41cc8e2b9;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:16.503Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:16.647Z  INFO 104 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.4.4.Final
2025-07-02T00:42:16.723Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:17.335Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:17.455Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:19.789Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:19.934Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:21.071Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletServiceTest    : Started MobileWalletServiceTest in 7.282 seconds (process running for 9.849)
WARNING: A Java agent has been loaded dynamically (/root/.m2/repository/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
2025-07-02T00:42:22.202Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletService        : Inicia proceso de creación de la billetera movil
Hibernate: select mwe1_0.id from method_of_payment mwe1_0 where mwe1_0.type_of_wallet=? and mwe1_0.phone_account=? and mwe1_0.method_type='WALLET' fetch first ? rows only
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
2025-07-02T00:42:22.370Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletService        : Termina proceso de creación de la tarjeta de credito
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
2025-07-02T00:42:22.413Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletService        : Inicia proceso de actualizar la billetera movil con id = {0}
Hibernate: select mwe1_0.id from method_of_payment mwe1_0 where mwe1_0.type_of_wallet=? and mwe1_0.phone_account=? and mwe1_0.method_type='WALLET' fetch first ? rows only
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
2025-07-02T00:42:22.439Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletService        : Inicia proceso de consultar todas las billeteras moviles
Hibernate: select mwe1_0.id,mwe1_0.assistant_id,mwe1_0.type,mwe1_0.email,mwe1_0.identity_document,mwe1_0.otp_code,mwe1_0.phone_account,mwe1_0.type_of_wallet from method_of_payment mwe1_0 where mwe1_0.method_type='WALLET'
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
2025-07-02T00:42:22.480Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletService        : Inicia proceso de eliminar la billetera movil con id = {0}
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
2025-07-02T00:42:22.502Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletService        : Inicia proceso de consultar la billetera movil con id = {0}
2025-07-02T00:42:22.503Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletService        : Inicia proceso de consultar la billetera movil con id = {0}
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
2025-07-02T00:42:22.516Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletService        : Inicia proceso de actualizar la billetera movil con id = {0}
Hibernate: select mwe1_0.id from method_of_payment mwe1_0 where mwe1_0.type_of_wallet=? and mwe1_0.phone_account=? and mwe1_0.method_type='WALLET' fetch first ? rows only
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
2025-07-02T00:42:22.533Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletService        : Inicia proceso de consultar la billetera movil con id = {0}
Hibernate: select mwe1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,p1_0.method_of_payment_id,n1_0.id,a3_0.id,a3_0.birth_date,a3_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,b1_0.id,a4_0.id,a4_0.birth_date,a4_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,p2_0.id,p2_0.dtype,p2_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,p2_0.method_of_payment_id,p2_0.notification_id,p2_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p3_0.id,p3_0.dtype,p3_0.amount,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,p3_0.method_of_payment_id,p3_0.notification_id,p3_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p3_0.remaining_seats,p3_0.code,p3_0.description,p3_0.discount,p3_0.purchase_id,b1_0.remaining_seats,n1_0.description,p1_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p5_0.id,p5_0.dtype,p5_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,p5_0.method_of_payment_id,n4_0.id,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,b2_0.id,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,p6_0.id,p6_0.dtype,p6_0.amount,a10_0.id,a10_0.birth_date,a10_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,p6_0.method_of_payment_id,p6_0.notification_id,p6_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p6_0.remaining_seats,p6_0.code,p6_0.description,p6_0.discount,p6_0.purchase_id,b2_0.remaining_seats,n4_0.description,p5_0.purchase_date,r5_0.id,r5_0.date,r5_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id,mwe1_0.type,mwe1_0.email,mwe1_0.identity_document,mwe1_0.otp_code,mwe1_0.phone_account,mwe1_0.type_of_wallet from method_of_payment mwe1_0 left join assistant_entity a1_0 on a1_0.id=mwe1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join purchase_entity p1_0 on mwe1_0.id=p1_0.method_of_payment_id left join assistant_entity a2_0 on a2_0.id=p1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a3_0 on a3_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a3_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join booking_entity b1_0 on n1_0.id=b1_0.notification_id left join assistant_entity a4_0 on a4_0.id=b1_0.assistant_id left join event_entity e4_0 on e4_0.id=a4_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join event_entity e5_0 on e5_0.id=b1_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join purchase_entity p2_0 on p2_0.id=b1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p2_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join refund_entity r1_0 on r1_0.id=p2_0.refund_id left join purchase_entity p3_0 on p3_0.id=p2_0.purchase_id left join assistant_entity a6_0 on a6_0.id=p3_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r2_0 on r2_0.id=p3_0.refund_id left join refund_entity r3_0 on r3_0.id=p1_0.refund_id left join purchase_entity p5_0 on p5_0.id=p1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p5_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join notification_entity n4_0 on n4_0.id=p5_0.notification_id left join assistant_entity a8_0 on a8_0.id=n4_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a9_0 on a9_0.id=b2_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join event_entity e11_0 on e11_0.id=b2_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join purchase_entity p6_0 on p6_0.id=b2_0.purchase_id left join assistant_entity a10_0 on a10_0.id=p6_0.assistant_id left join event_entity e12_0 on e12_0.id=a10_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join refund_entity r4_0 on r4_0.id=p6_0.refund_id left join refund_entity r5_0 on r5_0.id=p5_0.refund_id where mwe1_0.method_type='WALLET' and mwe1_0.id=?
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
2025-07-02T00:42:22.586Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletService        : Inicia proceso de creación de la billetera movil
Hibernate: select mwe1_0.id from method_of_payment mwe1_0 where mwe1_0.type_of_wallet=? and mwe1_0.phone_account=? and mwe1_0.method_type='WALLET' fetch first ? rows only
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
2025-07-02T00:42:22.602Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletService        : Inicia proceso de actualizar la billetera movil con id = {0}
Hibernate: select mwe1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,p1_0.method_of_payment_id,n1_0.id,a3_0.id,a3_0.birth_date,a3_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,b1_0.id,a4_0.id,a4_0.birth_date,a4_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,p2_0.id,p2_0.dtype,p2_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,p2_0.method_of_payment_id,p2_0.notification_id,p2_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p3_0.id,p3_0.dtype,p3_0.amount,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,p3_0.method_of_payment_id,p3_0.notification_id,p3_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p3_0.remaining_seats,p3_0.code,p3_0.description,p3_0.discount,p3_0.purchase_id,b1_0.remaining_seats,n1_0.description,p1_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p5_0.id,p5_0.dtype,p5_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,p5_0.method_of_payment_id,n4_0.id,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,b2_0.id,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,p6_0.id,p6_0.dtype,p6_0.amount,a10_0.id,a10_0.birth_date,a10_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,p6_0.method_of_payment_id,p6_0.notification_id,p6_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p6_0.remaining_seats,p6_0.code,p6_0.description,p6_0.discount,p6_0.purchase_id,b2_0.remaining_seats,n4_0.description,p5_0.purchase_date,r5_0.id,r5_0.date,r5_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id,mwe1_0.type,mwe1_0.email,mwe1_0.identity_document,mwe1_0.otp_code,mwe1_0.phone_account,mwe1_0.type_of_wallet from method_of_payment mwe1_0 left join assistant_entity a1_0 on a1_0.id=mwe1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join purchase_entity p1_0 on mwe1_0.id=p1_0.method_of_payment_id left join assistant_entity a2_0 on a2_0.id=p1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a3_0 on a3_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a3_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join booking_entity b1_0 on n1_0.id=b1_0.notification_id left join assistant_entity a4_0 on a4_0.id=b1_0.assistant_id left join event_entity e4_0 on e4_0.id=a4_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join event_entity e5_0 on e5_0.id=b1_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join purchase_entity p2_0 on p2_0.id=b1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p2_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join refund_entity r1_0 on r1_0.id=p2_0.refund_id left join purchase_entity p3_0 on p3_0.id=p2_0.purchase_id left join assistant_entity a6_0 on a6_0.id=p3_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r2_0 on r2_0.id=p3_0.refund_id left join refund_entity r3_0 on r3_0.id=p1_0.refund_id left join purchase_entity p5_0 on p5_0.id=p1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p5_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join notification_entity n4_0 on n4_0.id=p5_0.notification_id left join assistant_entity a8_0 on a8_0.id=n4_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a9_0 on a9_0.id=b2_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join event_entity e11_0 on e11_0.id=b2_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join purchase_entity p6_0 on p6_0.id=b2_0.purchase_id left join assistant_entity a10_0 on a10_0.id=p6_0.assistant_id left join event_entity e12_0 on e12_0.id=a10_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join refund_entity r4_0 on r4_0.id=p6_0.refund_id left join refund_entity r5_0 on r5_0.id=p5_0.refund_id where mwe1_0.method_type='WALLET' and mwe1_0.id=?
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
Hibernate: insert into method_of_payment (assistant_id,type,email,identity_document,otp_code,phone_account,type_of_wallet,method_type,id) values (?,?,?,?,?,?,?,'WALLET',default)
2025-07-02T00:42:22.634Z  INFO 104 --- [           main] c.e.u.m.e.s.p.MobileWalletService        : Inicia proceso de eliminar la billetera movil con id = {0}
Hibernate: select mwe1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,p1_0.method_of_payment_id,n1_0.id,a3_0.id,a3_0.birth_date,a3_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,b1_0.id,a4_0.id,a4_0.birth_date,a4_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,p2_0.id,p2_0.dtype,p2_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,p2_0.method_of_payment_id,p2_0.notification_id,p2_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p3_0.id,p3_0.dtype,p3_0.amount,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,p3_0.method_of_payment_id,p3_0.notification_id,p3_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p3_0.remaining_seats,p3_0.code,p3_0.description,p3_0.discount,p3_0.purchase_id,b1_0.remaining_seats,n1_0.description,p1_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p5_0.id,p5_0.dtype,p5_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,p5_0.method_of_payment_id,n4_0.id,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,b2_0.id,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,p6_0.id,p6_0.dtype,p6_0.amount,a10_0.id,a10_0.birth_date,a10_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,p6_0.method_of_payment_id,p6_0.notification_id,p6_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p6_0.remaining_seats,p6_0.code,p6_0.description,p6_0.discount,p6_0.purchase_id,b2_0.remaining_seats,n4_0.description,p5_0.purchase_date,r5_0.id,r5_0.date,r5_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id,mwe1_0.type,mwe1_0.email,mwe1_0.identity_document,mwe1_0.otp_code,mwe1_0.phone_account,mwe1_0.type_of_wallet from method_of_payment mwe1_0 left join assistant_entity a1_0 on a1_0.id=mwe1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join purchase_entity p1_0 on mwe1_0.id=p1_0.method_of_payment_id left join assistant_entity a2_0 on a2_0.id=p1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a3_0 on a3_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a3_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join booking_entity b1_0 on n1_0.id=b1_0.notification_id left join assistant_entity a4_0 on a4_0.id=b1_0.assistant_id left join event_entity e4_0 on e4_0.id=a4_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join event_entity e5_0 on e5_0.id=b1_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join purchase_entity p2_0 on p2_0.id=b1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p2_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join refund_entity r1_0 on r1_0.id=p2_0.refund_id left join purchase_entity p3_0 on p3_0.id=p2_0.purchase_id left join assistant_entity a6_0 on a6_0.id=p3_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r2_0 on r2_0.id=p3_0.refund_id left join refund_entity r3_0 on r3_0.id=p1_0.refund_id left join purchase_entity p5_0 on p5_0.id=p1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p5_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join notification_entity n4_0 on n4_0.id=p5_0.notification_id left join assistant_entity a8_0 on a8_0.id=n4_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a9_0 on a9_0.id=b2_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join event_entity e11_0 on e11_0.id=b2_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join purchase_entity p6_0 on p6_0.id=b2_0.purchase_id left join assistant_entity a10_0 on a10_0.id=p6_0.assistant_id left join event_entity e12_0 on e12_0.id=a10_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join refund_entity r4_0 on r4_0.id=p6_0.refund_id left join refund_entity r5_0 on r5_0.id=p5_0.refund_id where mwe1_0.method_type='WALLET' and mwe1_0.id=?
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.922 s - in co.edu.udistrital.mdp.eventos.services.payments.MobileWalletServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.payments.DebitCardServiceTest
2025-07-02T00:42:22.655Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.payments.DebitCardServiceTest]: DebitCardServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:22.663Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.payments.DebitCardServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:22.707Z  INFO 104 --- [           main] c.e.u.m.e.s.p.DebitCardServiceTest       : Starting DebitCardServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:22.708Z  INFO 104 --- [           main] c.e.u.m.e.s.p.DebitCardServiceTest       : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:22.838Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:22.867Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:22.890Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:22.910Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:d97dbb94-b027-4b06-9a99-98b7cee7400c;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:22.937Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:22.939Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:22.943Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:22.945Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:23.328Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:23.377Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:23.644Z  INFO 104 --- [           main] c.e.u.m.e.s.p.DebitCardServiceTest       : Started DebitCardServiceTest in 0.978 seconds (process running for 12.423)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
2025-07-02T00:42:23.662Z  INFO 104 --- [           main] c.e.u.m.e.s.p.DebitCardService           : Inicia proceso de consultar todas las tarjetas de debito
Hibernate: select dce1_0.id,dce1_0.assistant_id,dce1_0.type,dce1_0.card_holder_name,dce1_0.card_number,dce1_0.security_code from method_of_payment dce1_0 where dce1_0.method_type='DEBIT_CARD'
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
2025-07-02T00:42:23.678Z  INFO 104 --- [           main] c.e.u.m.e.s.p.DebitCardService           : Inicia proceso de eliminar la tarjeta de debito con id = {0}
Hibernate: select dce1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,p1_0.method_of_payment_id,n1_0.id,a3_0.id,a3_0.birth_date,a3_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,b1_0.id,a4_0.id,a4_0.birth_date,a4_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,p2_0.id,p2_0.dtype,p2_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,p2_0.method_of_payment_id,p2_0.notification_id,p2_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p3_0.id,p3_0.dtype,p3_0.amount,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,p3_0.method_of_payment_id,p3_0.notification_id,p3_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p3_0.remaining_seats,p3_0.code,p3_0.description,p3_0.discount,p3_0.purchase_id,b1_0.remaining_seats,n1_0.description,p1_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p5_0.id,p5_0.dtype,p5_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,p5_0.method_of_payment_id,n4_0.id,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,b2_0.id,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,p6_0.id,p6_0.dtype,p6_0.amount,a10_0.id,a10_0.birth_date,a10_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,p6_0.method_of_payment_id,p6_0.notification_id,p6_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p6_0.remaining_seats,p6_0.code,p6_0.description,p6_0.discount,p6_0.purchase_id,b2_0.remaining_seats,n4_0.description,p5_0.purchase_date,r5_0.id,r5_0.date,r5_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id,dce1_0.type,dce1_0.card_holder_name,dce1_0.card_number,dce1_0.security_code from method_of_payment dce1_0 left join assistant_entity a1_0 on a1_0.id=dce1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join purchase_entity p1_0 on dce1_0.id=p1_0.method_of_payment_id left join assistant_entity a2_0 on a2_0.id=p1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a3_0 on a3_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a3_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join booking_entity b1_0 on n1_0.id=b1_0.notification_id left join assistant_entity a4_0 on a4_0.id=b1_0.assistant_id left join event_entity e4_0 on e4_0.id=a4_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join event_entity e5_0 on e5_0.id=b1_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join purchase_entity p2_0 on p2_0.id=b1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p2_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join refund_entity r1_0 on r1_0.id=p2_0.refund_id left join purchase_entity p3_0 on p3_0.id=p2_0.purchase_id left join assistant_entity a6_0 on a6_0.id=p3_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r2_0 on r2_0.id=p3_0.refund_id left join refund_entity r3_0 on r3_0.id=p1_0.refund_id left join purchase_entity p5_0 on p5_0.id=p1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p5_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join notification_entity n4_0 on n4_0.id=p5_0.notification_id left join assistant_entity a8_0 on a8_0.id=n4_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a9_0 on a9_0.id=b2_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join event_entity e11_0 on e11_0.id=b2_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join purchase_entity p6_0 on p6_0.id=b2_0.purchase_id left join assistant_entity a10_0 on a10_0.id=p6_0.assistant_id left join event_entity e12_0 on e12_0.id=a10_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join refund_entity r4_0 on r4_0.id=p6_0.refund_id left join refund_entity r5_0 on r5_0.id=p5_0.refund_id where dce1_0.method_type='DEBIT_CARD' and dce1_0.id=?
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
2025-07-02T00:42:23.706Z  INFO 104 --- [           main] c.e.u.m.e.s.p.DebitCardService           : Inicia proceso de consultar la tarjeta de debito con id = {0}
Hibernate: select dce1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,p1_0.method_of_payment_id,n1_0.id,a3_0.id,a3_0.birth_date,a3_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,b1_0.id,a4_0.id,a4_0.birth_date,a4_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,p2_0.id,p2_0.dtype,p2_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,p2_0.method_of_payment_id,p2_0.notification_id,p2_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p3_0.id,p3_0.dtype,p3_0.amount,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,p3_0.method_of_payment_id,p3_0.notification_id,p3_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p3_0.remaining_seats,p3_0.code,p3_0.description,p3_0.discount,p3_0.purchase_id,b1_0.remaining_seats,n1_0.description,p1_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p5_0.id,p5_0.dtype,p5_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,p5_0.method_of_payment_id,n4_0.id,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,b2_0.id,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,p6_0.id,p6_0.dtype,p6_0.amount,a10_0.id,a10_0.birth_date,a10_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,p6_0.method_of_payment_id,p6_0.notification_id,p6_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p6_0.remaining_seats,p6_0.code,p6_0.description,p6_0.discount,p6_0.purchase_id,b2_0.remaining_seats,n4_0.description,p5_0.purchase_date,r5_0.id,r5_0.date,r5_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id,dce1_0.type,dce1_0.card_holder_name,dce1_0.card_number,dce1_0.security_code from method_of_payment dce1_0 left join assistant_entity a1_0 on a1_0.id=dce1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join purchase_entity p1_0 on dce1_0.id=p1_0.method_of_payment_id left join assistant_entity a2_0 on a2_0.id=p1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a3_0 on a3_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a3_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join booking_entity b1_0 on n1_0.id=b1_0.notification_id left join assistant_entity a4_0 on a4_0.id=b1_0.assistant_id left join event_entity e4_0 on e4_0.id=a4_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join event_entity e5_0 on e5_0.id=b1_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join purchase_entity p2_0 on p2_0.id=b1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p2_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join refund_entity r1_0 on r1_0.id=p2_0.refund_id left join purchase_entity p3_0 on p3_0.id=p2_0.purchase_id left join assistant_entity a6_0 on a6_0.id=p3_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r2_0 on r2_0.id=p3_0.refund_id left join refund_entity r3_0 on r3_0.id=p1_0.refund_id left join purchase_entity p5_0 on p5_0.id=p1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p5_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join notification_entity n4_0 on n4_0.id=p5_0.notification_id left join assistant_entity a8_0 on a8_0.id=n4_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a9_0 on a9_0.id=b2_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join event_entity e11_0 on e11_0.id=b2_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join purchase_entity p6_0 on p6_0.id=b2_0.purchase_id left join assistant_entity a10_0 on a10_0.id=p6_0.assistant_id left join event_entity e12_0 on e12_0.id=a10_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join refund_entity r4_0 on r4_0.id=p6_0.refund_id left join refund_entity r5_0 on r5_0.id=p5_0.refund_id where dce1_0.method_type='DEBIT_CARD' and dce1_0.id=?
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
2025-07-02T00:42:23.728Z  INFO 104 --- [           main] c.e.u.m.e.s.p.DebitCardService           : Inicia proceso de eliminar la tarjeta de debito con id = {0}
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
2025-07-02T00:42:23.739Z  INFO 104 --- [           main] c.e.u.m.e.s.p.DebitCardService           : Inicia proceso de consultar la tarjeta de debito con id = {0}
2025-07-02T00:42:23.740Z  INFO 104 --- [           main] c.e.u.m.e.s.p.DebitCardService           : Termina proceso de consultar la tarjeta de debito con id = {0}
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
2025-07-02T00:42:23.750Z  INFO 104 --- [           main] c.e.u.m.e.s.p.DebitCardService           : Inicia proceso de actualizar la tarjeta de debito con id = {0}
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
2025-07-02T00:42:23.766Z  INFO 104 --- [           main] c.e.u.m.e.s.p.DebitCardService           : Inicia proceso de creación de la tarjeta de debito
Hibernate: select dce1_0.id from method_of_payment dce1_0 where dce1_0.card_number=? and dce1_0.method_type='DEBIT_CARD' fetch first ? rows only
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
2025-07-02T00:42:23.780Z  INFO 104 --- [           main] c.e.u.m.e.s.p.DebitCardService           : Inicia proceso de actualizar la tarjeta de debito con id = {0}
Hibernate: select dce1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,p1_0.method_of_payment_id,n1_0.id,a3_0.id,a3_0.birth_date,a3_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,b1_0.id,a4_0.id,a4_0.birth_date,a4_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,p2_0.id,p2_0.dtype,p2_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,p2_0.method_of_payment_id,p2_0.notification_id,p2_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p3_0.id,p3_0.dtype,p3_0.amount,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,p3_0.method_of_payment_id,p3_0.notification_id,p3_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p3_0.remaining_seats,p3_0.code,p3_0.description,p3_0.discount,p3_0.purchase_id,b1_0.remaining_seats,n1_0.description,p1_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p5_0.id,p5_0.dtype,p5_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,p5_0.method_of_payment_id,n4_0.id,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,b2_0.id,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,p6_0.id,p6_0.dtype,p6_0.amount,a10_0.id,a10_0.birth_date,a10_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,p6_0.method_of_payment_id,p6_0.notification_id,p6_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p6_0.remaining_seats,p6_0.code,p6_0.description,p6_0.discount,p6_0.purchase_id,b2_0.remaining_seats,n4_0.description,p5_0.purchase_date,r5_0.id,r5_0.date,r5_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id,dce1_0.type,dce1_0.card_holder_name,dce1_0.card_number,dce1_0.security_code from method_of_payment dce1_0 left join assistant_entity a1_0 on a1_0.id=dce1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join purchase_entity p1_0 on dce1_0.id=p1_0.method_of_payment_id left join assistant_entity a2_0 on a2_0.id=p1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a3_0 on a3_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a3_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join booking_entity b1_0 on n1_0.id=b1_0.notification_id left join assistant_entity a4_0 on a4_0.id=b1_0.assistant_id left join event_entity e4_0 on e4_0.id=a4_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join event_entity e5_0 on e5_0.id=b1_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join purchase_entity p2_0 on p2_0.id=b1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p2_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join refund_entity r1_0 on r1_0.id=p2_0.refund_id left join purchase_entity p3_0 on p3_0.id=p2_0.purchase_id left join assistant_entity a6_0 on a6_0.id=p3_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r2_0 on r2_0.id=p3_0.refund_id left join refund_entity r3_0 on r3_0.id=p1_0.refund_id left join purchase_entity p5_0 on p5_0.id=p1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p5_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join notification_entity n4_0 on n4_0.id=p5_0.notification_id left join assistant_entity a8_0 on a8_0.id=n4_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a9_0 on a9_0.id=b2_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join event_entity e11_0 on e11_0.id=b2_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join purchase_entity p6_0 on p6_0.id=b2_0.purchase_id left join assistant_entity a10_0 on a10_0.id=p6_0.assistant_id left join event_entity e12_0 on e12_0.id=a10_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join refund_entity r4_0 on r4_0.id=p6_0.refund_id left join refund_entity r5_0 on r5_0.id=p5_0.refund_id where dce1_0.method_type='DEBIT_CARD' and dce1_0.id=?
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
2025-07-02T00:42:23.800Z  INFO 104 --- [           main] c.e.u.m.e.s.p.DebitCardService           : Inicia proceso de creación de la tarjeta de debito
Hibernate: select dce1_0.id from method_of_payment dce1_0 where dce1_0.card_number=? and dce1_0.method_type='DEBIT_CARD' fetch first ? rows only
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,method_type,id) values (?,?,?,?,?,'DEBIT_CARD',default)
2025-07-02T00:42:23.805Z  INFO 104 --- [           main] c.e.u.m.e.s.p.DebitCardService           : Termina proceso de creación de la tarjeta de credito
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.099 s - in co.edu.udistrital.mdp.eventos.services.payments.DebitCardServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.payments.CreditCardServiceTest
2025-07-02T00:42:23.820Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.payments.CreditCardServiceTest]: CreditCardServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:23.832Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.payments.CreditCardServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:23.857Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardServiceTest      : Starting CreditCardServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:23.857Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardServiceTest      : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:23.959Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:23.985Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:24.004Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:24.018Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:01309fdb-e6d4-47f5-b24c-073cfcab2cd9;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:24.040Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:24.042Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:24.046Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:24.048Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:24.325Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:24.368Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:24.625Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardServiceTest      : Started CreditCardServiceTest in 0.788 seconds (process running for 13.404)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
2025-07-02T00:42:24.647Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardService          : Inicia proceso de eliminar la tarjeta de credito con id = {0}
Hibernate: select cce1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,p1_0.method_of_payment_id,n1_0.id,a3_0.id,a3_0.birth_date,a3_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,b1_0.id,a4_0.id,a4_0.birth_date,a4_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,p2_0.id,p2_0.dtype,p2_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,p2_0.method_of_payment_id,p2_0.notification_id,p2_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p3_0.id,p3_0.dtype,p3_0.amount,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,p3_0.method_of_payment_id,p3_0.notification_id,p3_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p3_0.remaining_seats,p3_0.code,p3_0.description,p3_0.discount,p3_0.purchase_id,b1_0.remaining_seats,n1_0.description,p1_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p5_0.id,p5_0.dtype,p5_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,p5_0.method_of_payment_id,n4_0.id,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,b2_0.id,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,p6_0.id,p6_0.dtype,p6_0.amount,a10_0.id,a10_0.birth_date,a10_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,p6_0.method_of_payment_id,p6_0.notification_id,p6_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p6_0.remaining_seats,p6_0.code,p6_0.description,p6_0.discount,p6_0.purchase_id,b2_0.remaining_seats,n4_0.description,p5_0.purchase_date,r5_0.id,r5_0.date,r5_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id,cce1_0.type,cce1_0.card_holder_name,cce1_0.card_number,cce1_0.security_code,cce1_0.expiration_date from method_of_payment cce1_0 left join assistant_entity a1_0 on a1_0.id=cce1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join purchase_entity p1_0 on cce1_0.id=p1_0.method_of_payment_id left join assistant_entity a2_0 on a2_0.id=p1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a3_0 on a3_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a3_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join booking_entity b1_0 on n1_0.id=b1_0.notification_id left join assistant_entity a4_0 on a4_0.id=b1_0.assistant_id left join event_entity e4_0 on e4_0.id=a4_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join event_entity e5_0 on e5_0.id=b1_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join purchase_entity p2_0 on p2_0.id=b1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p2_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join refund_entity r1_0 on r1_0.id=p2_0.refund_id left join purchase_entity p3_0 on p3_0.id=p2_0.purchase_id left join assistant_entity a6_0 on a6_0.id=p3_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r2_0 on r2_0.id=p3_0.refund_id left join refund_entity r3_0 on r3_0.id=p1_0.refund_id left join purchase_entity p5_0 on p5_0.id=p1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p5_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join notification_entity n4_0 on n4_0.id=p5_0.notification_id left join assistant_entity a8_0 on a8_0.id=n4_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a9_0 on a9_0.id=b2_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join event_entity e11_0 on e11_0.id=b2_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join purchase_entity p6_0 on p6_0.id=b2_0.purchase_id left join assistant_entity a10_0 on a10_0.id=p6_0.assistant_id left join event_entity e12_0 on e12_0.id=a10_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join refund_entity r4_0 on r4_0.id=p6_0.refund_id left join refund_entity r5_0 on r5_0.id=p5_0.refund_id where cce1_0.method_type='CREDIT_CARD' and cce1_0.id=?
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
2025-07-02T00:42:24.668Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardService          : Inicia proceso de actualizar la tarjeta de credito con id = {0}
Hibernate: select cce1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,p1_0.method_of_payment_id,n1_0.id,a3_0.id,a3_0.birth_date,a3_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,b1_0.id,a4_0.id,a4_0.birth_date,a4_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,p2_0.id,p2_0.dtype,p2_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,p2_0.method_of_payment_id,p2_0.notification_id,p2_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p3_0.id,p3_0.dtype,p3_0.amount,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,p3_0.method_of_payment_id,p3_0.notification_id,p3_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p3_0.remaining_seats,p3_0.code,p3_0.description,p3_0.discount,p3_0.purchase_id,b1_0.remaining_seats,n1_0.description,p1_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p5_0.id,p5_0.dtype,p5_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,p5_0.method_of_payment_id,n4_0.id,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,b2_0.id,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,p6_0.id,p6_0.dtype,p6_0.amount,a10_0.id,a10_0.birth_date,a10_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,p6_0.method_of_payment_id,p6_0.notification_id,p6_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p6_0.remaining_seats,p6_0.code,p6_0.description,p6_0.discount,p6_0.purchase_id,b2_0.remaining_seats,n4_0.description,p5_0.purchase_date,r5_0.id,r5_0.date,r5_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id,cce1_0.type,cce1_0.card_holder_name,cce1_0.card_number,cce1_0.security_code,cce1_0.expiration_date from method_of_payment cce1_0 left join assistant_entity a1_0 on a1_0.id=cce1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join purchase_entity p1_0 on cce1_0.id=p1_0.method_of_payment_id left join assistant_entity a2_0 on a2_0.id=p1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a3_0 on a3_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a3_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join booking_entity b1_0 on n1_0.id=b1_0.notification_id left join assistant_entity a4_0 on a4_0.id=b1_0.assistant_id left join event_entity e4_0 on e4_0.id=a4_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join event_entity e5_0 on e5_0.id=b1_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join purchase_entity p2_0 on p2_0.id=b1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p2_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join refund_entity r1_0 on r1_0.id=p2_0.refund_id left join purchase_entity p3_0 on p3_0.id=p2_0.purchase_id left join assistant_entity a6_0 on a6_0.id=p3_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r2_0 on r2_0.id=p3_0.refund_id left join refund_entity r3_0 on r3_0.id=p1_0.refund_id left join purchase_entity p5_0 on p5_0.id=p1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p5_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join notification_entity n4_0 on n4_0.id=p5_0.notification_id left join assistant_entity a8_0 on a8_0.id=n4_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a9_0 on a9_0.id=b2_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join event_entity e11_0 on e11_0.id=b2_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join purchase_entity p6_0 on p6_0.id=b2_0.purchase_id left join assistant_entity a10_0 on a10_0.id=p6_0.assistant_id left join event_entity e12_0 on e12_0.id=a10_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join refund_entity r4_0 on r4_0.id=p6_0.refund_id left join refund_entity r5_0 on r5_0.id=p5_0.refund_id where cce1_0.method_type='CREDIT_CARD' and cce1_0.id=?
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
2025-07-02T00:42:24.701Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardService          : Inicia proceso de creación de la tarjeta de credito
Hibernate: select cce1_0.id from method_of_payment cce1_0 where cce1_0.card_number=? and cce1_0.method_type='CREDIT_CARD' fetch first ? rows only
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
2025-07-02T00:42:24.707Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardService          : Termina proceso de creación de la tarjeta de credito
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
2025-07-02T00:42:24.718Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardService          : Inicia proceso de consultar la tarjeta de credito con id = {0}
2025-07-02T00:42:24.718Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardService          : Termina proceso de consultar la tarjeta de credito con id = {0}
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
2025-07-02T00:42:24.729Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardService          : Inicia proceso de creación de la tarjeta de credito
Hibernate: select cce1_0.id from method_of_payment cce1_0 where cce1_0.card_number=? and cce1_0.method_type='CREDIT_CARD' fetch first ? rows only
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
2025-07-02T00:42:24.741Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardService          : Inicia proceso de consultar la tarjeta de credito con id = {0}
Hibernate: select cce1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,p1_0.method_of_payment_id,n1_0.id,a3_0.id,a3_0.birth_date,a3_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,b1_0.id,a4_0.id,a4_0.birth_date,a4_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,p2_0.id,p2_0.dtype,p2_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,p2_0.method_of_payment_id,p2_0.notification_id,p2_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p3_0.id,p3_0.dtype,p3_0.amount,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,p3_0.method_of_payment_id,p3_0.notification_id,p3_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p3_0.remaining_seats,p3_0.code,p3_0.description,p3_0.discount,p3_0.purchase_id,b1_0.remaining_seats,n1_0.description,p1_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p5_0.id,p5_0.dtype,p5_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,p5_0.method_of_payment_id,n4_0.id,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,b2_0.id,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,p6_0.id,p6_0.dtype,p6_0.amount,a10_0.id,a10_0.birth_date,a10_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,p6_0.method_of_payment_id,p6_0.notification_id,p6_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p6_0.remaining_seats,p6_0.code,p6_0.description,p6_0.discount,p6_0.purchase_id,b2_0.remaining_seats,n4_0.description,p5_0.purchase_date,r5_0.id,r5_0.date,r5_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id,cce1_0.type,cce1_0.card_holder_name,cce1_0.card_number,cce1_0.security_code,cce1_0.expiration_date from method_of_payment cce1_0 left join assistant_entity a1_0 on a1_0.id=cce1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join purchase_entity p1_0 on cce1_0.id=p1_0.method_of_payment_id left join assistant_entity a2_0 on a2_0.id=p1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a3_0 on a3_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a3_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join booking_entity b1_0 on n1_0.id=b1_0.notification_id left join assistant_entity a4_0 on a4_0.id=b1_0.assistant_id left join event_entity e4_0 on e4_0.id=a4_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join event_entity e5_0 on e5_0.id=b1_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join purchase_entity p2_0 on p2_0.id=b1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p2_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join refund_entity r1_0 on r1_0.id=p2_0.refund_id left join purchase_entity p3_0 on p3_0.id=p2_0.purchase_id left join assistant_entity a6_0 on a6_0.id=p3_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r2_0 on r2_0.id=p3_0.refund_id left join refund_entity r3_0 on r3_0.id=p1_0.refund_id left join purchase_entity p5_0 on p5_0.id=p1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p5_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join notification_entity n4_0 on n4_0.id=p5_0.notification_id left join assistant_entity a8_0 on a8_0.id=n4_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a9_0 on a9_0.id=b2_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join event_entity e11_0 on e11_0.id=b2_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join purchase_entity p6_0 on p6_0.id=b2_0.purchase_id left join assistant_entity a10_0 on a10_0.id=p6_0.assistant_id left join event_entity e12_0 on e12_0.id=a10_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join refund_entity r4_0 on r4_0.id=p6_0.refund_id left join refund_entity r5_0 on r5_0.id=p5_0.refund_id where cce1_0.method_type='CREDIT_CARD' and cce1_0.id=?
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
2025-07-02T00:42:24.758Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardService          : Inicia proceso de eliminar la tarjeta de credito con id = {0}
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
2025-07-02T00:42:24.769Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardService          : Inicia proceso de actualizar la tarjeta de credito con id = {0}
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
2025-07-02T00:42:24.780Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardService          : Inicia proceso de actualizar la tarjeta de credito con id = {0}
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
2025-07-02T00:42:24.791Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardService          : Inicia proceso de creación de la tarjeta de credito
Hibernate: select cce1_0.id from method_of_payment cce1_0 where cce1_0.card_number=? and cce1_0.method_type='CREDIT_CARD' fetch first ? rows only
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
Hibernate: insert into method_of_payment (assistant_id,type,card_holder_name,card_number,security_code,expiration_date,method_type,id) values (?,?,?,?,?,?,'CREDIT_CARD',default)
2025-07-02T00:42:24.803Z  INFO 104 --- [           main] c.e.u.m.e.s.p.CreditCardService          : Inicia proceso de consultar todas las tarjetas de credito
Hibernate: select cce1_0.id,cce1_0.assistant_id,cce1_0.type,cce1_0.card_holder_name,cce1_0.card_number,cce1_0.security_code,cce1_0.expiration_date from method_of_payment cce1_0 where cce1_0.method_type='CREDIT_CARD'
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.981 s - in co.edu.udistrital.mdp.eventos.services.payments.CreditCardServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.PurchaseServiceTest
2025-07-02T00:42:24.811Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.bookings.PurchaseServiceTest]: PurchaseServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:24.830Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.bookings.PurchaseServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:24.897Z  INFO 104 --- [           main] c.e.u.m.e.s.b.PurchaseServiceTest        : Starting PurchaseServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:24.897Z  INFO 104 --- [           main] c.e.u.m.e.s.b.PurchaseServiceTest        : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:25.357Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:25.381Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:25.588Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:25.590Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:25.594Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:25.596Z  INFO 104 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2025-07-02T00:42:25.611Z  INFO 104 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn42: url=jdbc:h2:mem:eventos user=SA
2025-07-02T00:42:25.613Z  INFO 104 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2025-07-02T00:42:25.621Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:25.945Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-07-02T00:42:25.986Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:27.205Z  INFO 104 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:eventos'
2025-07-02T00:42:27.238Z  INFO 104 --- [           main] c.e.u.m.e.s.b.PurchaseServiceTest        : Started PurchaseServiceTest in 2.387 seconds (process running for 16.016)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.639 s - in co.edu.udistrital.mdp.eventos.services.bookings.PurchaseServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.PromoServiceTest
2025-07-02T00:42:27.466Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.bookings.PromoServiceTest]: PromoServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:27.467Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.bookings.PromoServiceTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in co.edu.udistrital.mdp.eventos.services.bookings.PromoServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.BookingServiceTest
2025-07-02T00:42:27.593Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.bookings.BookingServiceTest]: BookingServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:27.594Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.bookings.BookingServiceTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in co.edu.udistrital.mdp.eventos.services.bookings.BookingServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.PurchaseRefundServiceTest
2025-07-02T00:42:27.655Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.bookings.PurchaseRefundServiceTest]: PurchaseRefundServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:27.656Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.bookings.PurchaseRefundServiceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in co.edu.udistrital.mdp.eventos.services.bookings.PurchaseRefundServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.NotificationServiceTest
2025-07-02T00:42:27.693Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.bookings.NotificationServiceTest]: NotificationServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:27.695Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.bookings.NotificationServiceTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in co.edu.udistrital.mdp.eventos.services.bookings.NotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.PurchasePromoServiceTest
2025-07-02T00:42:27.857Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.bookings.PurchasePromoServiceTest]: PurchasePromoServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:27.858Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.bookings.PurchasePromoServiceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in co.edu.udistrital.mdp.eventos.services.bookings.PurchasePromoServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.BookingNotificationServiceTest
2025-07-02T00:42:27.898Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.bookings.BookingNotificationServiceTest]: BookingNotificationServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:27.899Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.bookings.BookingNotificationServiceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in co.edu.udistrital.mdp.eventos.services.bookings.BookingNotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.BookingPurchaseServiceTest
2025-07-02T00:42:27.989Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.bookings.BookingPurchaseServiceTest]: BookingPurchaseServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:27.990Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.bookings.BookingPurchaseServiceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in co.edu.udistrital.mdp.eventos.services.bookings.BookingPurchaseServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.PreferenceServiceTest
2025-07-02T00:42:28.026Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.users.PreferenceServiceTest]: PreferenceServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:28.040Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.users.PreferenceServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:28.057Z  INFO 104 --- [           main] c.e.u.m.e.s.users.PreferenceServiceTest  : Starting PreferenceServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:28.057Z  INFO 104 --- [           main] c.e.u.m.e.s.users.PreferenceServiceTest  : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:28.126Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:28.169Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 42 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:28.182Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:28.193Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:a11d6019-9ed0-4529-b032-a3492d072e82;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:28.211Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:28.213Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:28.216Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:28.218Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:28.454Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:28.482Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:28.650Z  INFO 104 --- [           main] c.e.u.m.e.s.users.PreferenceServiceTest  : Started PreferenceServiceTest in 0.608 seconds (process running for 17.428)
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:28.682Z  INFO 104 --- [           main] c.e.u.m.e.s.u.PreferenceService          : Inicia el proceso de obtencion de un asistente = {0}
2025-07-02T00:42:28.683Z  INFO 104 --- [           main] c.e.u.m.e.s.u.PreferenceService          : Termina proceso de obtencion de un asistente = {0}
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:28.696Z  INFO 104 --- [           main] c.e.u.m.e.s.u.PreferenceService          : Inicia el proceso de obtencion de todos los asistentes.
Hibernate: select pe1_0.id,pe1_0.description from preference_entity pe1_0
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:28.710Z  INFO 104 --- [           main] c.e.u.m.e.s.u.PreferenceService          : Inicia el proceso de creación de una preferencia
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:28.722Z  INFO 104 --- [           main] c.e.u.m.e.s.u.PreferenceService          : Inicia el proceso de eliminación de una preferencia = {0}
2025-07-02T00:42:28.724Z  INFO 104 --- [           main] c.e.u.m.e.s.u.PreferenceService          : Inicia el proceso de obtencion de todos los asistentes.
Hibernate: delete from preference_entity where id=?
Hibernate: select pe1_0.id,pe1_0.description from preference_entity pe1_0
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:28.740Z  INFO 104 --- [           main] c.e.u.m.e.s.u.PreferenceService          : Inicia el proceso de actualización de una preferencia = 16
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:28.752Z  INFO 104 --- [           main] c.e.u.m.e.s.u.PreferenceService          : Inicia el proceso de creación de una preferencia
Hibernate: select count(*) from assistant_entity ae1_0 where ae1_0.id=?
Hibernate: select count(*) from assistant_entity ae1_0 where ae1_0.id=?
2025-07-02T00:42:28.856Z  INFO 104 --- [           main] c.e.u.m.e.s.u.PreferenceService          : Preferencia creada con id=null
Hibernate: insert into preference_entity (description,id) values (?,default)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.836 s - in co.edu.udistrital.mdp.eventos.services.users.PreferenceServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantPurchaseServiceTest
2025-07-02T00:42:28.861Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.users.AssistantPurchaseServiceTest]: AssistantPurchaseServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:28.866Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.users.AssistantPurchaseServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:28.890Z  INFO 104 --- [           main] e.u.m.e.s.u.AssistantPurchaseServiceTest : Starting AssistantPurchaseServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:28.890Z  INFO 104 --- [           main] e.u.m.e.s.u.AssistantPurchaseServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:28.982Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:29.002Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:29.016Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:29.025Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:210bcff5-71b9-4458-8c08-74f7246c617b;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:29.042Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:29.044Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:29.048Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:29.049Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:29.281Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:29.308Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:29.473Z  INFO 104 --- [           main] e.u.m.e.s.u.AssistantPurchaseServiceTest : Started AssistantPurchaseServiceTest in 0.604 seconds (process running for 18.252)
Hibernate: delete from purchase_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
2025-07-02T00:42:29.489Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantPurchaseService : Inicia el proceso de obtención de compras de un asistente con id = 999
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from purchase_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
2025-07-02T00:42:29.503Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantPurchaseService : Inicia el proceso de desasociación de una compra de un asistente con id = 3
Hibernate: delete from purchase_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
2025-07-02T00:42:29.513Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantPurchaseService : Inicia el proceso de desasociación de una compra de un asistente con id = 999
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from purchase_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
2025-07-02T00:42:29.523Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantPurchaseService : Inicia el proceso de asociación de una compra a un asistente con id = 999
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from purchase_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
2025-07-02T00:42:29.533Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantPurchaseService : Inicia el proceso de obtención de compras de un asistente con id = 9
Hibernate: delete from purchase_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
2025-07-02T00:42:29.542Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantPurchaseService : Inicia el proceso de obtención de una compra con id = 16 de un asistente con id = 999
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from purchase_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
2025-07-02T00:42:29.555Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantPurchaseService : Inicia el proceso de desasociación de una compra de un asistente con id = 13
Hibernate: select pe1_0.id,pe1_0.dtype,pe1_0.amount,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,mop1_0.id,mop1_0.method_type,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,mop1_0.type,mop1_0.card_holder_name,mop1_0.card_number,mop1_0.security_code,mop1_0.expiration_date,mop1_0.email,mop1_0.identity_document,mop1_0.otp_code,mop1_0.phone_account,mop1_0.type_of_wallet,n1_0.id,a3_0.id,a3_0.birth_date,a3_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,b1_0.id,a4_0.id,a4_0.birth_date,a4_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,mop2_0.id,mop2_0.method_type,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,mop2_0.type,mop2_0.card_holder_name,mop2_0.card_number,mop2_0.security_code,mop2_0.expiration_date,mop2_0.email,mop2_0.identity_document,mop2_0.otp_code,mop2_0.phone_account,mop2_0.type_of_wallet,p1_0.notification_id,p1_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p2_0.id,p2_0.dtype,p2_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,mop3_0.id,mop3_0.method_type,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,mop3_0.type,mop3_0.card_holder_name,mop3_0.card_number,mop3_0.security_code,mop3_0.expiration_date,mop3_0.email,mop3_0.identity_document,mop3_0.otp_code,mop3_0.phone_account,mop3_0.type_of_wallet,p2_0.notification_id,p2_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p2_0.purchase_id,b1_0.remaining_seats,n1_0.description,pe1_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,pe1_0.remaining_seats,pe1_0.code,pe1_0.description,pe1_0.discount,p4_0.id,p4_0.dtype,p4_0.amount,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,mop4_0.id,mop4_0.method_type,a10_0.id,a10_0.birth_date,a10_0.email,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,mop4_0.type,mop4_0.card_holder_name,mop4_0.card_number,mop4_0.security_code,mop4_0.expiration_date,mop4_0.email,mop4_0.identity_document,mop4_0.otp_code,mop4_0.phone_account,mop4_0.type_of_wallet,n4_0.id,a11_0.id,a11_0.birth_date,a11_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a11_0.last_name,a11_0.name,a11_0.number_phone,a11_0.password,b2_0.id,a12_0.id,a12_0.birth_date,a12_0.email,e13_0.id,e13_0.category,e13_0.date,e13_0.description,l13_0.id,l13_0.capacity,l13_0.location,l13_0.name,l13_0.type,e13_0.name,o13_0.id,o13_0.address,o13_0.birth_date,o13_0.email,o13_0.last_name,o13_0.name,o13_0.number_phone,o13_0.password,a12_0.last_name,a12_0.name,a12_0.number_phone,a12_0.password,e14_0.id,e14_0.category,e14_0.date,e14_0.description,l14_0.id,l14_0.capacity,l14_0.location,l14_0.name,l14_0.type,e14_0.name,o14_0.id,o14_0.address,o14_0.birth_date,o14_0.email,o14_0.last_name,o14_0.name,o14_0.number_phone,o14_0.password,p5_0.id,p5_0.dtype,p5_0.amount,a13_0.id,a13_0.birth_date,a13_0.email,e15_0.id,e15_0.category,e15_0.date,e15_0.description,l15_0.id,l15_0.capacity,l15_0.location,l15_0.name,l15_0.type,e15_0.name,o15_0.id,o15_0.address,o15_0.birth_date,o15_0.email,o15_0.last_name,o15_0.name,o15_0.number_phone,o15_0.password,a13_0.last_name,a13_0.name,a13_0.number_phone,a13_0.password,mop5_0.id,mop5_0.method_type,a14_0.id,a14_0.birth_date,a14_0.email,e16_0.id,e16_0.category,e16_0.date,e16_0.description,l16_0.id,l16_0.capacity,l16_0.location,l16_0.name,l16_0.type,e16_0.name,o16_0.id,o16_0.address,o16_0.birth_date,o16_0.email,o16_0.last_name,o16_0.name,o16_0.number_phone,o16_0.password,a14_0.last_name,a14_0.name,a14_0.number_phone,a14_0.password,mop5_0.type,mop5_0.card_holder_name,mop5_0.card_number,mop5_0.security_code,mop5_0.expiration_date,mop5_0.email,mop5_0.identity_document,mop5_0.otp_code,mop5_0.phone_account,mop5_0.type_of_wallet,p5_0.notification_id,p5_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id,b2_0.remaining_seats,n4_0.description,p4_0.purchase_date,r5_0.id,r5_0.date,r5_0.reason,p4_0.remaining_seats,p4_0.code,p4_0.description,p4_0.discount,p4_0.purchase_id from purchase_entity pe1_0 left join assistant_entity a1_0 on a1_0.id=pe1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join method_of_payment mop1_0 on mop1_0.id=pe1_0.method_of_payment_id left join assistant_entity a2_0 on a2_0.id=mop1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=pe1_0.notification_id left join assistant_entity a3_0 on a3_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a3_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join booking_entity b1_0 on n1_0.id=b1_0.notification_id left join assistant_entity a4_0 on a4_0.id=b1_0.assistant_id left join event_entity e4_0 on e4_0.id=a4_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join event_entity e5_0 on e5_0.id=b1_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join purchase_entity p1_0 on p1_0.id=b1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p1_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join method_of_payment mop2_0 on mop2_0.id=p1_0.method_of_payment_id left join assistant_entity a6_0 on a6_0.id=mop2_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r1_0 on r1_0.id=p1_0.refund_id left join purchase_entity p2_0 on p2_0.id=p1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p2_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join method_of_payment mop3_0 on mop3_0.id=p2_0.method_of_payment_id left join assistant_entity a8_0 on a8_0.id=mop3_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join refund_entity r2_0 on r2_0.id=p2_0.refund_id left join refund_entity r3_0 on r3_0.id=pe1_0.refund_id left join purchase_entity p4_0 on p4_0.id=pe1_0.purchase_id left join assistant_entity a9_0 on a9_0.id=p4_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join method_of_payment mop4_0 on mop4_0.id=p4_0.method_of_payment_id left join assistant_entity a10_0 on a10_0.id=mop4_0.assistant_id left join event_entity e11_0 on e11_0.id=a10_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join notification_entity n4_0 on n4_0.id=p4_0.notification_id left join assistant_entity a11_0 on a11_0.id=n4_0.assistant_id left join event_entity e12_0 on e12_0.id=a11_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a12_0 on a12_0.id=b2_0.assistant_id left join event_entity e13_0 on e13_0.id=a12_0.event_id left join location_entity l13_0 on e13_0.id=l13_0.event_id left join organizer_entity o13_0 on o13_0.id=e13_0.organizer_id left join event_entity e14_0 on e14_0.id=b2_0.event_id left join location_entity l14_0 on e14_0.id=l14_0.event_id left join organizer_entity o14_0 on o14_0.id=e14_0.organizer_id left join purchase_entity p5_0 on p5_0.id=b2_0.purchase_id left join assistant_entity a13_0 on a13_0.id=p5_0.assistant_id left join event_entity e15_0 on e15_0.id=a13_0.event_id left join location_entity l15_0 on e15_0.id=l15_0.event_id left join organizer_entity o15_0 on o15_0.id=e15_0.organizer_id left join method_of_payment mop5_0 on mop5_0.id=p5_0.method_of_payment_id left join assistant_entity a14_0 on a14_0.id=mop5_0.assistant_id left join event_entity e16_0 on e16_0.id=a14_0.event_id left join location_entity l16_0 on e16_0.id=l16_0.event_id left join organizer_entity o16_0 on o16_0.id=e16_0.organizer_id left join refund_entity r4_0 on r4_0.id=p5_0.refund_id left join refund_entity r5_0 on r5_0.id=p4_0.refund_id where pe1_0.id=?
Hibernate: delete from purchase_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
2025-07-02T00:42:29.574Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantPurchaseService : Inicia el proceso de obtención de una compra con id = 999 de un asistente con id = 15
Hibernate: select pe1_0.id,pe1_0.dtype,pe1_0.amount,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,mop1_0.id,mop1_0.method_type,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,mop1_0.type,mop1_0.card_holder_name,mop1_0.card_number,mop1_0.security_code,mop1_0.expiration_date,mop1_0.email,mop1_0.identity_document,mop1_0.otp_code,mop1_0.phone_account,mop1_0.type_of_wallet,n1_0.id,a3_0.id,a3_0.birth_date,a3_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,b1_0.id,a4_0.id,a4_0.birth_date,a4_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,mop2_0.id,mop2_0.method_type,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,mop2_0.type,mop2_0.card_holder_name,mop2_0.card_number,mop2_0.security_code,mop2_0.expiration_date,mop2_0.email,mop2_0.identity_document,mop2_0.otp_code,mop2_0.phone_account,mop2_0.type_of_wallet,p1_0.notification_id,p1_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p2_0.id,p2_0.dtype,p2_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,mop3_0.id,mop3_0.method_type,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,mop3_0.type,mop3_0.card_holder_name,mop3_0.card_number,mop3_0.security_code,mop3_0.expiration_date,mop3_0.email,mop3_0.identity_document,mop3_0.otp_code,mop3_0.phone_account,mop3_0.type_of_wallet,p2_0.notification_id,p2_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p2_0.purchase_id,b1_0.remaining_seats,n1_0.description,pe1_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,pe1_0.remaining_seats,pe1_0.code,pe1_0.description,pe1_0.discount,p4_0.id,p4_0.dtype,p4_0.amount,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,mop4_0.id,mop4_0.method_type,a10_0.id,a10_0.birth_date,a10_0.email,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,mop4_0.type,mop4_0.card_holder_name,mop4_0.card_number,mop4_0.security_code,mop4_0.expiration_date,mop4_0.email,mop4_0.identity_document,mop4_0.otp_code,mop4_0.phone_account,mop4_0.type_of_wallet,n4_0.id,a11_0.id,a11_0.birth_date,a11_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a11_0.last_name,a11_0.name,a11_0.number_phone,a11_0.password,b2_0.id,a12_0.id,a12_0.birth_date,a12_0.email,e13_0.id,e13_0.category,e13_0.date,e13_0.description,l13_0.id,l13_0.capacity,l13_0.location,l13_0.name,l13_0.type,e13_0.name,o13_0.id,o13_0.address,o13_0.birth_date,o13_0.email,o13_0.last_name,o13_0.name,o13_0.number_phone,o13_0.password,a12_0.last_name,a12_0.name,a12_0.number_phone,a12_0.password,e14_0.id,e14_0.category,e14_0.date,e14_0.description,l14_0.id,l14_0.capacity,l14_0.location,l14_0.name,l14_0.type,e14_0.name,o14_0.id,o14_0.address,o14_0.birth_date,o14_0.email,o14_0.last_name,o14_0.name,o14_0.number_phone,o14_0.password,p5_0.id,p5_0.dtype,p5_0.amount,a13_0.id,a13_0.birth_date,a13_0.email,e15_0.id,e15_0.category,e15_0.date,e15_0.description,l15_0.id,l15_0.capacity,l15_0.location,l15_0.name,l15_0.type,e15_0.name,o15_0.id,o15_0.address,o15_0.birth_date,o15_0.email,o15_0.last_name,o15_0.name,o15_0.number_phone,o15_0.password,a13_0.last_name,a13_0.name,a13_0.number_phone,a13_0.password,mop5_0.id,mop5_0.method_type,a14_0.id,a14_0.birth_date,a14_0.email,e16_0.id,e16_0.category,e16_0.date,e16_0.description,l16_0.id,l16_0.capacity,l16_0.location,l16_0.name,l16_0.type,e16_0.name,o16_0.id,o16_0.address,o16_0.birth_date,o16_0.email,o16_0.last_name,o16_0.name,o16_0.number_phone,o16_0.password,a14_0.last_name,a14_0.name,a14_0.number_phone,a14_0.password,mop5_0.type,mop5_0.card_holder_name,mop5_0.card_number,mop5_0.security_code,mop5_0.expiration_date,mop5_0.email,mop5_0.identity_document,mop5_0.otp_code,mop5_0.phone_account,mop5_0.type_of_wallet,p5_0.notification_id,p5_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id,b2_0.remaining_seats,n4_0.description,p4_0.purchase_date,r5_0.id,r5_0.date,r5_0.reason,p4_0.remaining_seats,p4_0.code,p4_0.description,p4_0.discount,p4_0.purchase_id from purchase_entity pe1_0 left join assistant_entity a1_0 on a1_0.id=pe1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join method_of_payment mop1_0 on mop1_0.id=pe1_0.method_of_payment_id left join assistant_entity a2_0 on a2_0.id=mop1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=pe1_0.notification_id left join assistant_entity a3_0 on a3_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a3_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join booking_entity b1_0 on n1_0.id=b1_0.notification_id left join assistant_entity a4_0 on a4_0.id=b1_0.assistant_id left join event_entity e4_0 on e4_0.id=a4_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join event_entity e5_0 on e5_0.id=b1_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join purchase_entity p1_0 on p1_0.id=b1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p1_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join method_of_payment mop2_0 on mop2_0.id=p1_0.method_of_payment_id left join assistant_entity a6_0 on a6_0.id=mop2_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r1_0 on r1_0.id=p1_0.refund_id left join purchase_entity p2_0 on p2_0.id=p1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p2_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join method_of_payment mop3_0 on mop3_0.id=p2_0.method_of_payment_id left join assistant_entity a8_0 on a8_0.id=mop3_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join refund_entity r2_0 on r2_0.id=p2_0.refund_id left join refund_entity r3_0 on r3_0.id=pe1_0.refund_id left join purchase_entity p4_0 on p4_0.id=pe1_0.purchase_id left join assistant_entity a9_0 on a9_0.id=p4_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join method_of_payment mop4_0 on mop4_0.id=p4_0.method_of_payment_id left join assistant_entity a10_0 on a10_0.id=mop4_0.assistant_id left join event_entity e11_0 on e11_0.id=a10_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join notification_entity n4_0 on n4_0.id=p4_0.notification_id left join assistant_entity a11_0 on a11_0.id=n4_0.assistant_id left join event_entity e12_0 on e12_0.id=a11_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a12_0 on a12_0.id=b2_0.assistant_id left join event_entity e13_0 on e13_0.id=a12_0.event_id left join location_entity l13_0 on e13_0.id=l13_0.event_id left join organizer_entity o13_0 on o13_0.id=e13_0.organizer_id left join event_entity e14_0 on e14_0.id=b2_0.event_id left join location_entity l14_0 on e14_0.id=l14_0.event_id left join organizer_entity o14_0 on o14_0.id=e14_0.organizer_id left join purchase_entity p5_0 on p5_0.id=b2_0.purchase_id left join assistant_entity a13_0 on a13_0.id=p5_0.assistant_id left join event_entity e15_0 on e15_0.id=a13_0.event_id left join location_entity l15_0 on e15_0.id=l15_0.event_id left join organizer_entity o15_0 on o15_0.id=e15_0.organizer_id left join method_of_payment mop5_0 on mop5_0.id=p5_0.method_of_payment_id left join assistant_entity a14_0 on a14_0.id=mop5_0.assistant_id left join event_entity e16_0 on e16_0.id=a14_0.event_id left join location_entity l16_0 on e16_0.id=l16_0.event_id left join organizer_entity o16_0 on o16_0.id=e16_0.organizer_id left join refund_entity r4_0 on r4_0.id=p5_0.refund_id left join refund_entity r5_0 on r5_0.id=p4_0.refund_id where pe1_0.id=?
Hibernate: delete from purchase_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
2025-07-02T00:42:29.591Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantPurchaseService : Inicia el proceso de obtención de una compra con id = 27 de un asistente con id = 17
Hibernate: delete from purchase_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
2025-07-02T00:42:29.600Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantPurchaseService : Inicia el proceso de obtención de una compra con id = 28 de un asistente con id = 19
Hibernate: delete from purchase_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
2025-07-02T00:42:29.609Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantPurchaseService : Inicia el proceso de asociación de una compra a un asistente con id = 21
Hibernate: select pe1_0.id,pe1_0.dtype,pe1_0.amount,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,mop1_0.id,mop1_0.method_type,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,mop1_0.type,mop1_0.card_holder_name,mop1_0.card_number,mop1_0.security_code,mop1_0.expiration_date,mop1_0.email,mop1_0.identity_document,mop1_0.otp_code,mop1_0.phone_account,mop1_0.type_of_wallet,n1_0.id,a3_0.id,a3_0.birth_date,a3_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,b1_0.id,a4_0.id,a4_0.birth_date,a4_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,mop2_0.id,mop2_0.method_type,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,mop2_0.type,mop2_0.card_holder_name,mop2_0.card_number,mop2_0.security_code,mop2_0.expiration_date,mop2_0.email,mop2_0.identity_document,mop2_0.otp_code,mop2_0.phone_account,mop2_0.type_of_wallet,p1_0.notification_id,p1_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p2_0.id,p2_0.dtype,p2_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,mop3_0.id,mop3_0.method_type,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,mop3_0.type,mop3_0.card_holder_name,mop3_0.card_number,mop3_0.security_code,mop3_0.expiration_date,mop3_0.email,mop3_0.identity_document,mop3_0.otp_code,mop3_0.phone_account,mop3_0.type_of_wallet,p2_0.notification_id,p2_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p2_0.purchase_id,b1_0.remaining_seats,n1_0.description,pe1_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,pe1_0.remaining_seats,pe1_0.code,pe1_0.description,pe1_0.discount,p4_0.id,p4_0.dtype,p4_0.amount,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,mop4_0.id,mop4_0.method_type,a10_0.id,a10_0.birth_date,a10_0.email,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,mop4_0.type,mop4_0.card_holder_name,mop4_0.card_number,mop4_0.security_code,mop4_0.expiration_date,mop4_0.email,mop4_0.identity_document,mop4_0.otp_code,mop4_0.phone_account,mop4_0.type_of_wallet,n4_0.id,a11_0.id,a11_0.birth_date,a11_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a11_0.last_name,a11_0.name,a11_0.number_phone,a11_0.password,b2_0.id,a12_0.id,a12_0.birth_date,a12_0.email,e13_0.id,e13_0.category,e13_0.date,e13_0.description,l13_0.id,l13_0.capacity,l13_0.location,l13_0.name,l13_0.type,e13_0.name,o13_0.id,o13_0.address,o13_0.birth_date,o13_0.email,o13_0.last_name,o13_0.name,o13_0.number_phone,o13_0.password,a12_0.last_name,a12_0.name,a12_0.number_phone,a12_0.password,e14_0.id,e14_0.category,e14_0.date,e14_0.description,l14_0.id,l14_0.capacity,l14_0.location,l14_0.name,l14_0.type,e14_0.name,o14_0.id,o14_0.address,o14_0.birth_date,o14_0.email,o14_0.last_name,o14_0.name,o14_0.number_phone,o14_0.password,p5_0.id,p5_0.dtype,p5_0.amount,a13_0.id,a13_0.birth_date,a13_0.email,e15_0.id,e15_0.category,e15_0.date,e15_0.description,l15_0.id,l15_0.capacity,l15_0.location,l15_0.name,l15_0.type,e15_0.name,o15_0.id,o15_0.address,o15_0.birth_date,o15_0.email,o15_0.last_name,o15_0.name,o15_0.number_phone,o15_0.password,a13_0.last_name,a13_0.name,a13_0.number_phone,a13_0.password,mop5_0.id,mop5_0.method_type,a14_0.id,a14_0.birth_date,a14_0.email,e16_0.id,e16_0.category,e16_0.date,e16_0.description,l16_0.id,l16_0.capacity,l16_0.location,l16_0.name,l16_0.type,e16_0.name,o16_0.id,o16_0.address,o16_0.birth_date,o16_0.email,o16_0.last_name,o16_0.name,o16_0.number_phone,o16_0.password,a14_0.last_name,a14_0.name,a14_0.number_phone,a14_0.password,mop5_0.type,mop5_0.card_holder_name,mop5_0.card_number,mop5_0.security_code,mop5_0.expiration_date,mop5_0.email,mop5_0.identity_document,mop5_0.otp_code,mop5_0.phone_account,mop5_0.type_of_wallet,p5_0.notification_id,p5_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id,b2_0.remaining_seats,n4_0.description,p4_0.purchase_date,r5_0.id,r5_0.date,r5_0.reason,p4_0.remaining_seats,p4_0.code,p4_0.description,p4_0.discount,p4_0.purchase_id from purchase_entity pe1_0 left join assistant_entity a1_0 on a1_0.id=pe1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join method_of_payment mop1_0 on mop1_0.id=pe1_0.method_of_payment_id left join assistant_entity a2_0 on a2_0.id=mop1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=pe1_0.notification_id left join assistant_entity a3_0 on a3_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a3_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join booking_entity b1_0 on n1_0.id=b1_0.notification_id left join assistant_entity a4_0 on a4_0.id=b1_0.assistant_id left join event_entity e4_0 on e4_0.id=a4_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join event_entity e5_0 on e5_0.id=b1_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join purchase_entity p1_0 on p1_0.id=b1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p1_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join method_of_payment mop2_0 on mop2_0.id=p1_0.method_of_payment_id left join assistant_entity a6_0 on a6_0.id=mop2_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r1_0 on r1_0.id=p1_0.refund_id left join purchase_entity p2_0 on p2_0.id=p1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p2_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join method_of_payment mop3_0 on mop3_0.id=p2_0.method_of_payment_id left join assistant_entity a8_0 on a8_0.id=mop3_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join refund_entity r2_0 on r2_0.id=p2_0.refund_id left join refund_entity r3_0 on r3_0.id=pe1_0.refund_id left join purchase_entity p4_0 on p4_0.id=pe1_0.purchase_id left join assistant_entity a9_0 on a9_0.id=p4_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join method_of_payment mop4_0 on mop4_0.id=p4_0.method_of_payment_id left join assistant_entity a10_0 on a10_0.id=mop4_0.assistant_id left join event_entity e11_0 on e11_0.id=a10_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join notification_entity n4_0 on n4_0.id=p4_0.notification_id left join assistant_entity a11_0 on a11_0.id=n4_0.assistant_id left join event_entity e12_0 on e12_0.id=a11_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a12_0 on a12_0.id=b2_0.assistant_id left join event_entity e13_0 on e13_0.id=a12_0.event_id left join location_entity l13_0 on e13_0.id=l13_0.event_id left join organizer_entity o13_0 on o13_0.id=e13_0.organizer_id left join event_entity e14_0 on e14_0.id=b2_0.event_id left join location_entity l14_0 on e14_0.id=l14_0.event_id left join organizer_entity o14_0 on o14_0.id=e14_0.organizer_id left join purchase_entity p5_0 on p5_0.id=b2_0.purchase_id left join assistant_entity a13_0 on a13_0.id=p5_0.assistant_id left join event_entity e15_0 on e15_0.id=a13_0.event_id left join location_entity l15_0 on e15_0.id=l15_0.event_id left join organizer_entity o15_0 on o15_0.id=e15_0.organizer_id left join method_of_payment mop5_0 on mop5_0.id=p5_0.method_of_payment_id left join assistant_entity a14_0 on a14_0.id=mop5_0.assistant_id left join event_entity e16_0 on e16_0.id=a14_0.event_id left join location_entity l16_0 on e16_0.id=l16_0.event_id left join organizer_entity o16_0 on o16_0.id=e16_0.organizer_id left join refund_entity r4_0 on r4_0.id=p5_0.refund_id left join refund_entity r5_0 on r5_0.id=p4_0.refund_id where pe1_0.id=?
Hibernate: delete from purchase_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
2025-07-02T00:42:29.627Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantPurchaseService : Inicia el proceso de desasociación de una compra de un asistente con id = 23
2025-07-02T00:42:29.628Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantPurchaseService : Termina el proceso de desasociación de una compra de un asistente con id = 23
Hibernate: delete from purchase_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
Hibernate: insert into purchase_entity (amount,assistant_id,method_of_payment_id,notification_id,purchase_date,refund_id,remaining_seats,dtype,id) values (?,?,?,?,?,?,?,'PurchaseEntity',default)
2025-07-02T00:42:29.636Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantPurchaseService : Inicia el proceso de asociación de una compra a un asistente con id = 25
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 s - in co.edu.udistrital.mdp.eventos.services.users.AssistantPurchaseServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantNotificationServiceTest
2025-07-02T00:42:29.641Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.users.AssistantNotificationServiceTest]: AssistantNotificationServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:29.647Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.users.AssistantNotificationServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:29.663Z  INFO 104 --- [           main] m.e.s.u.AssistantNotificationServiceTest : Starting AssistantNotificationServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:29.663Z  INFO 104 --- [           main] m.e.s.u.AssistantNotificationServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:29.751Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:29.770Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:29.782Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:29.791Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:5ff138e3-2614-4999-ab42-018d82687608;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:29.808Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:29.809Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:29.813Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:29.814Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:30.040Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:30.064Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:30.218Z  INFO 104 --- [           main] m.e.s.u.AssistantNotificationServiceTest : Started AssistantNotificationServiceTest in 0.568 seconds (process running for 18.997)
Hibernate: delete from notification_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
2025-07-02T00:42:30.229Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Inicia el proceso de obtención de una notificación con id = 1 de un asistente con id = 1
2025-07-02T00:42:30.230Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Termina el proceso de obtención de una notificación con id = 1 de un asistente con id = 1
Hibernate: delete from notification_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
2025-07-02T00:42:30.238Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Inicia el proceso de desasociación de una notificación de un asistente con id = 999
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from notification_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
2025-07-02T00:42:30.247Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Inicia el proceso de asociación de una notificación a un asistente con id = 999
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from notification_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
2025-07-02T00:42:30.256Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Inicia el proceso de desasociación de una notificación de un asistente con id = 7
2025-07-02T00:42:30.277Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Termina el proceso de desasociación de una notificación de un asistente con id = 7
Hibernate: delete from notification_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
2025-07-02T00:42:30.299Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Inicia el proceso de obtención de notificaciones de un asistente con id = 9
2025-07-02T00:42:30.299Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Termina el proceso de obtención de notificaciones de un asistente con id = 9
Hibernate: delete from notification_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
2025-07-02T00:42:30.310Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Inicia el proceso de desasociación de una notificación de un asistente con id = 11
Hibernate: delete from notification_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
2025-07-02T00:42:30.321Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Inicia el proceso de obtención de una notificación con id = 999 de un asistente con id = 13
Hibernate: select ne1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,b1_0.id,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a3_0.id,a3_0.birth_date,a3_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,mop1_0.id,mop1_0.method_type,a4_0.id,a4_0.birth_date,a4_0.email,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,mop1_0.type,mop1_0.card_holder_name,mop1_0.card_number,mop1_0.security_code,mop1_0.expiration_date,mop1_0.email,mop1_0.identity_document,mop1_0.otp_code,mop1_0.phone_account,mop1_0.type_of_wallet,n1_0.id,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,n1_0.description,p1_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p2_0.id,p2_0.dtype,p2_0.amount,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,mop2_0.id,mop2_0.method_type,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,mop2_0.type,mop2_0.card_holder_name,mop2_0.card_number,mop2_0.security_code,mop2_0.expiration_date,mop2_0.email,mop2_0.identity_document,mop2_0.otp_code,mop2_0.phone_account,mop2_0.type_of_wallet,n2_0.id,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,n2_0.description,p2_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p2_0.purchase_id,b1_0.remaining_seats,ne1_0.description,p4_0.id,p4_0.dtype,p4_0.amount,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,mop3_0.id,mop3_0.method_type,a10_0.id,a10_0.birth_date,a10_0.email,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,mop3_0.type,mop3_0.card_holder_name,mop3_0.card_number,mop3_0.security_code,mop3_0.expiration_date,mop3_0.email,mop3_0.identity_document,mop3_0.otp_code,mop3_0.phone_account,mop3_0.type_of_wallet,p4_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p4_0.remaining_seats,p4_0.code,p4_0.description,p4_0.discount,p5_0.id,p5_0.dtype,p5_0.amount,a11_0.id,a11_0.birth_date,a11_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a11_0.last_name,a11_0.name,a11_0.number_phone,a11_0.password,mop4_0.id,mop4_0.method_type,a12_0.id,a12_0.birth_date,a12_0.email,e13_0.id,e13_0.category,e13_0.date,e13_0.description,l13_0.id,l13_0.capacity,l13_0.location,l13_0.name,l13_0.type,e13_0.name,o13_0.id,o13_0.address,o13_0.birth_date,o13_0.email,o13_0.last_name,o13_0.name,o13_0.number_phone,o13_0.password,a12_0.last_name,a12_0.name,a12_0.number_phone,a12_0.password,mop4_0.type,mop4_0.card_holder_name,mop4_0.card_number,mop4_0.security_code,mop4_0.expiration_date,mop4_0.email,mop4_0.identity_document,mop4_0.otp_code,mop4_0.phone_account,mop4_0.type_of_wallet,p5_0.notification_id,p5_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id from notification_entity ne1_0 left join assistant_entity a1_0 on a1_0.id=ne1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join booking_entity b1_0 on ne1_0.id=b1_0.notification_id left join assistant_entity a2_0 on a2_0.id=b1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join event_entity e3_0 on e3_0.id=b1_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join purchase_entity p1_0 on p1_0.id=b1_0.purchase_id left join assistant_entity a3_0 on a3_0.id=p1_0.assistant_id left join event_entity e4_0 on e4_0.id=a3_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join method_of_payment mop1_0 on mop1_0.id=p1_0.method_of_payment_id left join assistant_entity a4_0 on a4_0.id=mop1_0.assistant_id left join event_entity e5_0 on e5_0.id=a4_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join notification_entity n1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a5_0 on a5_0.id=n1_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join refund_entity r1_0 on r1_0.id=p1_0.refund_id left join purchase_entity p2_0 on p2_0.id=p1_0.purchase_id left join assistant_entity a6_0 on a6_0.id=p2_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join method_of_payment mop2_0 on mop2_0.id=p2_0.method_of_payment_id left join assistant_entity a7_0 on a7_0.id=mop2_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join notification_entity n2_0 on n2_0.id=p2_0.notification_id left join assistant_entity a8_0 on a8_0.id=n2_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join refund_entity r2_0 on r2_0.id=p2_0.refund_id left join purchase_entity p4_0 on ne1_0.id=p4_0.notification_id left join assistant_entity a9_0 on a9_0.id=p4_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join method_of_payment mop3_0 on mop3_0.id=p4_0.method_of_payment_id left join assistant_entity a10_0 on a10_0.id=mop3_0.assistant_id left join event_entity e11_0 on e11_0.id=a10_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join refund_entity r3_0 on r3_0.id=p4_0.refund_id left join purchase_entity p5_0 on p5_0.id=p4_0.purchase_id left join assistant_entity a11_0 on a11_0.id=p5_0.assistant_id left join event_entity e12_0 on e12_0.id=a11_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join method_of_payment mop4_0 on mop4_0.id=p5_0.method_of_payment_id left join assistant_entity a12_0 on a12_0.id=mop4_0.assistant_id left join event_entity e13_0 on e13_0.id=a12_0.event_id left join location_entity l13_0 on e13_0.id=l13_0.event_id left join organizer_entity o13_0 on o13_0.id=e13_0.organizer_id left join refund_entity r4_0 on r4_0.id=p5_0.refund_id where ne1_0.id=?
Hibernate: delete from notification_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
2025-07-02T00:42:30.338Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Inicia el proceso de obtención de notificaciones de un asistente con id = 999
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from notification_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
2025-07-02T00:42:30.348Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Inicia el proceso de obtención de una notificación con id = 27 de un asistente con id = 17
2025-07-02T00:42:30.349Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Termina el proceso de obtención de una notificación con id = 27 de un asistente con id = 17
Hibernate: delete from notification_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
2025-07-02T00:42:30.358Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Inicia el proceso de asociación de una notificación a un asistente con id = 19
Hibernate: delete from notification_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
2025-07-02T00:42:30.373Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Inicia el proceso de obtención de una notificación con id = 31 de un asistente con id = 999
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from notification_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
2025-07-02T00:42:30.384Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Inicia el proceso de desasociación de una notificación de un asistente con id = 23
Hibernate: select ne1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,b1_0.id,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a3_0.id,a3_0.birth_date,a3_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,mop1_0.id,mop1_0.method_type,a4_0.id,a4_0.birth_date,a4_0.email,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,mop1_0.type,mop1_0.card_holder_name,mop1_0.card_number,mop1_0.security_code,mop1_0.expiration_date,mop1_0.email,mop1_0.identity_document,mop1_0.otp_code,mop1_0.phone_account,mop1_0.type_of_wallet,n1_0.id,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,n1_0.description,p1_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p2_0.id,p2_0.dtype,p2_0.amount,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,mop2_0.id,mop2_0.method_type,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,mop2_0.type,mop2_0.card_holder_name,mop2_0.card_number,mop2_0.security_code,mop2_0.expiration_date,mop2_0.email,mop2_0.identity_document,mop2_0.otp_code,mop2_0.phone_account,mop2_0.type_of_wallet,n2_0.id,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,n2_0.description,p2_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p2_0.purchase_id,b1_0.remaining_seats,ne1_0.description,p4_0.id,p4_0.dtype,p4_0.amount,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,mop3_0.id,mop3_0.method_type,a10_0.id,a10_0.birth_date,a10_0.email,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,mop3_0.type,mop3_0.card_holder_name,mop3_0.card_number,mop3_0.security_code,mop3_0.expiration_date,mop3_0.email,mop3_0.identity_document,mop3_0.otp_code,mop3_0.phone_account,mop3_0.type_of_wallet,p4_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p4_0.remaining_seats,p4_0.code,p4_0.description,p4_0.discount,p5_0.id,p5_0.dtype,p5_0.amount,a11_0.id,a11_0.birth_date,a11_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a11_0.last_name,a11_0.name,a11_0.number_phone,a11_0.password,mop4_0.id,mop4_0.method_type,a12_0.id,a12_0.birth_date,a12_0.email,e13_0.id,e13_0.category,e13_0.date,e13_0.description,l13_0.id,l13_0.capacity,l13_0.location,l13_0.name,l13_0.type,e13_0.name,o13_0.id,o13_0.address,o13_0.birth_date,o13_0.email,o13_0.last_name,o13_0.name,o13_0.number_phone,o13_0.password,a12_0.last_name,a12_0.name,a12_0.number_phone,a12_0.password,mop4_0.type,mop4_0.card_holder_name,mop4_0.card_number,mop4_0.security_code,mop4_0.expiration_date,mop4_0.email,mop4_0.identity_document,mop4_0.otp_code,mop4_0.phone_account,mop4_0.type_of_wallet,p5_0.notification_id,p5_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id from notification_entity ne1_0 left join assistant_entity a1_0 on a1_0.id=ne1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join booking_entity b1_0 on ne1_0.id=b1_0.notification_id left join assistant_entity a2_0 on a2_0.id=b1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join event_entity e3_0 on e3_0.id=b1_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join purchase_entity p1_0 on p1_0.id=b1_0.purchase_id left join assistant_entity a3_0 on a3_0.id=p1_0.assistant_id left join event_entity e4_0 on e4_0.id=a3_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join method_of_payment mop1_0 on mop1_0.id=p1_0.method_of_payment_id left join assistant_entity a4_0 on a4_0.id=mop1_0.assistant_id left join event_entity e5_0 on e5_0.id=a4_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join notification_entity n1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a5_0 on a5_0.id=n1_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join refund_entity r1_0 on r1_0.id=p1_0.refund_id left join purchase_entity p2_0 on p2_0.id=p1_0.purchase_id left join assistant_entity a6_0 on a6_0.id=p2_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join method_of_payment mop2_0 on mop2_0.id=p2_0.method_of_payment_id left join assistant_entity a7_0 on a7_0.id=mop2_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join notification_entity n2_0 on n2_0.id=p2_0.notification_id left join assistant_entity a8_0 on a8_0.id=n2_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join refund_entity r2_0 on r2_0.id=p2_0.refund_id left join purchase_entity p4_0 on ne1_0.id=p4_0.notification_id left join assistant_entity a9_0 on a9_0.id=p4_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join method_of_payment mop3_0 on mop3_0.id=p4_0.method_of_payment_id left join assistant_entity a10_0 on a10_0.id=mop3_0.assistant_id left join event_entity e11_0 on e11_0.id=a10_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join refund_entity r3_0 on r3_0.id=p4_0.refund_id left join purchase_entity p5_0 on p5_0.id=p4_0.purchase_id left join assistant_entity a11_0 on a11_0.id=p5_0.assistant_id left join event_entity e12_0 on e12_0.id=a11_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join method_of_payment mop4_0 on mop4_0.id=p5_0.method_of_payment_id left join assistant_entity a12_0 on a12_0.id=mop4_0.assistant_id left join event_entity e13_0 on e13_0.id=a12_0.event_id left join location_entity l13_0 on e13_0.id=l13_0.event_id left join organizer_entity o13_0 on o13_0.id=e13_0.organizer_id left join refund_entity r4_0 on r4_0.id=p5_0.refund_id where ne1_0.id=?
Hibernate: delete from notification_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
Hibernate: insert into notification_entity (assistant_id,description,id) values (?,?,default)
2025-07-02T00:42:30.402Z  INFO 104 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Inicia el proceso de asociación de una notificación a un asistente con id = 25
Hibernate: select ne1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,b1_0.id,a2_0.id,a2_0.birth_date,a2_0.email,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,p1_0.id,p1_0.dtype,p1_0.amount,a3_0.id,a3_0.birth_date,a3_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,mop1_0.id,mop1_0.method_type,a4_0.id,a4_0.birth_date,a4_0.email,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,mop1_0.type,mop1_0.card_holder_name,mop1_0.card_number,mop1_0.security_code,mop1_0.expiration_date,mop1_0.email,mop1_0.identity_document,mop1_0.otp_code,mop1_0.phone_account,mop1_0.type_of_wallet,n1_0.id,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,n1_0.description,p1_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p2_0.id,p2_0.dtype,p2_0.amount,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,mop2_0.id,mop2_0.method_type,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,mop2_0.type,mop2_0.card_holder_name,mop2_0.card_number,mop2_0.security_code,mop2_0.expiration_date,mop2_0.email,mop2_0.identity_document,mop2_0.otp_code,mop2_0.phone_account,mop2_0.type_of_wallet,n2_0.id,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,n2_0.description,p2_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p2_0.purchase_id,b1_0.remaining_seats,ne1_0.description,p4_0.id,p4_0.dtype,p4_0.amount,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,mop3_0.id,mop3_0.method_type,a10_0.id,a10_0.birth_date,a10_0.email,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,mop3_0.type,mop3_0.card_holder_name,mop3_0.card_number,mop3_0.security_code,mop3_0.expiration_date,mop3_0.email,mop3_0.identity_document,mop3_0.otp_code,mop3_0.phone_account,mop3_0.type_of_wallet,p4_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p4_0.remaining_seats,p4_0.code,p4_0.description,p4_0.discount,p5_0.id,p5_0.dtype,p5_0.amount,a11_0.id,a11_0.birth_date,a11_0.email,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,a11_0.last_name,a11_0.name,a11_0.number_phone,a11_0.password,mop4_0.id,mop4_0.method_type,a12_0.id,a12_0.birth_date,a12_0.email,e13_0.id,e13_0.category,e13_0.date,e13_0.description,l13_0.id,l13_0.capacity,l13_0.location,l13_0.name,l13_0.type,e13_0.name,o13_0.id,o13_0.address,o13_0.birth_date,o13_0.email,o13_0.last_name,o13_0.name,o13_0.number_phone,o13_0.password,a12_0.last_name,a12_0.name,a12_0.number_phone,a12_0.password,mop4_0.type,mop4_0.card_holder_name,mop4_0.card_number,mop4_0.security_code,mop4_0.expiration_date,mop4_0.email,mop4_0.identity_document,mop4_0.otp_code,mop4_0.phone_account,mop4_0.type_of_wallet,p5_0.notification_id,p5_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p5_0.remaining_seats,p5_0.code,p5_0.description,p5_0.discount,p5_0.purchase_id from notification_entity ne1_0 left join assistant_entity a1_0 on a1_0.id=ne1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join booking_entity b1_0 on ne1_0.id=b1_0.notification_id left join assistant_entity a2_0 on a2_0.id=b1_0.assistant_id left join event_entity e2_0 on e2_0.id=a2_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join event_entity e3_0 on e3_0.id=b1_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join purchase_entity p1_0 on p1_0.id=b1_0.purchase_id left join assistant_entity a3_0 on a3_0.id=p1_0.assistant_id left join event_entity e4_0 on e4_0.id=a3_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join method_of_payment mop1_0 on mop1_0.id=p1_0.method_of_payment_id left join assistant_entity a4_0 on a4_0.id=mop1_0.assistant_id left join event_entity e5_0 on e5_0.id=a4_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join notification_entity n1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a5_0 on a5_0.id=n1_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join refund_entity r1_0 on r1_0.id=p1_0.refund_id left join purchase_entity p2_0 on p2_0.id=p1_0.purchase_id left join assistant_entity a6_0 on a6_0.id=p2_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join method_of_payment mop2_0 on mop2_0.id=p2_0.method_of_payment_id left join assistant_entity a7_0 on a7_0.id=mop2_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join notification_entity n2_0 on n2_0.id=p2_0.notification_id left join assistant_entity a8_0 on a8_0.id=n2_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join refund_entity r2_0 on r2_0.id=p2_0.refund_id left join purchase_entity p4_0 on ne1_0.id=p4_0.notification_id left join assistant_entity a9_0 on a9_0.id=p4_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join method_of_payment mop3_0 on mop3_0.id=p4_0.method_of_payment_id left join assistant_entity a10_0 on a10_0.id=mop3_0.assistant_id left join event_entity e11_0 on e11_0.id=a10_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join refund_entity r3_0 on r3_0.id=p4_0.refund_id left join purchase_entity p5_0 on p5_0.id=p4_0.purchase_id left join assistant_entity a11_0 on a11_0.id=p5_0.assistant_id left join event_entity e12_0 on e12_0.id=a11_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join method_of_payment mop4_0 on mop4_0.id=p5_0.method_of_payment_id left join assistant_entity a12_0 on a12_0.id=mop4_0.assistant_id left join event_entity e13_0 on e13_0.id=a12_0.event_id left join location_entity l13_0 on e13_0.id=l13_0.event_id left join organizer_entity o13_0 on o13_0.id=e13_0.organizer_id left join refund_entity r4_0 on r4_0.id=p5_0.refund_id where ne1_0.id=?
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.76 s - in co.edu.udistrital.mdp.eventos.services.users.AssistantNotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantPreferenceServiceTest
2025-07-02T00:42:30.419Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.users.AssistantPreferenceServiceTest]: AssistantPreferenceServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:30.426Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.users.AssistantPreferenceServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:30.444Z  INFO 104 --- [           main] u.m.e.s.u.AssistantPreferenceServiceTest : Starting AssistantPreferenceServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:30.444Z  INFO 104 --- [           main] u.m.e.s.u.AssistantPreferenceServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:30.526Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:30.547Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:30.561Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:30.571Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:8d41e0b1-240d-46f2-befc-319dae5be445;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:30.590Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:30.592Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:30.596Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:30.597Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:30.828Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:30.855Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:31.033Z  INFO 104 --- [           main] u.m.e.s.u.AssistantPreferenceServiceTest : Started AssistantPreferenceServiceTest in 0.604 seconds (process running for 19.812)
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:31.048Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de consultar una preference con id = {0} del assistant con id = 999
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:31.059Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de borrar una preference con assistantId = {0}
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:31.068Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de reemplazar los libros asociados al author con id = {0}
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:31.077Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de consultar todas las preferences con AssistantId = {0}
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:31.086Z  INFO 104 --- [           main] c.e.u.m.e.s.u.PreferenceService          : Inicia el proceso de creación de una preferencia
2025-07-02T00:42:31.086Z  INFO 104 --- [           main] c.e.u.m.e.s.u.PreferenceService          : Preferencia creada con id=null
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:31.087Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia el proceso de asociación de una Preference a una Assistant con id = {0}
2025-07-02T00:42:31.087Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Termina el profeso de asociarle un Preference a un Assistant co id = {0}
2025-07-02T00:42:31.087Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de consultar una preference con id = {0} del assistant con id = 5
2025-07-02T00:42:31.088Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Termina proceso de consultar una preference con id = {0} del assistant con id = 5
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:31.097Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de borrar una preference con assistantId = {0}
2025-07-02T00:42:31.097Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Finaliza proceso de borrar una preference con assistantId = {0}
Hibernate: insert into preference_entity_assistants (preferences_id,assistants_id) values (?,?)
Hibernate: insert into preference_entity_assistants (preferences_id,assistants_id) values (?,?)
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: select pe1_0.id,pe1_0.description from preference_entity pe1_0 where pe1_0.id=?
Hibernate: select p1_0.assistants_id,p1_1.id,p1_1.description from preference_entity_assistants p1_0 join preference_entity p1_1 on p1_1.id=p1_0.preferences_id where p1_0.assistants_id=?
Hibernate: select a1_0.preferences_id,a1_1.id,a1_1.birth_date,a1_1.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_1.last_name,a1_1.name,a1_1.number_phone,a1_1.password from preference_entity_assistants a1_0 join assistant_entity a1_1 on a1_1.id=a1_0.assistants_id left join event_entity e1_0 on e1_0.id=a1_1.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where a1_0.preferences_id=?
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:31.245Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de reemplazar los libros asociados al author con id = {0}
Hibernate: select pe1_0.id,pe1_0.description from preference_entity pe1_0 where pe1_0.id=?
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:31.254Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de consultar todas las preferences con AssistantId = {0}
2025-07-02T00:42:31.254Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Termina proceso de consultar todas las preferences con AssistantId = {0}
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity_assistants (preferences_id,assistants_id) values (?,?)
Hibernate: insert into preference_entity_assistants (preferences_id,assistants_id) values (?,?)
Hibernate: insert into preference_entity_assistants (preferences_id,assistants_id) values (?,?)
2025-07-02T00:42:31.266Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de consultar una preference con id = {0} del assistant con id = 9
2025-07-02T00:42:31.266Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Termina proceso de consultar una preference con id = {0} del assistant con id = 9
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:31.274Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de consultar una preference con id = {0} del assistant con id = 10
2025-07-02T00:42:31.275Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Termina proceso de consultar una preference con id = {0} del assistant con id = 10
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:31.286Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de reemplazar los libros asociados al author con id = {0}
2025-07-02T00:42:31.287Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Finaliza proceso de reemplazar las preferencias asociados al assistant con id = {0}
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity_assistants (preferences_id,assistants_id) values (?,?)
Hibernate: insert into preference_entity_assistants (preferences_id,assistants_id) values (?,?)
Hibernate: insert into preference_entity_assistants (preferences_id,assistants_id) values (?,?)
2025-07-02T00:42:31.297Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia el proceso de asociación de una Preference a una Assistant con id = {0}
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:31.307Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de borrar una preference con assistantId = {0}
Hibernate: select pe1_0.id,pe1_0.description from preference_entity pe1_0 where pe1_0.id=?
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:31.316Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia el proceso de asociación de una Preference a una Assistant con id = {0}
Hibernate: select pe1_0.id,pe1_0.description from preference_entity pe1_0 where pe1_0.id=?
Hibernate: delete from preference_entity_assistants
Hibernate: delete from preference_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
Hibernate: insert into preference_entity (description,id) values (?,default)
2025-07-02T00:42:31.325Z  INFO 104 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de consultar una preference con id = {0} del assistant con id = 15
Hibernate: select pe1_0.id,pe1_0.description from preference_entity pe1_0 where pe1_0.id=?
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.912 s - in co.edu.udistrital.mdp.eventos.services.users.AssistantPreferenceServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest
2025-07-02T00:42:31.330Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest]: PreferenceAssistantServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:31.335Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:31.351Z  INFO 104 --- [           main] u.m.e.s.u.PreferenceAssistantServiceTest : Starting PreferenceAssistantServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:31.352Z  INFO 104 --- [           main] u.m.e.s.u.PreferenceAssistantServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:31.410Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:31.429Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:31.440Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:31.450Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:aeffe264-7667-4eb7-bc8a-e7e79481ae7a;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:31.466Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:31.467Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:31.471Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:31.472Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:31.703Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:31.729Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:31.787Z  WARN 104 --- [           main] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'co.edu.udistrital.mdp.eventos.services.userentity.AssistantService': Unsatisfied dependency expressed through field 'modelMapper': No qualifying bean of type 'org.modelmapper.ModelMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2025-07-02T00:42:31.788Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:31.802Z  INFO 104 --- [           main] .s.b.a.l.ConditionEvaluationReportLogger : 

Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2025-07-02T00:42:31.840Z ERROR 104 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Field modelMapper in co.edu.udistrital.mdp.eventos.services.userentity.AssistantService required a bean of type 'org.modelmapper.ModelMapper' that could not be found.

The injection point has the following annotations:
	- @org.springframework.beans.factory.annotation.Autowired(required=true)


Action:

Consider defining a bean of type 'org.modelmapper.ModelMapper' in your configuration.




============================
CONDITIONS EVALUATION REPORT
============================


Positive matches:
-----------------

    None


Negative matches:
-----------------

    None


Exclusions:
-----------

    None


Unconditional classes:
----------------------

    None



2025-07-02T00:42:31.848Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@582701eb]

java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:180) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'co.edu.udistrital.mdp.eventos.services.userentity.AssistantService': Unsatisfied dependency expressed through field 'modelMapper': No qualifying bean of type 'org.modelmapper.ModelMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:787) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:767) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:508) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1419) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:959) ~[spring-context-6.1.4.jar:6.1.4]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) ~[spring-context-6.1.4.jar:6.1.4]
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) ~[spring-boot-3.2.3.jar:3.2.3]
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) ~[spring-boot-3.2.3.jar:3.2.3]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:334) ~[spring-boot-3.2.3.jar:3.2.3]
	at org.springframework.boot.test.context.SpringBootContextLoader.lambda$loadContext$3(SpringBootContextLoader.java:137) ~[spring-boot-test-3.2.3.jar:3.2.3]
	at org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:58) ~[spring-core-6.1.4.jar:6.1.4]
	at org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:46) ~[spring-core-6.1.4.jar:6.1.4]
	at org.springframework.boot.SpringApplication.withHook(SpringApplication.java:1454) ~[spring-boot-3.2.3.jar:3.2.3]
	at org.springframework.boot.test.context.SpringBootContextLoader$ContextLoaderHook.run(SpringBootContextLoader.java:553) ~[spring-boot-test-3.2.3.jar:3.2.3]
	at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:137) ~[spring-boot-test-3.2.3.jar:3.2.3]
	at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:108) ~[spring-boot-test-3.2.3.jar:3.2.3]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:225) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:152) ~[spring-test-6.1.4.jar:6.1.4]
	... 67 common frames omitted
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.modelmapper.ModelMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1880) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1406) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:784) ~[spring-beans-6.1.4.jar:6.1.4]
	... 92 common frames omitted

2025-07-02T00:42:31.871Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@34644e87]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:31.873Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@786b78fb]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:31.875Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@440c09f6]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:31.877Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@85c4fad]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:31.879Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@2d9a40c5]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:31.881Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@768711df]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:31.883Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@6d20cacc]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:31.885Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@5ff1bbd0]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:31.886Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@3fc5b01e]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:31.888Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@4e639117]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:31.890Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@4b4c173b]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:31.891Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@71309b9c]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:31.893Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@5bbe492d]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:31.896Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest@4729f16d]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

[ERROR] Tests run: 15, Failures: 0, Errors: 15, Skipped: 0, Time elapsed: 0.572 s <<< FAILURE! - in co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest
[ERROR] whenGetAssistantsWithValidPreferenceId_thenReturnAssistantsList  Time elapsed: 0.01 s  <<< ERROR!
java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'co.edu.udistrital.mdp.eventos.services.userentity.AssistantService': Unsatisfied dependency expressed through field 'modelMapper': No qualifying bean of type 'org.modelmapper.ModelMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.modelmapper.ModelMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}

[ERROR] whenRemoveAssistantWithValidIds_thenAssistantIsRemoved  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenReplaceAssistantsWithInvalidPreferenceId_thenThrowEntityNotFoundException  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenReplaceAssistantsWithValidIds_thenAssistantsAreReplaced  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenAddAssistantWithInvalidPreferenceId_thenThrowEntityNotFoundException  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenGetAssistantWithInvalidPreferenceId_thenThrowEntityNotFoundException  Time elapsed: 0 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenAddAssistantWithInvalidAssistantId_thenThrowEntityNotFoundException  Time elapsed: 0.006 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenRemoveAssistantWithInvalidPreferenceId_thenThrowEntityNotFoundException  Time elapsed: 0 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenGetAssistantWithValidIdsAndAssociation_thenReturnAssistant  Time elapsed: 0.005 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenGetAssistantNotAssociated_thenThrowIllegalOperationException  Time elapsed: 0.002 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenGetAssistantsWithInvalidPreferenceId_thenThrowEntityNotFoundException  Time elapsed: 0 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenAddAssistantWithValidIds_thenAssistantIsAdded  Time elapsed: 0 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenRemoveAssistantWithInvalidAssistantId_thenThrowEntityNotFoundException  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenReplaceAssistantsWithNonExistingAssistant_thenThrowEntityNotFoundException  Time elapsed: 0 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenGetAssistantWithInvalidAssistantId_thenThrowEntityNotFoundException  Time elapsed: 0 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7080c7d4 testClass = co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@cfb97ff key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.PreferenceAssistantService, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[INFO] Running co.edu.udistrital.mdp.eventos.services.users.OrganizerServiceTest
2025-07-02T00:42:31.900Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.users.OrganizerServiceTest]: OrganizerServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:31.909Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.users.OrganizerServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:31.939Z  INFO 104 --- [           main] c.e.u.m.e.s.users.OrganizerServiceTest   : Starting OrganizerServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:31.939Z  INFO 104 --- [           main] c.e.u.m.e.s.users.OrganizerServiceTest   : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:32.053Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:32.079Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:32.096Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:32.107Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:daf25ca8-e247-47c5-96ae-240cb3b6d6b0;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:32.126Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:32.127Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:32.130Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:32.132Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:32.336Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:32.357Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:32.526Z  INFO 104 --- [           main] c.e.u.m.e.s.users.OrganizerServiceTest   : Started OrganizerServiceTest in 0.615 seconds (process running for 21.305)
Hibernate: delete from organizer_entity
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
2025-07-02T00:42:32.538Z  INFO 104 --- [           main] c.e.u.m.e.s.userentity.OrganizerService  : Inicia el proceso de actualización de un Organizer = {0}
Hibernate: select oe1_0.id,oe1_0.address,oe1_0.birth_date,oe1_0.email,oe1_0.last_name,oe1_0.name,oe1_0.number_phone,oe1_0.password from organizer_entity oe1_0 where oe1_0.id=?
Hibernate: delete from organizer_entity
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
2025-07-02T00:42:32.549Z  INFO 104 --- [           main] c.e.u.m.e.s.userentity.OrganizerService  : Inicia el proceso de eliminación de un asistente = {0}
Hibernate: delete from organizer_entity
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
2025-07-02T00:42:32.558Z  INFO 104 --- [           main] c.e.u.m.e.s.userentity.OrganizerService  : Inicia el proceso de actualización de un Organizer = {0}
Hibernate: delete from organizer_entity
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
2025-07-02T00:42:32.566Z  INFO 104 --- [           main] c.e.u.m.e.s.userentity.OrganizerService  : Inicia el proceso de obtencion de todos los Organizer.
Hibernate: select oe1_0.id,oe1_0.address,oe1_0.birth_date,oe1_0.email,oe1_0.last_name,oe1_0.name,oe1_0.number_phone,oe1_0.password from organizer_entity oe1_0
Hibernate: delete from organizer_entity
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
2025-07-02T00:42:32.576Z  INFO 104 --- [           main] c.e.u.m.e.s.userentity.OrganizerService  : Inicia el proceso de obtencion de un Organizer = {0}
2025-07-02T00:42:32.576Z  INFO 104 --- [           main] c.e.u.m.e.s.userentity.OrganizerService  : Termina proceso de obtencion de un Organizer = {0}
Hibernate: delete from organizer_entity
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
2025-07-02T00:42:32.584Z  INFO 104 --- [           main] c.e.u.m.e.s.userentity.OrganizerService  : Inicia el proceso de obtencion de un Organizer = {0}
Hibernate: select oe1_0.id,oe1_0.address,oe1_0.birth_date,oe1_0.email,oe1_0.last_name,oe1_0.name,oe1_0.number_phone,oe1_0.password from organizer_entity oe1_0 where oe1_0.id=?
Hibernate: delete from organizer_entity
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
2025-07-02T00:42:32.593Z  INFO 104 --- [           main] c.e.u.m.e.s.userentity.OrganizerService  : Inicia el proceso de creación de un nuevo Organizer.
Hibernate: select oe1_0.id,oe1_0.address,oe1_0.birth_date,oe1_0.email,oe1_0.last_name,oe1_0.name,oe1_0.number_phone,oe1_0.password from organizer_entity oe1_0 where oe1_0.email=?
2025-07-02T00:42:32.596Z  INFO 104 --- [           main] c.e.u.m.e.s.userentity.OrganizerService  : Finaliza el proceso de creación del Organizer con ID: null
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: delete from organizer_entity
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
2025-07-02T00:42:32.604Z  INFO 104 --- [           main] c.e.u.m.e.s.userentity.OrganizerService  : Inicia el proceso de eliminación de un asistente = {0}
Hibernate: select oe1_0.id,oe1_0.address,oe1_0.birth_date,oe1_0.email,oe1_0.last_name,oe1_0.name,oe1_0.number_phone,oe1_0.password from organizer_entity oe1_0 where oe1_0.id=?
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 s - in co.edu.udistrital.mdp.eventos.services.users.OrganizerServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantBookingServiceTest
2025-07-02T00:42:32.608Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.users.AssistantBookingServiceTest]: AssistantBookingServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:32.613Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.users.AssistantBookingServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:32.626Z  INFO 104 --- [           main] .e.u.m.e.s.u.AssistantBookingServiceTest : Starting AssistantBookingServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:32.626Z  INFO 104 --- [           main] .e.u.m.e.s.u.AssistantBookingServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:32.683Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:32.703Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:32.713Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:32.722Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:75e91514-f6ad-4b76-bff2-4758e7232622;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:32.737Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:32.739Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:32.742Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:32.743Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:32.948Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:32.968Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:33.142Z  INFO 104 --- [           main] .e.u.m.e.s.u.AssistantBookingServiceTest : Started AssistantBookingServiceTest in 0.526 seconds (process running for 21.92)
Hibernate: delete from booking_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
2025-07-02T00:42:33.152Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Inicia el proceso de obtención de una reserva de un asistente con id = 999
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from booking_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
2025-07-02T00:42:33.162Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Inicia el proceso de borrado de una reserva de un asistente con id = 3
Hibernate: select be1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,n1_0.id,a2_0.id,a2_0.birth_date,a2_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,n1_0.description,p1_0.id,p1_0.dtype,p1_0.amount,a3_0.id,a3_0.birth_date,a3_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,mop1_0.id,mop1_0.method_type,a4_0.id,a4_0.birth_date,a4_0.email,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,mop1_0.type,mop1_0.card_holder_name,mop1_0.card_number,mop1_0.security_code,mop1_0.expiration_date,mop1_0.email,mop1_0.identity_document,mop1_0.otp_code,mop1_0.phone_account,mop1_0.type_of_wallet,p1_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p2_0.id,p2_0.dtype,p2_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,mop2_0.id,mop2_0.method_type,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,mop2_0.type,mop2_0.card_holder_name,mop2_0.card_number,mop2_0.security_code,mop2_0.expiration_date,mop2_0.email,mop2_0.identity_document,mop2_0.otp_code,mop2_0.phone_account,mop2_0.type_of_wallet,p2_0.notification_id,p2_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p2_0.purchase_id,p4_0.id,p4_0.dtype,p4_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,mop3_0.id,mop3_0.method_type,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,mop3_0.type,mop3_0.card_holder_name,mop3_0.card_number,mop3_0.security_code,mop3_0.expiration_date,mop3_0.email,mop3_0.identity_document,mop3_0.otp_code,mop3_0.phone_account,mop3_0.type_of_wallet,n3_0.id,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,b1_0.id,a10_0.id,a10_0.birth_date,a10_0.email,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,b1_0.purchase_id,b1_0.remaining_seats,n3_0.description,p4_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p4_0.remaining_seats,p4_0.code,p4_0.description,p4_0.discount,p6_0.id,p6_0.dtype,p6_0.amount,a11_0.id,a11_0.birth_date,a11_0.email,e13_0.id,e13_0.category,e13_0.date,e13_0.description,l13_0.id,l13_0.capacity,l13_0.location,l13_0.name,l13_0.type,e13_0.name,o13_0.id,o13_0.address,o13_0.birth_date,o13_0.email,o13_0.last_name,o13_0.name,o13_0.number_phone,o13_0.password,a11_0.last_name,a11_0.name,a11_0.number_phone,a11_0.password,mop4_0.id,mop4_0.method_type,a12_0.id,a12_0.birth_date,a12_0.email,e14_0.id,e14_0.category,e14_0.date,e14_0.description,l14_0.id,l14_0.capacity,l14_0.location,l14_0.name,l14_0.type,e14_0.name,o14_0.id,o14_0.address,o14_0.birth_date,o14_0.email,o14_0.last_name,o14_0.name,o14_0.number_phone,o14_0.password,a12_0.last_name,a12_0.name,a12_0.number_phone,a12_0.password,mop4_0.type,mop4_0.card_holder_name,mop4_0.card_number,mop4_0.security_code,mop4_0.expiration_date,mop4_0.email,mop4_0.identity_document,mop4_0.otp_code,mop4_0.phone_account,mop4_0.type_of_wallet,n4_0.id,a13_0.id,a13_0.birth_date,a13_0.email,e15_0.id,e15_0.category,e15_0.date,e15_0.description,l15_0.id,l15_0.capacity,l15_0.location,l15_0.name,l15_0.type,e15_0.name,o15_0.id,o15_0.address,o15_0.birth_date,o15_0.email,o15_0.last_name,o15_0.name,o15_0.number_phone,o15_0.password,a13_0.last_name,a13_0.name,a13_0.number_phone,a13_0.password,b2_0.id,a14_0.id,a14_0.birth_date,a14_0.email,e16_0.id,e16_0.category,e16_0.date,e16_0.description,l16_0.id,l16_0.capacity,l16_0.location,l16_0.name,l16_0.type,e16_0.name,o16_0.id,o16_0.address,o16_0.birth_date,o16_0.email,o16_0.last_name,o16_0.name,o16_0.number_phone,o16_0.password,a14_0.last_name,a14_0.name,a14_0.number_phone,a14_0.password,e17_0.id,e17_0.category,e17_0.date,e17_0.description,l17_0.id,l17_0.capacity,l17_0.location,l17_0.name,l17_0.type,e17_0.name,o17_0.id,o17_0.address,o17_0.birth_date,o17_0.email,o17_0.last_name,o17_0.name,o17_0.number_phone,o17_0.password,b2_0.purchase_id,b2_0.remaining_seats,n4_0.description,p6_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p6_0.remaining_seats,p6_0.code,p6_0.description,p6_0.discount,p6_0.purchase_id,be1_0.remaining_seats from booking_entity be1_0 left join assistant_entity a1_0 on a1_0.id=be1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join event_entity e2_0 on e2_0.id=be1_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=be1_0.notification_id left join assistant_entity a2_0 on a2_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a2_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join purchase_entity p1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a3_0 on a3_0.id=p1_0.assistant_id left join event_entity e4_0 on e4_0.id=a3_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join method_of_payment mop1_0 on mop1_0.id=p1_0.method_of_payment_id left join assistant_entity a4_0 on a4_0.id=mop1_0.assistant_id left join event_entity e5_0 on e5_0.id=a4_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join refund_entity r1_0 on r1_0.id=p1_0.refund_id left join purchase_entity p2_0 on p2_0.id=p1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p2_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join method_of_payment mop2_0 on mop2_0.id=p2_0.method_of_payment_id left join assistant_entity a6_0 on a6_0.id=mop2_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r2_0 on r2_0.id=p2_0.refund_id left join purchase_entity p4_0 on p4_0.id=be1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p4_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join method_of_payment mop3_0 on mop3_0.id=p4_0.method_of_payment_id left join assistant_entity a8_0 on a8_0.id=mop3_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join notification_entity n3_0 on n3_0.id=p4_0.notification_id left join assistant_entity a9_0 on a9_0.id=n3_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join booking_entity b1_0 on n3_0.id=b1_0.notification_id left join assistant_entity a10_0 on a10_0.id=b1_0.assistant_id left join event_entity e11_0 on e11_0.id=a10_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join event_entity e12_0 on e12_0.id=b1_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join refund_entity r3_0 on r3_0.id=p4_0.refund_id left join purchase_entity p6_0 on p6_0.id=p4_0.purchase_id left join assistant_entity a11_0 on a11_0.id=p6_0.assistant_id left join event_entity e13_0 on e13_0.id=a11_0.event_id left join location_entity l13_0 on e13_0.id=l13_0.event_id left join organizer_entity o13_0 on o13_0.id=e13_0.organizer_id left join method_of_payment mop4_0 on mop4_0.id=p6_0.method_of_payment_id left join assistant_entity a12_0 on a12_0.id=mop4_0.assistant_id left join event_entity e14_0 on e14_0.id=a12_0.event_id left join location_entity l14_0 on e14_0.id=l14_0.event_id left join organizer_entity o14_0 on o14_0.id=e14_0.organizer_id left join notification_entity n4_0 on n4_0.id=p6_0.notification_id left join assistant_entity a13_0 on a13_0.id=n4_0.assistant_id left join event_entity e15_0 on e15_0.id=a13_0.event_id left join location_entity l15_0 on e15_0.id=l15_0.event_id left join organizer_entity o15_0 on o15_0.id=e15_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a14_0 on a14_0.id=b2_0.assistant_id left join event_entity e16_0 on e16_0.id=a14_0.event_id left join location_entity l16_0 on e16_0.id=l16_0.event_id left join organizer_entity o16_0 on o16_0.id=e16_0.organizer_id left join event_entity e17_0 on e17_0.id=b2_0.event_id left join location_entity l17_0 on e17_0.id=l17_0.event_id left join organizer_entity o17_0 on o17_0.id=e17_0.organizer_id left join refund_entity r4_0 on r4_0.id=p6_0.refund_id where be1_0.id=?
Hibernate: delete from booking_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
2025-07-02T00:42:33.179Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Inicia el proceso de borrado de una reserva de un asistente con id = 5
2025-07-02T00:42:33.180Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Termina el proceso de desasociación de un booking de un asistente con id = 5
Hibernate: delete from booking_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
2025-07-02T00:42:33.187Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Inicia el proceso de obtención de una reserva de un asistente con id = 7
2025-07-02T00:42:33.187Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Termina el proceso de obtención de una reserva con id = {0} de un asistente con id = 10
Hibernate: delete from booking_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
2025-07-02T00:42:33.194Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Inicia el proceso de asociación de una reserva a un asistente con id = 9
Hibernate: select be1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,n1_0.id,a2_0.id,a2_0.birth_date,a2_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,n1_0.description,p1_0.id,p1_0.dtype,p1_0.amount,a3_0.id,a3_0.birth_date,a3_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,mop1_0.id,mop1_0.method_type,a4_0.id,a4_0.birth_date,a4_0.email,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,mop1_0.type,mop1_0.card_holder_name,mop1_0.card_number,mop1_0.security_code,mop1_0.expiration_date,mop1_0.email,mop1_0.identity_document,mop1_0.otp_code,mop1_0.phone_account,mop1_0.type_of_wallet,p1_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p2_0.id,p2_0.dtype,p2_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,mop2_0.id,mop2_0.method_type,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,mop2_0.type,mop2_0.card_holder_name,mop2_0.card_number,mop2_0.security_code,mop2_0.expiration_date,mop2_0.email,mop2_0.identity_document,mop2_0.otp_code,mop2_0.phone_account,mop2_0.type_of_wallet,p2_0.notification_id,p2_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p2_0.purchase_id,p4_0.id,p4_0.dtype,p4_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,mop3_0.id,mop3_0.method_type,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,mop3_0.type,mop3_0.card_holder_name,mop3_0.card_number,mop3_0.security_code,mop3_0.expiration_date,mop3_0.email,mop3_0.identity_document,mop3_0.otp_code,mop3_0.phone_account,mop3_0.type_of_wallet,n3_0.id,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,b1_0.id,a10_0.id,a10_0.birth_date,a10_0.email,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,b1_0.purchase_id,b1_0.remaining_seats,n3_0.description,p4_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p4_0.remaining_seats,p4_0.code,p4_0.description,p4_0.discount,p6_0.id,p6_0.dtype,p6_0.amount,a11_0.id,a11_0.birth_date,a11_0.email,e13_0.id,e13_0.category,e13_0.date,e13_0.description,l13_0.id,l13_0.capacity,l13_0.location,l13_0.name,l13_0.type,e13_0.name,o13_0.id,o13_0.address,o13_0.birth_date,o13_0.email,o13_0.last_name,o13_0.name,o13_0.number_phone,o13_0.password,a11_0.last_name,a11_0.name,a11_0.number_phone,a11_0.password,mop4_0.id,mop4_0.method_type,a12_0.id,a12_0.birth_date,a12_0.email,e14_0.id,e14_0.category,e14_0.date,e14_0.description,l14_0.id,l14_0.capacity,l14_0.location,l14_0.name,l14_0.type,e14_0.name,o14_0.id,o14_0.address,o14_0.birth_date,o14_0.email,o14_0.last_name,o14_0.name,o14_0.number_phone,o14_0.password,a12_0.last_name,a12_0.name,a12_0.number_phone,a12_0.password,mop4_0.type,mop4_0.card_holder_name,mop4_0.card_number,mop4_0.security_code,mop4_0.expiration_date,mop4_0.email,mop4_0.identity_document,mop4_0.otp_code,mop4_0.phone_account,mop4_0.type_of_wallet,n4_0.id,a13_0.id,a13_0.birth_date,a13_0.email,e15_0.id,e15_0.category,e15_0.date,e15_0.description,l15_0.id,l15_0.capacity,l15_0.location,l15_0.name,l15_0.type,e15_0.name,o15_0.id,o15_0.address,o15_0.birth_date,o15_0.email,o15_0.last_name,o15_0.name,o15_0.number_phone,o15_0.password,a13_0.last_name,a13_0.name,a13_0.number_phone,a13_0.password,b2_0.id,a14_0.id,a14_0.birth_date,a14_0.email,e16_0.id,e16_0.category,e16_0.date,e16_0.description,l16_0.id,l16_0.capacity,l16_0.location,l16_0.name,l16_0.type,e16_0.name,o16_0.id,o16_0.address,o16_0.birth_date,o16_0.email,o16_0.last_name,o16_0.name,o16_0.number_phone,o16_0.password,a14_0.last_name,a14_0.name,a14_0.number_phone,a14_0.password,e17_0.id,e17_0.category,e17_0.date,e17_0.description,l17_0.id,l17_0.capacity,l17_0.location,l17_0.name,l17_0.type,e17_0.name,o17_0.id,o17_0.address,o17_0.birth_date,o17_0.email,o17_0.last_name,o17_0.name,o17_0.number_phone,o17_0.password,b2_0.purchase_id,b2_0.remaining_seats,n4_0.description,p6_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p6_0.remaining_seats,p6_0.code,p6_0.description,p6_0.discount,p6_0.purchase_id,be1_0.remaining_seats from booking_entity be1_0 left join assistant_entity a1_0 on a1_0.id=be1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join event_entity e2_0 on e2_0.id=be1_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=be1_0.notification_id left join assistant_entity a2_0 on a2_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a2_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join purchase_entity p1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a3_0 on a3_0.id=p1_0.assistant_id left join event_entity e4_0 on e4_0.id=a3_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join method_of_payment mop1_0 on mop1_0.id=p1_0.method_of_payment_id left join assistant_entity a4_0 on a4_0.id=mop1_0.assistant_id left join event_entity e5_0 on e5_0.id=a4_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join refund_entity r1_0 on r1_0.id=p1_0.refund_id left join purchase_entity p2_0 on p2_0.id=p1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p2_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join method_of_payment mop2_0 on mop2_0.id=p2_0.method_of_payment_id left join assistant_entity a6_0 on a6_0.id=mop2_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r2_0 on r2_0.id=p2_0.refund_id left join purchase_entity p4_0 on p4_0.id=be1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p4_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join method_of_payment mop3_0 on mop3_0.id=p4_0.method_of_payment_id left join assistant_entity a8_0 on a8_0.id=mop3_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join notification_entity n3_0 on n3_0.id=p4_0.notification_id left join assistant_entity a9_0 on a9_0.id=n3_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join booking_entity b1_0 on n3_0.id=b1_0.notification_id left join assistant_entity a10_0 on a10_0.id=b1_0.assistant_id left join event_entity e11_0 on e11_0.id=a10_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join event_entity e12_0 on e12_0.id=b1_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join refund_entity r3_0 on r3_0.id=p4_0.refund_id left join purchase_entity p6_0 on p6_0.id=p4_0.purchase_id left join assistant_entity a11_0 on a11_0.id=p6_0.assistant_id left join event_entity e13_0 on e13_0.id=a11_0.event_id left join location_entity l13_0 on e13_0.id=l13_0.event_id left join organizer_entity o13_0 on o13_0.id=e13_0.organizer_id left join method_of_payment mop4_0 on mop4_0.id=p6_0.method_of_payment_id left join assistant_entity a12_0 on a12_0.id=mop4_0.assistant_id left join event_entity e14_0 on e14_0.id=a12_0.event_id left join location_entity l14_0 on e14_0.id=l14_0.event_id left join organizer_entity o14_0 on o14_0.id=e14_0.organizer_id left join notification_entity n4_0 on n4_0.id=p6_0.notification_id left join assistant_entity a13_0 on a13_0.id=n4_0.assistant_id left join event_entity e15_0 on e15_0.id=a13_0.event_id left join location_entity l15_0 on e15_0.id=l15_0.event_id left join organizer_entity o15_0 on o15_0.id=e15_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a14_0 on a14_0.id=b2_0.assistant_id left join event_entity e16_0 on e16_0.id=a14_0.event_id left join location_entity l16_0 on e16_0.id=l16_0.event_id left join organizer_entity o16_0 on o16_0.id=e16_0.organizer_id left join event_entity e17_0 on e17_0.id=b2_0.event_id left join location_entity l17_0 on e17_0.id=l17_0.event_id left join organizer_entity o17_0 on o17_0.id=e17_0.organizer_id left join refund_entity r4_0 on r4_0.id=p6_0.refund_id where be1_0.id=?
Hibernate: delete from booking_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
2025-07-02T00:42:33.211Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Inicia el proceso de obtención de una reserva de un asistente con id = 11
2025-07-02T00:42:33.212Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Termina el proceso de obtención de una reserva con id = {0} de un asistente con id = 18
Hibernate: delete from booking_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
2025-07-02T00:42:33.219Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Inicia el proceso de asociación de una reserva a un asistente con id = 13
Hibernate: delete from booking_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
2025-07-02T00:42:33.227Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Inicia el proceso de borrado de una reserva de un asistente con id = 15
Hibernate: delete from booking_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
2025-07-02T00:42:33.235Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Inicia el proceso de asociación de una reserva a un asistente con id = 999
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from booking_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
2025-07-02T00:42:33.243Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Inicia el proceso de obtención de todas las reservas de un asistente con id = 19
2025-07-02T00:42:33.243Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Termina el proceso de obtención de todas las reservas de un asistente con id = 19
Hibernate: delete from booking_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
2025-07-02T00:42:33.250Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Inicia el proceso de obtención de todas las reservas de un asistente con id = 999
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
Hibernate: delete from booking_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
2025-07-02T00:42:33.259Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Inicia el proceso de obtención de una reserva de un asistente con id = 23
Hibernate: select be1_0.id,a1_0.id,a1_0.birth_date,a1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,a1_0.last_name,a1_0.name,a1_0.number_phone,a1_0.password,e2_0.id,e2_0.category,e2_0.date,e2_0.description,l2_0.id,l2_0.capacity,l2_0.location,l2_0.name,l2_0.type,e2_0.name,o2_0.id,o2_0.address,o2_0.birth_date,o2_0.email,o2_0.last_name,o2_0.name,o2_0.number_phone,o2_0.password,n1_0.id,a2_0.id,a2_0.birth_date,a2_0.email,e3_0.id,e3_0.category,e3_0.date,e3_0.description,l3_0.id,l3_0.capacity,l3_0.location,l3_0.name,l3_0.type,e3_0.name,o3_0.id,o3_0.address,o3_0.birth_date,o3_0.email,o3_0.last_name,o3_0.name,o3_0.number_phone,o3_0.password,a2_0.last_name,a2_0.name,a2_0.number_phone,a2_0.password,n1_0.description,p1_0.id,p1_0.dtype,p1_0.amount,a3_0.id,a3_0.birth_date,a3_0.email,e4_0.id,e4_0.category,e4_0.date,e4_0.description,l4_0.id,l4_0.capacity,l4_0.location,l4_0.name,l4_0.type,e4_0.name,o4_0.id,o4_0.address,o4_0.birth_date,o4_0.email,o4_0.last_name,o4_0.name,o4_0.number_phone,o4_0.password,a3_0.last_name,a3_0.name,a3_0.number_phone,a3_0.password,mop1_0.id,mop1_0.method_type,a4_0.id,a4_0.birth_date,a4_0.email,e5_0.id,e5_0.category,e5_0.date,e5_0.description,l5_0.id,l5_0.capacity,l5_0.location,l5_0.name,l5_0.type,e5_0.name,o5_0.id,o5_0.address,o5_0.birth_date,o5_0.email,o5_0.last_name,o5_0.name,o5_0.number_phone,o5_0.password,a4_0.last_name,a4_0.name,a4_0.number_phone,a4_0.password,mop1_0.type,mop1_0.card_holder_name,mop1_0.card_number,mop1_0.security_code,mop1_0.expiration_date,mop1_0.email,mop1_0.identity_document,mop1_0.otp_code,mop1_0.phone_account,mop1_0.type_of_wallet,p1_0.purchase_date,r1_0.id,r1_0.date,r1_0.reason,p1_0.remaining_seats,p1_0.code,p1_0.description,p1_0.discount,p2_0.id,p2_0.dtype,p2_0.amount,a5_0.id,a5_0.birth_date,a5_0.email,e6_0.id,e6_0.category,e6_0.date,e6_0.description,l6_0.id,l6_0.capacity,l6_0.location,l6_0.name,l6_0.type,e6_0.name,o6_0.id,o6_0.address,o6_0.birth_date,o6_0.email,o6_0.last_name,o6_0.name,o6_0.number_phone,o6_0.password,a5_0.last_name,a5_0.name,a5_0.number_phone,a5_0.password,mop2_0.id,mop2_0.method_type,a6_0.id,a6_0.birth_date,a6_0.email,e7_0.id,e7_0.category,e7_0.date,e7_0.description,l7_0.id,l7_0.capacity,l7_0.location,l7_0.name,l7_0.type,e7_0.name,o7_0.id,o7_0.address,o7_0.birth_date,o7_0.email,o7_0.last_name,o7_0.name,o7_0.number_phone,o7_0.password,a6_0.last_name,a6_0.name,a6_0.number_phone,a6_0.password,mop2_0.type,mop2_0.card_holder_name,mop2_0.card_number,mop2_0.security_code,mop2_0.expiration_date,mop2_0.email,mop2_0.identity_document,mop2_0.otp_code,mop2_0.phone_account,mop2_0.type_of_wallet,p2_0.notification_id,p2_0.purchase_date,r2_0.id,r2_0.date,r2_0.reason,p2_0.remaining_seats,p2_0.code,p2_0.description,p2_0.discount,p2_0.purchase_id,p4_0.id,p4_0.dtype,p4_0.amount,a7_0.id,a7_0.birth_date,a7_0.email,e8_0.id,e8_0.category,e8_0.date,e8_0.description,l8_0.id,l8_0.capacity,l8_0.location,l8_0.name,l8_0.type,e8_0.name,o8_0.id,o8_0.address,o8_0.birth_date,o8_0.email,o8_0.last_name,o8_0.name,o8_0.number_phone,o8_0.password,a7_0.last_name,a7_0.name,a7_0.number_phone,a7_0.password,mop3_0.id,mop3_0.method_type,a8_0.id,a8_0.birth_date,a8_0.email,e9_0.id,e9_0.category,e9_0.date,e9_0.description,l9_0.id,l9_0.capacity,l9_0.location,l9_0.name,l9_0.type,e9_0.name,o9_0.id,o9_0.address,o9_0.birth_date,o9_0.email,o9_0.last_name,o9_0.name,o9_0.number_phone,o9_0.password,a8_0.last_name,a8_0.name,a8_0.number_phone,a8_0.password,mop3_0.type,mop3_0.card_holder_name,mop3_0.card_number,mop3_0.security_code,mop3_0.expiration_date,mop3_0.email,mop3_0.identity_document,mop3_0.otp_code,mop3_0.phone_account,mop3_0.type_of_wallet,n3_0.id,a9_0.id,a9_0.birth_date,a9_0.email,e10_0.id,e10_0.category,e10_0.date,e10_0.description,l10_0.id,l10_0.capacity,l10_0.location,l10_0.name,l10_0.type,e10_0.name,o10_0.id,o10_0.address,o10_0.birth_date,o10_0.email,o10_0.last_name,o10_0.name,o10_0.number_phone,o10_0.password,a9_0.last_name,a9_0.name,a9_0.number_phone,a9_0.password,b1_0.id,a10_0.id,a10_0.birth_date,a10_0.email,e11_0.id,e11_0.category,e11_0.date,e11_0.description,l11_0.id,l11_0.capacity,l11_0.location,l11_0.name,l11_0.type,e11_0.name,o11_0.id,o11_0.address,o11_0.birth_date,o11_0.email,o11_0.last_name,o11_0.name,o11_0.number_phone,o11_0.password,a10_0.last_name,a10_0.name,a10_0.number_phone,a10_0.password,e12_0.id,e12_0.category,e12_0.date,e12_0.description,l12_0.id,l12_0.capacity,l12_0.location,l12_0.name,l12_0.type,e12_0.name,o12_0.id,o12_0.address,o12_0.birth_date,o12_0.email,o12_0.last_name,o12_0.name,o12_0.number_phone,o12_0.password,b1_0.purchase_id,b1_0.remaining_seats,n3_0.description,p4_0.purchase_date,r3_0.id,r3_0.date,r3_0.reason,p4_0.remaining_seats,p4_0.code,p4_0.description,p4_0.discount,p6_0.id,p6_0.dtype,p6_0.amount,a11_0.id,a11_0.birth_date,a11_0.email,e13_0.id,e13_0.category,e13_0.date,e13_0.description,l13_0.id,l13_0.capacity,l13_0.location,l13_0.name,l13_0.type,e13_0.name,o13_0.id,o13_0.address,o13_0.birth_date,o13_0.email,o13_0.last_name,o13_0.name,o13_0.number_phone,o13_0.password,a11_0.last_name,a11_0.name,a11_0.number_phone,a11_0.password,mop4_0.id,mop4_0.method_type,a12_0.id,a12_0.birth_date,a12_0.email,e14_0.id,e14_0.category,e14_0.date,e14_0.description,l14_0.id,l14_0.capacity,l14_0.location,l14_0.name,l14_0.type,e14_0.name,o14_0.id,o14_0.address,o14_0.birth_date,o14_0.email,o14_0.last_name,o14_0.name,o14_0.number_phone,o14_0.password,a12_0.last_name,a12_0.name,a12_0.number_phone,a12_0.password,mop4_0.type,mop4_0.card_holder_name,mop4_0.card_number,mop4_0.security_code,mop4_0.expiration_date,mop4_0.email,mop4_0.identity_document,mop4_0.otp_code,mop4_0.phone_account,mop4_0.type_of_wallet,n4_0.id,a13_0.id,a13_0.birth_date,a13_0.email,e15_0.id,e15_0.category,e15_0.date,e15_0.description,l15_0.id,l15_0.capacity,l15_0.location,l15_0.name,l15_0.type,e15_0.name,o15_0.id,o15_0.address,o15_0.birth_date,o15_0.email,o15_0.last_name,o15_0.name,o15_0.number_phone,o15_0.password,a13_0.last_name,a13_0.name,a13_0.number_phone,a13_0.password,b2_0.id,a14_0.id,a14_0.birth_date,a14_0.email,e16_0.id,e16_0.category,e16_0.date,e16_0.description,l16_0.id,l16_0.capacity,l16_0.location,l16_0.name,l16_0.type,e16_0.name,o16_0.id,o16_0.address,o16_0.birth_date,o16_0.email,o16_0.last_name,o16_0.name,o16_0.number_phone,o16_0.password,a14_0.last_name,a14_0.name,a14_0.number_phone,a14_0.password,e17_0.id,e17_0.category,e17_0.date,e17_0.description,l17_0.id,l17_0.capacity,l17_0.location,l17_0.name,l17_0.type,e17_0.name,o17_0.id,o17_0.address,o17_0.birth_date,o17_0.email,o17_0.last_name,o17_0.name,o17_0.number_phone,o17_0.password,b2_0.purchase_id,b2_0.remaining_seats,n4_0.description,p6_0.purchase_date,r4_0.id,r4_0.date,r4_0.reason,p6_0.remaining_seats,p6_0.code,p6_0.description,p6_0.discount,p6_0.purchase_id,be1_0.remaining_seats from booking_entity be1_0 left join assistant_entity a1_0 on a1_0.id=be1_0.assistant_id left join event_entity e1_0 on e1_0.id=a1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id left join event_entity e2_0 on e2_0.id=be1_0.event_id left join location_entity l2_0 on e2_0.id=l2_0.event_id left join organizer_entity o2_0 on o2_0.id=e2_0.organizer_id left join notification_entity n1_0 on n1_0.id=be1_0.notification_id left join assistant_entity a2_0 on a2_0.id=n1_0.assistant_id left join event_entity e3_0 on e3_0.id=a2_0.event_id left join location_entity l3_0 on e3_0.id=l3_0.event_id left join organizer_entity o3_0 on o3_0.id=e3_0.organizer_id left join purchase_entity p1_0 on n1_0.id=p1_0.notification_id left join assistant_entity a3_0 on a3_0.id=p1_0.assistant_id left join event_entity e4_0 on e4_0.id=a3_0.event_id left join location_entity l4_0 on e4_0.id=l4_0.event_id left join organizer_entity o4_0 on o4_0.id=e4_0.organizer_id left join method_of_payment mop1_0 on mop1_0.id=p1_0.method_of_payment_id left join assistant_entity a4_0 on a4_0.id=mop1_0.assistant_id left join event_entity e5_0 on e5_0.id=a4_0.event_id left join location_entity l5_0 on e5_0.id=l5_0.event_id left join organizer_entity o5_0 on o5_0.id=e5_0.organizer_id left join refund_entity r1_0 on r1_0.id=p1_0.refund_id left join purchase_entity p2_0 on p2_0.id=p1_0.purchase_id left join assistant_entity a5_0 on a5_0.id=p2_0.assistant_id left join event_entity e6_0 on e6_0.id=a5_0.event_id left join location_entity l6_0 on e6_0.id=l6_0.event_id left join organizer_entity o6_0 on o6_0.id=e6_0.organizer_id left join method_of_payment mop2_0 on mop2_0.id=p2_0.method_of_payment_id left join assistant_entity a6_0 on a6_0.id=mop2_0.assistant_id left join event_entity e7_0 on e7_0.id=a6_0.event_id left join location_entity l7_0 on e7_0.id=l7_0.event_id left join organizer_entity o7_0 on o7_0.id=e7_0.organizer_id left join refund_entity r2_0 on r2_0.id=p2_0.refund_id left join purchase_entity p4_0 on p4_0.id=be1_0.purchase_id left join assistant_entity a7_0 on a7_0.id=p4_0.assistant_id left join event_entity e8_0 on e8_0.id=a7_0.event_id left join location_entity l8_0 on e8_0.id=l8_0.event_id left join organizer_entity o8_0 on o8_0.id=e8_0.organizer_id left join method_of_payment mop3_0 on mop3_0.id=p4_0.method_of_payment_id left join assistant_entity a8_0 on a8_0.id=mop3_0.assistant_id left join event_entity e9_0 on e9_0.id=a8_0.event_id left join location_entity l9_0 on e9_0.id=l9_0.event_id left join organizer_entity o9_0 on o9_0.id=e9_0.organizer_id left join notification_entity n3_0 on n3_0.id=p4_0.notification_id left join assistant_entity a9_0 on a9_0.id=n3_0.assistant_id left join event_entity e10_0 on e10_0.id=a9_0.event_id left join location_entity l10_0 on e10_0.id=l10_0.event_id left join organizer_entity o10_0 on o10_0.id=e10_0.organizer_id left join booking_entity b1_0 on n3_0.id=b1_0.notification_id left join assistant_entity a10_0 on a10_0.id=b1_0.assistant_id left join event_entity e11_0 on e11_0.id=a10_0.event_id left join location_entity l11_0 on e11_0.id=l11_0.event_id left join organizer_entity o11_0 on o11_0.id=e11_0.organizer_id left join event_entity e12_0 on e12_0.id=b1_0.event_id left join location_entity l12_0 on e12_0.id=l12_0.event_id left join organizer_entity o12_0 on o12_0.id=e12_0.organizer_id left join refund_entity r3_0 on r3_0.id=p4_0.refund_id left join purchase_entity p6_0 on p6_0.id=p4_0.purchase_id left join assistant_entity a11_0 on a11_0.id=p6_0.assistant_id left join event_entity e13_0 on e13_0.id=a11_0.event_id left join location_entity l13_0 on e13_0.id=l13_0.event_id left join organizer_entity o13_0 on o13_0.id=e13_0.organizer_id left join method_of_payment mop4_0 on mop4_0.id=p6_0.method_of_payment_id left join assistant_entity a12_0 on a12_0.id=mop4_0.assistant_id left join event_entity e14_0 on e14_0.id=a12_0.event_id left join location_entity l14_0 on e14_0.id=l14_0.event_id left join organizer_entity o14_0 on o14_0.id=e14_0.organizer_id left join notification_entity n4_0 on n4_0.id=p6_0.notification_id left join assistant_entity a13_0 on a13_0.id=n4_0.assistant_id left join event_entity e15_0 on e15_0.id=a13_0.event_id left join location_entity l15_0 on e15_0.id=l15_0.event_id left join organizer_entity o15_0 on o15_0.id=e15_0.organizer_id left join booking_entity b2_0 on n4_0.id=b2_0.notification_id left join assistant_entity a14_0 on a14_0.id=b2_0.assistant_id left join event_entity e16_0 on e16_0.id=a14_0.event_id left join location_entity l16_0 on e16_0.id=l16_0.event_id left join organizer_entity o16_0 on o16_0.id=e16_0.organizer_id left join event_entity e17_0 on e17_0.id=b2_0.event_id left join location_entity l17_0 on e17_0.id=l17_0.event_id left join organizer_entity o17_0 on o17_0.id=e17_0.organizer_id left join refund_entity r4_0 on r4_0.id=p6_0.refund_id where be1_0.id=?
Hibernate: delete from booking_entity
Hibernate: delete from preference_entity_assistants
Hibernate: delete from assistant_entity
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into assistant_entity (birth_date,email,event_id,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
Hibernate: insert into booking_entity (assistant_id,event_id,notification_id,purchase_id,remaining_seats,id) values (?,?,?,?,?,default)
2025-07-02T00:42:33.275Z  INFO 104 --- [           main] c.e.u.m.e.s.u.b.AssistantBookingService  : Inicia el proceso de borrado de una reserva de un asistente con id = 999
Hibernate: select ae1_0.id,ae1_0.birth_date,ae1_0.email,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,ae1_0.last_name,ae1_0.name,ae1_0.number_phone,ae1_0.password from assistant_entity ae1_0 left join event_entity e1_0 on e1_0.id=ae1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where ae1_0.id=?
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 s - in co.edu.udistrital.mdp.eventos.services.users.AssistantBookingServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest
2025-07-02T00:42:33.279Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest]: AssistantServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:33.284Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:33.297Z  INFO 104 --- [           main] c.e.u.m.e.s.users.AssistantServiceTest   : Starting AssistantServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:33.297Z  INFO 104 --- [           main] c.e.u.m.e.s.users.AssistantServiceTest   : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:33.354Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:33.372Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:33.382Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:33.391Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:8ddf87b3-80b3-4a22-8373-07a4f73b787c;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:33.406Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:33.408Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:33.411Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:33.412Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:33.608Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:33.629Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:33.661Z  WARN 104 --- [           main] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'co.edu.udistrital.mdp.eventos.services.userentity.AssistantService': Unsatisfied dependency expressed through field 'modelMapper': No qualifying bean of type 'org.modelmapper.ModelMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2025-07-02T00:42:33.661Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:33.667Z  INFO 104 --- [           main] .s.b.a.l.ConditionEvaluationReportLogger : 

Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2025-07-02T00:42:33.670Z ERROR 104 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Field modelMapper in co.edu.udistrital.mdp.eventos.services.userentity.AssistantService required a bean of type 'org.modelmapper.ModelMapper' that could not be found.

The injection point has the following annotations:
	- @org.springframework.beans.factory.annotation.Autowired(required=true)


Action:

Consider defining a bean of type 'org.modelmapper.ModelMapper' in your configuration.




============================
CONDITIONS EVALUATION REPORT
============================


Positive matches:
-----------------

    None


Negative matches:
-----------------

    None


Exclusions:
-----------

    None


Unconditional classes:
----------------------

    None



2025-07-02T00:42:33.671Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest@17798d0b]

java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:180) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'co.edu.udistrital.mdp.eventos.services.userentity.AssistantService': Unsatisfied dependency expressed through field 'modelMapper': No qualifying bean of type 'org.modelmapper.ModelMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:787) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:767) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:508) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1419) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:959) ~[spring-context-6.1.4.jar:6.1.4]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) ~[spring-context-6.1.4.jar:6.1.4]
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) ~[spring-boot-3.2.3.jar:3.2.3]
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) ~[spring-boot-3.2.3.jar:3.2.3]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:334) ~[spring-boot-3.2.3.jar:3.2.3]
	at org.springframework.boot.test.context.SpringBootContextLoader.lambda$loadContext$3(SpringBootContextLoader.java:137) ~[spring-boot-test-3.2.3.jar:3.2.3]
	at org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:58) ~[spring-core-6.1.4.jar:6.1.4]
	at org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:46) ~[spring-core-6.1.4.jar:6.1.4]
	at org.springframework.boot.SpringApplication.withHook(SpringApplication.java:1454) ~[spring-boot-3.2.3.jar:3.2.3]
	at org.springframework.boot.test.context.SpringBootContextLoader$ContextLoaderHook.run(SpringBootContextLoader.java:553) ~[spring-boot-test-3.2.3.jar:3.2.3]
	at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:137) ~[spring-boot-test-3.2.3.jar:3.2.3]
	at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:108) ~[spring-boot-test-3.2.3.jar:3.2.3]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:225) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:152) ~[spring-test-6.1.4.jar:6.1.4]
	... 67 common frames omitted
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.modelmapper.ModelMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1880) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1406) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:784) ~[spring-beans-6.1.4.jar:6.1.4]
	... 92 common frames omitted

2025-07-02T00:42:33.673Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest@1bf33fac]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:33.675Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest@7486b1bc]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:33.676Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest@51d83a7b]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:33.678Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest@4b4c87a1]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:33.679Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest@2b7cdaae]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:33.680Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest@38f8792b]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

2025-07-02T00:42:33.681Z  WARN 104 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener] to prepare test instance [co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest@77dbd350]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:142) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:98) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260) ~[spring-test-6.1.4.jar:6.1.4]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:163) ~[spring-test-6.1.4.jar:6.1.4]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:383) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:378) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:377) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:290) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:289) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:279) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:364) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:278) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) ~[surefire-junit-platform-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.1.jar:2.22.1]

[ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.4 s <<< FAILURE! - in co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest
[ERROR] testUpdateAssistant  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'co.edu.udistrital.mdp.eventos.services.userentity.AssistantService': Unsatisfied dependency expressed through field 'modelMapper': No qualifying bean of type 'org.modelmapper.ModelMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.modelmapper.ModelMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}

[ERROR] testGetAssistantByInvalidId  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] testUpdateAssistantWithInvalidId  Time elapsed: 0 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] testGetAllAssistants  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] testGetAssistantById  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] testCreateAssistant  Time elapsed: 0 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] testDeleteAssistantWithInvalidId  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] testDeleteAssistant  Time elapsed: 0 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@234d4cc4 testClass = co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest, locations = [], classes = [co.edu.udistrital.mdp.eventos.MainApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true"], contextCustomizers = [[ImportsContextCustomizer@6b9863ce key = [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, co.edu.udistrital.mdp.eventos.services.userentity.AssistantService, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6331250e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@70325d20, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@599f571f, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@34be3d80, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@90c3006d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@4bff2185, org.springframework.boot.test.context.SpringBootTestAnnotation@7fdc2f9a], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[INFO] Running co.edu.udistrital.mdp.eventos.services.events.LocationServiceTest
2025-07-02T00:42:33.684Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.events.LocationServiceTest]: LocationServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:33.696Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.events.LocationServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:33.714Z  INFO 104 --- [           main] c.e.u.m.e.s.events.LocationServiceTest   : Starting LocationServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:33.714Z  INFO 104 --- [           main] c.e.u.m.e.s.events.LocationServiceTest   : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:33.769Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:33.787Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:33.797Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:33.806Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:a2052ee4-db33-441a-ac5f-6ed34058548a;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:33.822Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:33.823Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:33.827Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:33.828Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:34.057Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:34.079Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:34.282Z  INFO 104 --- [           main] c.e.u.m.e.s.events.LocationServiceTest   : Started LocationServiceTest in 0.584 seconds (process running for 23.061)
Hibernate: delete from location_entity
Hibernate: delete from event_entity
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
2025-07-02T00:42:34.302Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.LocationService  : Inicia el proceso de creación de una ubicación
Hibernate: delete from location_entity
Hibernate: delete from event_entity
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
2025-07-02T00:42:34.310Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.LocationService  : Inicia el proceso de actualización de una ubicación con id=2
Hibernate: delete from location_entity
Hibernate: delete from event_entity
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
2025-07-02T00:42:34.317Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.LocationService  : Inicia el proceso de obtención de una ubicación con id=3
Hibernate: delete from location_entity
Hibernate: delete from event_entity
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
2025-07-02T00:42:34.326Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.LocationService  : Inicia el proceso de creación de una ubicación
2025-07-02T00:42:34.326Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.LocationService  : Ubicación creada con id=null
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
Hibernate: delete from location_entity
Hibernate: delete from event_entity
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
2025-07-02T00:42:34.334Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.LocationService  : Obteniendo ubicaciones del evento con id=6
Hibernate: select le1_0.id,le1_0.capacity,le1_0.event_id,le1_0.location,le1_0.name,le1_0.type from location_entity le1_0 left join event_entity e1_0 on e1_0.id=le1_0.event_id where e1_0.id=?
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.635 s - in co.edu.udistrital.mdp.eventos.services.events.LocationServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.RefundServiceTest
2025-07-02T00:42:34.342Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.events.RefundServiceTest]: RefundServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:34.343Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.events.RefundServiceTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in co.edu.udistrital.mdp.eventos.services.events.RefundServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.EventTicketServiceTest
2025-07-02T00:42:34.506Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.events.EventTicketServiceTest]: EventTicketServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:34.510Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.events.EventTicketServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:34.523Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketServiceTest     : Starting EventTicketServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:34.523Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketServiceTest     : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:34.579Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:34.600Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:34.610Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:34.618Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:66ba3c59-7952-47f4-91c8-75db1a28aecf;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:34.633Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:34.635Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:34.639Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:34.640Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:34.827Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:34.846Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:35.008Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketServiceTest     : Started EventTicketServiceTest in 0.496 seconds (process running for 23.786)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:35.017Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Agregando ticket 1 al evento 1
2025-07-02T00:42:35.019Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Obteniendo ticket 1 del evento 1
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:35.027Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Agregando ticket 3 al evento 3
2025-07-02T00:42:35.027Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Reemplazando tickets del evento 3
Hibernate: update ticket_entity set classification=?,event_id=?,price=?,remaining=? where id=?
Hibernate: select count(*) from ticket_entity te1_0 where te1_0.id=?
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:35.041Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Creando y agregando nuevos tickets al evento 5
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:35.048Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Agregando ticket 8 al evento 7
2025-07-02T00:42:35.049Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Agregando ticket 8 al evento 8
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:35.057Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Agregando ticket 999 al evento 9
Hibernate: select te1_0.id,te1_0.classification,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,te1_0.price,te1_0.remaining from ticket_entity te1_0 left join event_entity e1_0 on e1_0.id=te1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where te1_0.id=?
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:35.065Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Obteniendo ticket 12 del evento 11
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:35.072Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Agregando ticket 14 al evento 13
2025-07-02T00:42:35.073Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Obteniendo tickets del evento 13
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:35.079Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Agregando ticket 16 al evento 15
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:35.087Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Agregando ticket 18 al evento 999
Hibernate: select ee1_0.id,ee1_0.category,ee1_0.date,ee1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,ee1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password from event_entity ee1_0 left join location_entity l1_0 on ee1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=ee1_0.organizer_id where ee1_0.id=?
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:35.095Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Agregando ticket 20 al evento 19
2025-07-02T00:42:35.096Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Eliminando ticket 20 del evento 19
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.592 s - in co.edu.udistrital.mdp.eventos.services.events.EventTicketServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.ResourceServiceTest
2025-07-02T00:42:35.100Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.events.ResourceServiceTest]: ResourceServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:35.104Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.events.ResourceServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:35.117Z  INFO 104 --- [           main] c.e.u.m.e.s.events.ResourceServiceTest   : Starting ResourceServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:35.117Z  INFO 104 --- [           main] c.e.u.m.e.s.events.ResourceServiceTest   : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:35.171Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:35.189Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:35.198Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:35.206Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:66c5dd39-c69e-4aa7-881f-e7b766057692;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:35.221Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:35.222Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:35.226Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:35.227Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:35.401Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:35.419Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:35.582Z  INFO 104 --- [           main] c.e.u.m.e.s.events.ResourceServiceTest   : Started ResourceServiceTest in 0.476 seconds (process running for 24.36)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
2025-07-02T00:42:35.590Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.ResourceService  : Inicia el proceso de creación de un recurso
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
2025-07-02T00:42:35.595Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.ResourceService  : Inicia el proceso de creación de un recurso
2025-07-02T00:42:35.596Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.ResourceService  : Recurso creado con id=null
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
2025-07-02T00:42:35.602Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.ResourceService  : Obteniendo recursos del evento con id=3
Hibernate: select re1_0.id,re1_0.event_id,re1_0.type,re1_0.url from resource_entity re1_0 left join event_entity e1_0 on e1_0.id=re1_0.event_id where e1_0.id=?
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
2025-07-02T00:42:35.610Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.ResourceService  : Inicia el proceso de obtención de un recurso con id=5
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
2025-07-02T00:42:35.616Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.ResourceService  : Inicia el proceso de actualización de un recurso con id=6
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s - in co.edu.udistrital.mdp.eventos.services.events.ResourceServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.TicketServiceTest
2025-07-02T00:42:35.619Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.events.TicketServiceTest]: TicketServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:35.623Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.events.TicketServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:35.635Z  INFO 104 --- [           main] c.e.u.m.e.s.events.TicketServiceTest     : Starting TicketServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:35.635Z  INFO 104 --- [           main] c.e.u.m.e.s.events.TicketServiceTest     : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:35.688Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:35.705Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:35.715Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:35.722Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:47bb87d0-934a-4acd-b449-f9443437a24d;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:35.736Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:35.738Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:35.741Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:35.742Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:35.995Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:36.018Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:36.317Z  INFO 104 --- [           main] c.e.u.m.e.s.events.TicketServiceTest     : Started TicketServiceTest in 0.691 seconds (process running for 25.095)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:36.332Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.TicketService    : Iniciando creación de ticket
2025-07-02T00:42:36.334Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.TicketService    : Ticket creado exitosamente con ID: null
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:36.345Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.TicketService    : Buscando ticket con ID: 3
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:36.355Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.TicketService    : Iniciando creación de ticket
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:36.361Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.TicketService    : Eliminando ticket con ID: 5
Hibernate: select count(*) from ticket_entity te1_0 where te1_0.id=?
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:36.372Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.TicketService    : Buscando ticket con ID: 6
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into ticket_entity (classification,event_id,price,remaining,id) values (?,?,?,?,default)
2025-07-02T00:42:36.378Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.TicketService    : Obteniendo tickets para el evento con ID: 6
Hibernate: select te1_0.id,te1_0.classification,te1_0.event_id,te1_0.price,te1_0.remaining from ticket_entity te1_0 left join event_entity e1_0 on e1_0.id=te1_0.event_id where e1_0.id=?
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.763 s - in co.edu.udistrital.mdp.eventos.services.events.TicketServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.EventResourceServiceTest
2025-07-02T00:42:36.385Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.events.EventResourceServiceTest]: EventResourceServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:36.390Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.events.EventResourceServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:36.407Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceServiceTest   : Starting EventResourceServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:36.407Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceServiceTest   : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:36.482Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:36.504Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:36.515Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:36.524Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:16aa61e6-33de-4ef4-bda7-073b6c116b71;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:36.542Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:36.544Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:36.548Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:36.549Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:36.779Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:36.798Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:37.031Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceServiceTest   : Started EventResourceServiceTest in 0.639 seconds (process running for 25.81)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
2025-07-02T00:42:37.040Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Agregando recurso 1 al evento 1
2025-07-02T00:42:37.043Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Reemplazando recursos del evento 1
Hibernate: update resource_entity set event_id=?,type=?,url=? where id=?
Hibernate: select count(*) from resource_entity re1_0 where re1_0.id=?
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
2025-07-02T00:42:37.055Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Agregando recurso 999 al evento 2
Hibernate: select re1_0.id,e1_0.id,e1_0.category,e1_0.date,e1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,re1_0.type,re1_0.url from resource_entity re1_0 left join event_entity e1_0 on e1_0.id=re1_0.event_id left join location_entity l1_0 on e1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where re1_0.id=?
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
2025-07-02T00:42:37.062Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Agregando recurso 5 al evento 3
2025-07-02T00:42:37.063Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Obteniendo recurso 5 del evento 3
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
2025-07-02T00:42:37.070Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Agregando recurso 7 al evento 4
2025-07-02T00:42:37.071Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Obteniendo recursos del evento 4
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
2025-07-02T00:42:37.078Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Agregando recurso 9 al evento 5
2025-07-02T00:42:37.080Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Eliminando recurso 9 del evento 5
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
2025-07-02T00:42:37.087Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Agregando recurso 11 al evento 6
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
2025-07-02T00:42:37.094Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Obteniendo recurso 13 del evento 7
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
Hibernate: insert into resource_entity (event_id,type,url,id) values (?,?,?,default)
2025-07-02T00:42:37.100Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Agregando recurso 15 al evento 999
Hibernate: select ee1_0.id,ee1_0.category,ee1_0.date,ee1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,ee1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password from event_entity ee1_0 left join location_entity l1_0 on ee1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=ee1_0.organizer_id where ee1_0.id=?
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.71 s - in co.edu.udistrital.mdp.eventos.services.events.EventResourceServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.EventServiceTest
2025-07-02T00:42:37.104Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.events.EventServiceTest]: EventServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:37.110Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.events.EventServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:37.124Z  INFO 104 --- [           main] c.e.u.m.e.s.events.EventServiceTest      : Starting EventServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:37.124Z  INFO 104 --- [           main] c.e.u.m.e.s.events.EventServiceTest      : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:37.190Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:37.211Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:37.223Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:37.232Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:5129f23a-98f5-40ac-ba8a-8ccde246274b;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:37.249Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:37.250Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:37.254Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:37.255Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:37.444Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:37.461Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:37.618Z  INFO 104 --- [           main] c.e.u.m.e.s.events.EventServiceTest      : Started EventServiceTest in 0.506 seconds (process running for 26.397)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
2025-07-02T00:42:37.626Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.EventService     : Inicia el proceso de eliminación de un evento con id=1
Hibernate: select count(*) from event_entity ee1_0 where ee1_0.id=?
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
2025-07-02T00:42:37.635Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.EventService     : Obteniendo eventos del organizador con id=2
Hibernate: select ee1_0.id,ee1_0.category,ee1_0.date,ee1_0.description,ee1_0.name,ee1_0.organizer_id from event_entity ee1_0 left join organizer_entity o1_0 on o1_0.id=ee1_0.organizer_id where o1_0.id=?
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
2025-07-02T00:42:37.643Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.EventService     : Inicia el proceso de creación de un evento
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
2025-07-02T00:42:37.648Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.EventService     : Inicia el proceso de actualización de un evento con id=4
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
2025-07-02T00:42:37.655Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.EventService     : Inicia el proceso de creación de un evento
2025-07-02T00:42:37.655Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.EventService     : Evento creado con id=null
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into organizer_entity (address,birth_date,email,last_name,name,number_phone,password,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
2025-07-02T00:42:37.661Z  INFO 104 --- [           main] c.e.u.m.e.s.evententity.EventService     : Inicia el proceso de obtención de un evento con id=7
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 s - in co.edu.udistrital.mdp.eventos.services.events.EventServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.EventLocationServiceTest
2025-07-02T00:42:37.664Z  INFO 104 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.eventos.services.events.EventLocationServiceTest]: EventLocationServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-07-02T00:42:37.669Z  INFO 104 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.eventos.MainApplication for test class co.edu.udistrital.mdp.eventos.services.events.EventLocationServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-07-02T00:42:37.681Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationServiceTest   : Starting EventLocationServiceTest using Java 21.0.4 with PID 104 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T00:42:37.681Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationServiceTest   : No active profile set, falling back to 1 default profile: "default"
2025-07-02T00:42:37.732Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T00:42:37.749Z  INFO 104 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16 ms. Found 16 JPA repository interfaces.
2025-07-02T00:42:37.757Z  INFO 104 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T00:42:37.765Z  INFO 104 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:d681817c-45ed-4b85-a995-c90a88967f1e;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T00:42:37.779Z  INFO 104 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T00:42:37.780Z  INFO 104 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T00:42:37.783Z  INFO 104 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T00:42:37.784Z  WARN 104 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-02T00:42:37.944Z  INFO 104 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
Hibernate: create table assistant_entity (birth_date timestamp(6), event_id bigint, id bigint generated by default as identity, email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table booking_entity (remaining_seats integer, assistant_id bigint, event_id bigint, id bigint generated by default as identity, notification_id bigint unique, purchase_id bigint unique, primary key (id))
Hibernate: create table event_entity (date timestamp(6), id bigint generated by default as identity, organizer_id bigint, category varchar(255), description varchar(255), name varchar(255), primary key (id))
Hibernate: create table location_entity (capacity integer, event_id bigint unique, id bigint generated by default as identity, location varchar(255), name varchar(255), type varchar(255), primary key (id))
Hibernate: create table method_of_payment (card_number integer, identity_document integer, otp_code integer, phone_account integer, security_code integer, assistant_id bigint, expiration_date timestamp(6), id bigint generated by default as identity, method_type varchar(31) not null, card_holder_name varchar(255), email varchar(255), type varchar(255) not null, type_of_wallet varchar(255), primary key (id))
Hibernate: create table notification_entity (assistant_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table organizer_entity (birth_date timestamp(6), id bigint generated by default as identity, address varchar(255), email varchar(255), last_name varchar(255), name varchar(255), number_phone varchar(255), password varchar(255), primary key (id))
Hibernate: create table preference_entity (id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: create table preference_entity_assistants (assistants_id bigint not null, preferences_id bigint not null)
Hibernate: create table purchase_entity (amount float(53), discount float(24), remaining_seats integer, assistant_id bigint, id bigint generated by default as identity, method_of_payment_id bigint unique, notification_id bigint unique, purchase_date timestamp(6), purchase_id bigint, refund_id bigint unique, dtype varchar(31) not null, code varchar(255), description varchar(255), primary key (id))
Hibernate: create table refund_entity (date timestamp(6), id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table resource_entity (event_id bigint, id bigint generated by default as identity, type varchar(255), url varchar(255), primary key (id))
Hibernate: create table ticket_entity (price integer, remaining integer, event_id bigint, id bigint generated by default as identity, classification varchar(255), primary key (id))
Hibernate: alter table if exists assistant_entity add constraint FKnfqyckcyw8vc2wp9b6bshjqsp foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKnqkpqmd5f3fujfvf67n8om20n foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists booking_entity add constraint FKle5dtmgrkv9pn5ksfvwxatoji foreign key (event_id) references event_entity
Hibernate: alter table if exists booking_entity add constraint FKe4mq4gohuohf8t7isq07p2398 foreign key (notification_id) references notification_entity
Hibernate: alter table if exists booking_entity add constraint FKcbos0pg4kd9xn7nyi0ky4hme8 foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists event_entity add constraint FK3j2l7bk9fk1wt3btgaoate4i9 foreign key (organizer_id) references organizer_entity
Hibernate: alter table if exists location_entity add constraint FKswf7m7mdk5k28s4xckw765qpf foreign key (event_id) references event_entity
Hibernate: alter table if exists method_of_payment add constraint FK6b45phiweyifgiv0fbacayys5 foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists notification_entity add constraint FKnmlv6uh2ymg25933n5cvjmfmj foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FK8006pc5crsyddxf76kb8vfvvw foreign key (assistants_id) references assistant_entity
Hibernate: alter table if exists preference_entity_assistants add constraint FKfjj6y9jgi1wp81u3kadvms9k4 foreign key (preferences_id) references preference_entity
Hibernate: alter table if exists purchase_entity add constraint FKt5h25bqsdc00rq42yd0jv8rni foreign key (assistant_id) references assistant_entity
Hibernate: alter table if exists purchase_entity add constraint FK4q55ekkw4q7fvcmqr24uud5f2 foreign key (method_of_payment_id) references method_of_payment
Hibernate: alter table if exists purchase_entity add constraint FKgwuiah4j03ivkv99y5erl6o2e foreign key (notification_id) references notification_entity
Hibernate: alter table if exists purchase_entity add constraint FK3i90tqs469wdy6yhvyob39ai foreign key (refund_id) references refund_entity
Hibernate: alter table if exists purchase_entity add constraint FKsamvflj3gcimsd6ji5xbpx1bf foreign key (purchase_id) references purchase_entity
Hibernate: alter table if exists resource_entity add constraint FKsu1891ivoi3uc2kpbki86f69y foreign key (event_id) references event_entity
Hibernate: alter table if exists ticket_entity add constraint FK6bumluq4dsrggxkxvow6nbf91 foreign key (event_id) references event_entity
2025-07-02T00:42:37.961Z  INFO 104 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:38.093Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationServiceTest   : Started EventLocationServiceTest in 0.422 seconds (process running for 26.871)
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
2025-07-02T00:42:38.101Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Asignando ubicación 1 al evento 1
2025-07-02T00:42:38.102Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Removiendo ubicación del evento 1
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
2025-07-02T00:42:38.109Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Asignando ubicación 3 al evento 2
2025-07-02T00:42:38.110Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Actualizando ubicación del evento 2 a 4
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
2025-07-02T00:42:38.116Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Asignando ubicación 5 al evento 3
2025-07-02T00:42:38.117Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Asignando ubicación 6 al evento 3
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
2025-07-02T00:42:38.123Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Asignando ubicación 999 al evento 4
Hibernate: select le1_0.id,le1_0.capacity,e1_0.id,e1_0.category,e1_0.date,e1_0.description,e1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password,le1_0.location,le1_0.name,le1_0.type from location_entity le1_0 left join event_entity e1_0 on e1_0.id=le1_0.event_id left join organizer_entity o1_0 on o1_0.id=e1_0.organizer_id where le1_0.id=?
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
2025-07-02T00:42:38.129Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Asignando ubicación 9 al evento 5
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
2025-07-02T00:42:38.135Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Obteniendo ubicación del evento 6
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
2025-07-02T00:42:38.141Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Asignando ubicación 13 al evento 999
Hibernate: select ee1_0.id,ee1_0.category,ee1_0.date,ee1_0.description,l1_0.id,l1_0.capacity,l1_0.location,l1_0.name,l1_0.type,ee1_0.name,o1_0.id,o1_0.address,o1_0.birth_date,o1_0.email,o1_0.last_name,o1_0.name,o1_0.number_phone,o1_0.password from event_entity ee1_0 left join location_entity l1_0 on ee1_0.id=l1_0.event_id left join organizer_entity o1_0 on o1_0.id=ee1_0.organizer_id where ee1_0.id=?
Hibernate: insert into event_entity (category,date,description,name,organizer_id,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
Hibernate: insert into location_entity (capacity,event_id,location,name,type,id) values (?,?,?,?,?,default)
2025-07-02T00:42:38.148Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Asignando ubicación 15 al evento 8
2025-07-02T00:42:38.148Z  INFO 104 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Obteniendo ubicación del evento 8
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 s - in co.edu.udistrital.mdp.eventos.services.events.EventLocationServiceTest
2025-07-02T00:42:38.159Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.164Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.169Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.177Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T00:42:38.180Z  INFO 104 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2025-07-02T00:42:38.330Z  INFO 104 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2025-07-02T00:42:38.331Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.337Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.341Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.344Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.348Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.352Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.355Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.358Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.362Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.365Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.368Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.371Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
2025-07-02T00:42:38.374Z  INFO 104 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists assistant_entity cascade 
Hibernate: drop table if exists booking_entity cascade 
Hibernate: drop table if exists event_entity cascade 
Hibernate: drop table if exists location_entity cascade 
Hibernate: drop table if exists method_of_payment cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists organizer_entity cascade 
Hibernate: drop table if exists preference_entity cascade 
Hibernate: drop table if exists preference_entity_assistants cascade 
Hibernate: drop table if exists purchase_entity cascade 
Hibernate: drop table if exists refund_entity cascade 
Hibernate: drop table if exists resource_entity cascade 
Hibernate: drop table if exists ticket_entity cascade 
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   AssistantServiceTest.testCreateAssistant » IllegalState ApplicationContext fai...
[ERROR]   AssistantServiceTest.testDeleteAssistant » IllegalState ApplicationContext fai...
[ERROR]   AssistantServiceTest.testDeleteAssistantWithInvalidId » IllegalState Applicati...
[ERROR]   AssistantServiceTest.testGetAllAssistants » IllegalState ApplicationContext fa...
[ERROR]   AssistantServiceTest.testGetAssistantById » IllegalState ApplicationContext fa...
[ERROR]   AssistantServiceTest.testGetAssistantByInvalidId » IllegalState ApplicationCon...
[ERROR]   AssistantServiceTest.testUpdateAssistant » IllegalState Failed to load Applica...
[ERROR]   AssistantServiceTest.testUpdateAssistantWithInvalidId » IllegalState Applicati...
[ERROR]   PreferenceAssistantServiceTest.whenAddAssistantWithInvalidAssistantId_thenThrowEntityNotFoundException » IllegalState
[ERROR]   PreferenceAssistantServiceTest.whenAddAssistantWithInvalidPreferenceId_thenThrowEntityNotFoundException » IllegalState
[ERROR]   PreferenceAssistantServiceTest.whenAddAssistantWithValidIds_thenAssistantIsAdded » IllegalState
[ERROR]   PreferenceAssistantServiceTest.whenGetAssistantNotAssociated_thenThrowIllegalOperationException » IllegalState
[ERROR]   PreferenceAssistantServiceTest.whenGetAssistantWithInvalidAssistantId_thenThrowEntityNotFoundException » IllegalState
[ERROR]   PreferenceAssistantServiceTest.whenGetAssistantWithInvalidPreferenceId_thenThrowEntityNotFoundException » IllegalState
[ERROR]   PreferenceAssistantServiceTest.whenGetAssistantWithValidIdsAndAssociation_thenReturnAssistant » IllegalState
[ERROR]   PreferenceAssistantServiceTest.whenGetAssistantsWithInvalidPreferenceId_thenThrowEntityNotFoundException » IllegalState
[ERROR]   PreferenceAssistantServiceTest.whenGetAssistantsWithValidPreferenceId_thenReturnAssistantsList » IllegalState
[ERROR]   PreferenceAssistantServiceTest.whenRemoveAssistantWithInvalidAssistantId_thenThrowEntityNotFoundException » IllegalState
[ERROR]   PreferenceAssistantServiceTest.whenRemoveAssistantWithInvalidPreferenceId_thenThrowEntityNotFoundException » IllegalState
[ERROR]   PreferenceAssistantServiceTest.whenRemoveAssistantWithValidIds_thenAssistantIsRemoved » IllegalState
[ERROR]   PreferenceAssistantServiceTest.whenReplaceAssistantsWithInvalidPreferenceId_thenThrowEntityNotFoundException » IllegalState
[ERROR]   PreferenceAssistantServiceTest.whenReplaceAssistantsWithNonExistingAssistant_thenThrowEntityNotFoundException » IllegalState
[ERROR]   PreferenceAssistantServiceTest.whenReplaceAssistantsWithValidIds_thenAssistantsAreReplaced » IllegalState
[INFO] 
[ERROR] Tests run: 224, Failures: 0, Errors: 23, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  38.238 s
[INFO] Finished at: 2025-07-02T00:42:38Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project MP_202510_G81_E2_Eventos_Back: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[Pipeline] }
$ docker stop --time=1 3e95cc95a8ba17461573b75ca5751ae8d4655a928b6038a97b32e6a30e27ba0b
$ docker rm -f --volumes 3e95cc95a8ba17461573b75ca5751ae8d4655a928b6038a97b32e6a30e27ba0b
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Testing)
Stage "Testing" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static Analysis)
Stage "Static Analysis" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] deleteDir
[Pipeline] dir
Running in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back/MP_202510_G81_E2_Eventos_Back@tmp
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE