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 76028fb4b768ec823d858fac4a11f7e0c8ea3cf9 # 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: Changelog is empty!
[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 482e99d6ad620edf8c2cd3123523aedf37849554f525842449c9840ba3c3afd6 -eo pid,comm
[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
01:12:39.310 [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.
01:12:39.539 [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-02T01:12:40.195Z  INFO 97 --- [           main] c.e.u.m.e.s.p.MobileWalletServiceTest    : Starting MobileWalletServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:12:40.197Z  INFO 97 --- [           main] c.e.u.m.e.s.p.MobileWalletServiceTest    : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:12:40.858Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:12:40.989Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 117 ms. Found 16 JPA repository interfaces.
2025-07-02T01:12:41.091Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:12:41.364Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:703bcc66-13b7-47f6-9bec-fdeed94166b3;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:12:42.019Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:12:42.130Z  INFO 97 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.4.4.Final
2025-07-02T01:12:42.189Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:12:42.609Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:12:42.702Z  WARN 97 --- [           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-02T01:12:44.927Z  INFO 97 --- [           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-02T01:12:45.067Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:12:46.043Z  INFO 97 --- [           main] c.e.u.m.e.s.p.MobileWalletServiceTest    : Started MobileWalletServiceTest in 6.374 seconds (process running for 8.586)
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-02T01:12:47.079Z  INFO 97 --- [           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-02T01:12:47.237Z  INFO 97 --- [           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-02T01:12:47.280Z  INFO 97 --- [           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-02T01:12:47.305Z  INFO 97 --- [           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-02T01:12:47.348Z  INFO 97 --- [           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-02T01:12:47.371Z  INFO 97 --- [           main] c.e.u.m.e.s.p.MobileWalletService        : Inicia proceso de consultar la billetera movil con id = {0}
2025-07-02T01:12:47.371Z  INFO 97 --- [           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-02T01:12:47.384Z  INFO 97 --- [           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-02T01:12:47.401Z  INFO 97 --- [           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-02T01:12:47.474Z  INFO 97 --- [           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-02T01:12:47.494Z  INFO 97 --- [           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-02T01:12:47.536Z  INFO 97 --- [           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: 8.542 s - in co.edu.udistrital.mdp.eventos.services.payments.MobileWalletServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.payments.DebitCardServiceTest
2025-07-02T01:12:47.564Z  INFO 97 --- [           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-02T01:12:47.574Z  INFO 97 --- [           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-02T01:12:47.619Z  INFO 97 --- [           main] c.e.u.m.e.s.p.DebitCardServiceTest       : Starting DebitCardServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:12:47.620Z  INFO 97 --- [           main] c.e.u.m.e.s.p.DebitCardServiceTest       : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:12:47.745Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:12:47.775Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28 ms. Found 16 JPA repository interfaces.
2025-07-02T01:12:47.797Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:12:47.818Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:565b17ce-b7d1-4c54-a85d-0693aa8a1575;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:12:47.845Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:12:47.847Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:12:47.852Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:12:47.854Z  WARN 97 --- [           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-02T01:12:48.261Z  INFO 97 --- [           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-02T01:12:48.310Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:12:48.615Z  INFO 97 --- [           main] c.e.u.m.e.s.p.DebitCardServiceTest       : Started DebitCardServiceTest in 1.038 seconds (process running for 11.158)
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-02T01:12:48.631Z  INFO 97 --- [           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-02T01:12:48.646Z  INFO 97 --- [           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-02T01:12:48.669Z  INFO 97 --- [           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-02T01:12:48.692Z  INFO 97 --- [           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-02T01:12:48.703Z  INFO 97 --- [           main] c.e.u.m.e.s.p.DebitCardService           : Inicia proceso de consultar la tarjeta de debito con id = {0}
2025-07-02T01:12:48.704Z  INFO 97 --- [           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-02T01:12:48.715Z  INFO 97 --- [           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-02T01:12:48.727Z  INFO 97 --- [           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-02T01:12:48.742Z  INFO 97 --- [           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-02T01:12:48.763Z  INFO 97 --- [           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-02T01:12:48.768Z  INFO 97 --- [           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.166 s - in co.edu.udistrital.mdp.eventos.services.payments.DebitCardServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.payments.CreditCardServiceTest
2025-07-02T01:12:48.774Z  INFO 97 --- [           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-02T01:12:48.781Z  INFO 97 --- [           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-02T01:12:48.805Z  INFO 97 --- [           main] c.e.u.m.e.s.p.CreditCardServiceTest      : Starting CreditCardServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:12:48.806Z  INFO 97 --- [           main] c.e.u.m.e.s.p.CreditCardServiceTest      : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:12:48.900Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:12:48.926Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25 ms. Found 16 JPA repository interfaces.
2025-07-02T01:12:48.946Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:12:48.961Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:f7ba7710-c071-489f-a2dc-ddbc8d234e8e;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:12:49.000Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:12:49.002Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:12:49.006Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:12:49.008Z  WARN 97 --- [           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-02T01:12:49.294Z  INFO 97 --- [           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-02T01:12:49.341Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:12:49.601Z  INFO 97 --- [           main] c.e.u.m.e.s.p.CreditCardServiceTest      : Started CreditCardServiceTest in 0.814 seconds (process running for 12.144)
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-02T01:12:49.624Z  INFO 97 --- [           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-02T01:12:49.649Z  INFO 97 --- [           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-02T01:12:49.669Z  INFO 97 --- [           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-02T01:12:49.675Z  INFO 97 --- [           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-02T01:12:49.685Z  INFO 97 --- [           main] c.e.u.m.e.s.p.CreditCardService          : Inicia proceso de consultar la tarjeta de credito con id = {0}
2025-07-02T01:12:49.686Z  INFO 97 --- [           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-02T01:12:49.696Z  INFO 97 --- [           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-02T01:12:49.709Z  INFO 97 --- [           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-02T01:12:49.727Z  INFO 97 --- [           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-02T01:12:49.739Z  INFO 97 --- [           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-02T01:12:49.750Z  INFO 97 --- [           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-02T01:12:49.761Z  INFO 97 --- [           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-02T01:12:49.773Z  INFO 97 --- [           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.988 s - in co.edu.udistrital.mdp.eventos.services.payments.CreditCardServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.PurchaseServiceTest
2025-07-02T01:12:49.781Z  INFO 97 --- [           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-02T01:12:49.797Z  INFO 97 --- [           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-02T01:12:49.854Z  INFO 97 --- [           main] c.e.u.m.e.s.b.PurchaseServiceTest        : Starting PurchaseServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:12:49.855Z  INFO 97 --- [           main] c.e.u.m.e.s.b.PurchaseServiceTest        : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:12:50.236Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:12:50.259Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22 ms. Found 16 JPA repository interfaces.
2025-07-02T01:12:50.457Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:12:50.460Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:12:50.464Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:12:50.465Z  INFO 97 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2025-07-02T01:12:50.480Z  INFO 97 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn42: url=jdbc:h2:mem:eventos user=SA
2025-07-02T01:12:50.482Z  INFO 97 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2025-07-02T01:12:50.490Z  WARN 97 --- [           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-02T01:12:50.775Z  INFO 97 --- [           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-02T01:12:50.816Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:12:51.898Z  INFO 97 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:eventos'
2025-07-02T01:12:51.930Z  INFO 97 --- [           main] c.e.u.m.e.s.b.PurchaseServiceTest        : Started PurchaseServiceTest in 2.117 seconds (process running for 14.474)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.38 s - in co.edu.udistrital.mdp.eventos.services.bookings.PurchaseServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.PromoServiceTest
2025-07-02T01:12:52.169Z  INFO 97 --- [           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-02T01:12:52.170Z  INFO 97 --- [           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-02T01:12:52.296Z  INFO 97 --- [           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-02T01:12:52.297Z  INFO 97 --- [           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.053 s - in co.edu.udistrital.mdp.eventos.services.bookings.BookingServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.PurchaseRefundServiceTest
2025-07-02T01:12:52.361Z  INFO 97 --- [           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-02T01:12:52.362Z  INFO 97 --- [           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.032 s - in co.edu.udistrital.mdp.eventos.services.bookings.PurchaseRefundServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.NotificationServiceTest
2025-07-02T01:12:52.397Z  INFO 97 --- [           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-02T01:12:52.398Z  INFO 97 --- [           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.155 s - in co.edu.udistrital.mdp.eventos.services.bookings.NotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.PurchasePromoServiceTest
2025-07-02T01:12:52.556Z  INFO 97 --- [           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-02T01:12:52.557Z  INFO 97 --- [           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.033 s - in co.edu.udistrital.mdp.eventos.services.bookings.PurchasePromoServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.BookingNotificationServiceTest
2025-07-02T01:12:52.595Z  INFO 97 --- [           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-02T01:12:52.596Z  INFO 97 --- [           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.091 s - in co.edu.udistrital.mdp.eventos.services.bookings.BookingNotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.BookingPurchaseServiceTest
2025-07-02T01:12:52.694Z  INFO 97 --- [           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-02T01:12:52.695Z  INFO 97 --- [           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.028 s - in co.edu.udistrital.mdp.eventos.services.bookings.BookingPurchaseServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.PreferenceServiceTest
2025-07-02T01:12:52.729Z  INFO 97 --- [           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-02T01:12:52.746Z  INFO 97 --- [           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-02T01:12:52.763Z  INFO 97 --- [           main] c.e.u.m.e.s.users.PreferenceServiceTest  : Starting PreferenceServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:12:52.764Z  INFO 97 --- [           main] c.e.u.m.e.s.users.PreferenceServiceTest  : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:12:52.836Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:12:52.857Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 16 JPA repository interfaces.
2025-07-02T01:12:52.871Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:12:52.881Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:aa434917-8545-4acb-9fa8-a32bc16c6e5d;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:12:52.899Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:12:52.901Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:12:52.905Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:12:52.906Z  WARN 97 --- [           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-02T01:12:53.162Z  INFO 97 --- [           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-02T01:12:53.197Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:12:53.411Z  INFO 97 --- [           main] c.e.u.m.e.s.users.PreferenceServiceTest  : Started PreferenceServiceTest in 0.662 seconds (process running for 15.954)
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-02T01:12:53.448Z  INFO 97 --- [           main] c.e.u.m.e.s.u.PreferenceService          : Inicia el proceso de obtencion de un asistente = {0}
2025-07-02T01:12:53.449Z  INFO 97 --- [           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-02T01:12:53.461Z  INFO 97 --- [           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-02T01:12:53.475Z  INFO 97 --- [           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-02T01:12:53.486Z  INFO 97 --- [           main] c.e.u.m.e.s.u.PreferenceService          : Inicia el proceso de eliminación de una preferencia = {0}
2025-07-02T01:12:53.488Z  INFO 97 --- [           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-02T01:12:53.504Z  INFO 97 --- [           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-02T01:12:53.516Z  INFO 97 --- [           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-02T01:12:53.619Z  INFO 97 --- [           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.892 s - in co.edu.udistrital.mdp.eventos.services.users.PreferenceServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantPurchaseServiceTest
2025-07-02T01:12:53.626Z  INFO 97 --- [           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-02T01:12:53.632Z  INFO 97 --- [           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-02T01:12:53.648Z  INFO 97 --- [           main] e.u.m.e.s.u.AssistantPurchaseServiceTest : Starting AssistantPurchaseServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:12:53.648Z  INFO 97 --- [           main] e.u.m.e.s.u.AssistantPurchaseServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:12:53.716Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:12:53.737Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 16 JPA repository interfaces.
2025-07-02T01:12:53.750Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:12:53.760Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:d91813c6-57c7-4ad7-aa50-ecf6c59ef07e;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:12:53.778Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:12:53.779Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:12:53.783Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:12:53.785Z  WARN 97 --- [           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-02T01:12:54.046Z  INFO 97 --- [           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-02T01:12:54.074Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:12:54.308Z  INFO 97 --- [           main] e.u.m.e.s.u.AssistantPurchaseServiceTest : Started AssistantPurchaseServiceTest in 0.674 seconds (process running for 16.851)
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-02T01:12:54.323Z  INFO 97 --- [           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-02T01:12:54.336Z  INFO 97 --- [           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-02T01:12:54.347Z  INFO 97 --- [           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-02T01:12:54.358Z  INFO 97 --- [           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-02T01:12:54.369Z  INFO 97 --- [           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-02T01:12:54.379Z  INFO 97 --- [           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-02T01:12:54.390Z  INFO 97 --- [           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-02T01:12:54.409Z  INFO 97 --- [           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-02T01:12:54.427Z  INFO 97 --- [           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-02T01:12:54.436Z  INFO 97 --- [           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-02T01:12:54.446Z  INFO 97 --- [           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-02T01:12:54.464Z  INFO 97 --- [           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-02T01:12:54.465Z  INFO 97 --- [           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-02T01:12:54.474Z  INFO 97 --- [           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.843 s - in co.edu.udistrital.mdp.eventos.services.users.AssistantPurchaseServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantNotificationServiceTest
2025-07-02T01:12:54.478Z  INFO 97 --- [           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-02T01:12:54.484Z  INFO 97 --- [           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-02T01:12:54.501Z  INFO 97 --- [           main] m.e.s.u.AssistantNotificationServiceTest : Starting AssistantNotificationServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:12:54.502Z  INFO 97 --- [           main] m.e.s.u.AssistantNotificationServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:12:54.576Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:12:54.601Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24 ms. Found 16 JPA repository interfaces.
2025-07-02T01:12:54.615Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:12:54.626Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:c1db19a9-da93-4b6f-bf5c-79dabf145afd;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:12:54.654Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:12:54.656Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:12:54.660Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:12:54.661Z  WARN 97 --- [           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-02T01:12:54.919Z  INFO 97 --- [           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-02T01:12:54.946Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:12:55.172Z  INFO 97 --- [           main] m.e.s.u.AssistantNotificationServiceTest : Started AssistantNotificationServiceTest in 0.686 seconds (process running for 17.715)
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-02T01:12:55.183Z  INFO 97 --- [           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-02T01:12:55.184Z  INFO 97 --- [           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-02T01:12:55.192Z  INFO 97 --- [           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-02T01:12:55.210Z  INFO 97 --- [           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-02T01:12:55.223Z  INFO 97 --- [           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-02T01:12:55.224Z  INFO 97 --- [           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-02T01:12:55.231Z  INFO 97 --- [           main] u.m.e.s.u.b.AssistantNotificationService : Inicia el proceso de obtención de notificaciones de un asistente con id = 9
2025-07-02T01:12:55.232Z  INFO 97 --- [           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-02T01:12:55.239Z  INFO 97 --- [           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-02T01:12:55.247Z  INFO 97 --- [           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-02T01:12:55.261Z  INFO 97 --- [           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-02T01:12:55.269Z  INFO 97 --- [           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-02T01:12:55.270Z  INFO 97 --- [           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-02T01:12:55.277Z  INFO 97 --- [           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-02T01:12:55.287Z  INFO 97 --- [           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-02T01:12:55.296Z  INFO 97 --- [           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-02T01:12:55.316Z  INFO 97 --- [           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.842 s - in co.edu.udistrital.mdp.eventos.services.users.AssistantNotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantPreferenceServiceTest
2025-07-02T01:12:55.327Z  INFO 97 --- [           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-02T01:12:55.332Z  INFO 97 --- [           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-02T01:12:55.346Z  INFO 97 --- [           main] u.m.e.s.u.AssistantPreferenceServiceTest : Starting AssistantPreferenceServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:12:55.347Z  INFO 97 --- [           main] u.m.e.s.u.AssistantPreferenceServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:12:55.408Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:12:55.428Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 16 JPA repository interfaces.
2025-07-02T01:12:55.440Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:12:55.449Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:5db0eb8f-3339-4c47-a7cb-db683fb80660;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:12:55.465Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:12:55.467Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:12:55.470Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:12:55.471Z  WARN 97 --- [           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-02T01:12:55.710Z  INFO 97 --- [           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-02T01:12:55.736Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:12:55.937Z  INFO 97 --- [           main] u.m.e.s.u.AssistantPreferenceServiceTest : Started AssistantPreferenceServiceTest in 0.603 seconds (process running for 18.48)
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-02T01:12:55.950Z  INFO 97 --- [           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-02T01:12:55.960Z  INFO 97 --- [           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-02T01:12:55.972Z  INFO 97 --- [           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-02T01:12:55.986Z  INFO 97 --- [           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-02T01:12:55.995Z  INFO 97 --- [           main] c.e.u.m.e.s.u.PreferenceService          : Inicia el proceso de creación de una preferencia
2025-07-02T01:12:55.995Z  INFO 97 --- [           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-02T01:12:55.996Z  INFO 97 --- [           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-02T01:12:55.997Z  INFO 97 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Termina el profeso de asociarle un Preference a un Assistant co id = {0}
2025-07-02T01:12:55.997Z  INFO 97 --- [           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-02T01:12:55.997Z  INFO 97 --- [           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-02T01:12:56.005Z  INFO 97 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de borrar una preference con assistantId = {0}
2025-07-02T01:12:56.006Z  INFO 97 --- [           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-02T01:12:56.124Z  INFO 97 --- [           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-02T01:12:56.132Z  INFO 97 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de consultar todas las preferences con AssistantId = {0}
2025-07-02T01:12:56.133Z  INFO 97 --- [           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-02T01:12:56.143Z  INFO 97 --- [           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-02T01:12:56.144Z  INFO 97 --- [           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-02T01:12:56.152Z  INFO 97 --- [           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-02T01:12:56.153Z  INFO 97 --- [           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-02T01:12:56.166Z  INFO 97 --- [           main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de reemplazar los libros asociados al author con id = {0}
2025-07-02T01:12:56.166Z  INFO 97 --- [           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-02T01:12:56.179Z  INFO 97 --- [           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-02T01:12:56.189Z  INFO 97 --- [           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-02T01:12:56.199Z  INFO 97 --- [           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-02T01:12:56.208Z  INFO 97 --- [           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.878 s - in co.edu.udistrital.mdp.eventos.services.users.AssistantPreferenceServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest
2025-07-02T01:12:56.213Z  INFO 97 --- [           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-02T01:12:56.218Z  INFO 97 --- [           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-02T01:12:56.236Z  INFO 97 --- [           main] u.m.e.s.u.PreferenceAssistantServiceTest : Starting PreferenceAssistantServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:12:56.236Z  INFO 97 --- [           main] u.m.e.s.u.PreferenceAssistantServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:12:56.296Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:12:56.315Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2025-07-02T01:12:56.327Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:12:56.336Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:34fc748b-4ef6-4d64-9677-c662ddf31982;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:12:56.352Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:12:56.354Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:12:56.357Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:12:56.358Z  WARN 97 --- [           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-02T01:12:56.638Z  INFO 97 --- [           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-02T01:12:56.675Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:12:56.740Z  WARN 97 --- [           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-02T01:12:56.740Z  INFO 97 --- [           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-02T01:12:56.755Z  INFO 97 --- [           main] .s.b.a.l.ConditionEvaluationReportLogger : 

Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2025-07-02T01:12:56.788Z ERROR 97 --- [           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-02T01:12:56.796Z  WARN 97 --- [           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@5906a685]

java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:56.825Z  WARN 97 --- [           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@7504212]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:56.827Z  WARN 97 --- [           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@3c5192bb]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:56.829Z  WARN 97 --- [           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@5151a51f]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:56.831Z  WARN 97 --- [           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@5d9a4326]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:56.833Z  WARN 97 --- [           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@743452cd]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:56.834Z  WARN 97 --- [           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@604edc1c]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:56.836Z  WARN 97 --- [           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@1514c618]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:56.838Z  WARN 97 --- [           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@7d1d3df6]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:56.839Z  WARN 97 --- [           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@f1f0d07]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:56.841Z  WARN 97 --- [           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@5d8f78b2]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:56.843Z  WARN 97 --- [           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@57be11c6]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:56.844Z  WARN 97 --- [           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@70cd83f5]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:56.849Z  WARN 97 --- [           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@589c664]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:56.852Z  WARN 97 --- [           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@4662bd56]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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.643 s <<< FAILURE! - in co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest
[ERROR] whenGetAssistantsWithValidPreferenceId_thenReturnAssistantsList  Time elapsed: 0.012 s  <<< ERROR!
java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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.002 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenReplaceAssistantsWithValidIds_thenAssistantsAreReplaced  Time elapsed: 0.003 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenAddAssistantWithInvalidPreferenceId_thenThrowEntityNotFoundException  Time elapsed: 0 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenGetAssistantWithInvalidPreferenceId_thenThrowEntityNotFoundException  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenAddAssistantWithInvalidAssistantId_thenThrowEntityNotFoundException  Time elapsed: 0 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenGetAssistantWithValidIdsAndAssociation_thenReturnAssistant  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenGetAssistantsWithInvalidPreferenceId_thenThrowEntityNotFoundException  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenAddAssistantWithValidIds_thenAssistantIsAdded  Time elapsed: 0.002 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenRemoveAssistantWithInvalidAssistantId_thenThrowEntityNotFoundException  Time elapsed: 0.003 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] whenGetAssistantWithInvalidAssistantId_thenThrowEntityNotFoundException  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@714e624b 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@182dcc4b 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[INFO] Running co.edu.udistrital.mdp.eventos.services.users.OrganizerServiceTest
2025-07-02T01:12:56.865Z  INFO 97 --- [           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-02T01:12:56.873Z  INFO 97 --- [           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-02T01:12:56.922Z  INFO 97 --- [           main] c.e.u.m.e.s.users.OrganizerServiceTest   : Starting OrganizerServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:12:56.923Z  INFO 97 --- [           main] c.e.u.m.e.s.users.OrganizerServiceTest   : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:12:57.081Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:12:57.102Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 16 JPA repository interfaces.
2025-07-02T01:12:57.114Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:12:57.125Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:5d11c00f-abce-446d-9b26-dc8b52cd96f1;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:12:57.144Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:12:57.146Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:12:57.149Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:12:57.157Z  WARN 97 --- [           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-02T01:12:57.401Z  INFO 97 --- [           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-02T01:12:57.424Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:12:57.599Z  INFO 97 --- [           main] c.e.u.m.e.s.users.OrganizerServiceTest   : Started OrganizerServiceTest in 0.723 seconds (process running for 20.142)
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-02T01:12:57.614Z  INFO 97 --- [           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-02T01:12:57.626Z  INFO 97 --- [           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-02T01:12:57.637Z  INFO 97 --- [           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-02T01:12:57.645Z  INFO 97 --- [           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-02T01:12:57.656Z  INFO 97 --- [           main] c.e.u.m.e.s.userentity.OrganizerService  : Inicia el proceso de obtencion de un Organizer = {0}
2025-07-02T01:12:57.657Z  INFO 97 --- [           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-02T01:12:57.665Z  INFO 97 --- [           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-02T01:12:57.675Z  INFO 97 --- [           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-02T01:12:57.678Z  INFO 97 --- [           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-02T01:12:57.687Z  INFO 97 --- [           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.725 s - in co.edu.udistrital.mdp.eventos.services.users.OrganizerServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantBookingServiceTest
2025-07-02T01:12:57.691Z  INFO 97 --- [           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-02T01:12:57.696Z  INFO 97 --- [           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-02T01:12:57.710Z  INFO 97 --- [           main] .e.u.m.e.s.u.AssistantBookingServiceTest : Starting AssistantBookingServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:12:57.710Z  INFO 97 --- [           main] .e.u.m.e.s.u.AssistantBookingServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:12:57.769Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:12:57.787Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2025-07-02T01:12:57.798Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:12:57.806Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:631b1da8-4bfb-42db-ae66-1150d25c5211;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:12:57.822Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:12:57.823Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:12:57.827Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:12:57.828Z  WARN 97 --- [           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-02T01:12:58.027Z  INFO 97 --- [           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-02T01:12:58.056Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:12:58.243Z  INFO 97 --- [           main] .e.u.m.e.s.u.AssistantBookingServiceTest : Started AssistantBookingServiceTest in 0.545 seconds (process running for 20.787)
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-02T01:12:58.257Z  INFO 97 --- [           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-02T01:12:58.278Z  INFO 97 --- [           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-02T01:12:58.295Z  INFO 97 --- [           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-02T01:12:58.296Z  INFO 97 --- [           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-02T01:12:58.304Z  INFO 97 --- [           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-02T01:12:58.304Z  INFO 97 --- [           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-02T01:12:58.312Z  INFO 97 --- [           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-02T01:12:58.329Z  INFO 97 --- [           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-02T01:12:58.330Z  INFO 97 --- [           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-02T01:12:58.337Z  INFO 97 --- [           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-02T01:12:58.346Z  INFO 97 --- [           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-02T01:12:58.355Z  INFO 97 --- [           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-02T01:12:58.366Z  INFO 97 --- [           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-02T01:12:58.367Z  INFO 97 --- [           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-02T01:12:58.374Z  INFO 97 --- [           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-02T01:12:58.383Z  INFO 97 --- [           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-02T01:12:58.400Z  INFO 97 --- [           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.703 s - in co.edu.udistrital.mdp.eventos.services.users.AssistantBookingServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest
2025-07-02T01:12:58.404Z  INFO 97 --- [           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-02T01:12:58.409Z  INFO 97 --- [           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-02T01:12:58.422Z  INFO 97 --- [           main] c.e.u.m.e.s.users.AssistantServiceTest   : Starting AssistantServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:12:58.422Z  INFO 97 --- [           main] c.e.u.m.e.s.users.AssistantServiceTest   : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:12:58.479Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:12:58.498Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2025-07-02T01:12:58.508Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:12:58.517Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:d12ad79a-6d3f-4a87-b91f-4f49465dc82d;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:12:58.533Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:12:58.535Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:12:58.539Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:12:58.540Z  WARN 97 --- [           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-02T01:12:58.777Z  INFO 97 --- [           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-02T01:12:58.808Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:12:58.859Z  WARN 97 --- [           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-02T01:12:58.860Z  INFO 97 --- [           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-02T01:12:58.866Z  INFO 97 --- [           main] .s.b.a.l.ConditionEvaluationReportLogger : 

Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2025-07-02T01:12:58.870Z ERROR 97 --- [           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-02T01:12:58.871Z  WARN 97 --- [           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@f5ac0dc]

java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:58.876Z  WARN 97 --- [           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@3d40e106]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:58.879Z  WARN 97 --- [           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@927a075]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:58.881Z  WARN 97 --- [           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@6bd02d37]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:58.882Z  WARN 97 --- [           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@23aa566d]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:58.884Z  WARN 97 --- [           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@d69b897]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:58.886Z  WARN 97 --- [           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@38383a64]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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-02T01:12:58.888Z  WARN 97 --- [           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@4b9af5d0]

java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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.465 s <<< FAILURE! - in co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest
[ERROR] testUpdateAssistant  Time elapsed: 0 s  <<< ERROR!
java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] testUpdateAssistantWithInvalidId  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] testCreateAssistant  Time elapsed: 0.001 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[ERROR] testDeleteAssistantWithInvalidId  Time elapsed: 0 s  <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], 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@7af0085 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@7a884090 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@378bd86d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@a10c1b5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@a0a9fa5, 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@959e0e6d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@247667dd, org.springframework.boot.test.context.SpringBootTestAnnotation@32735afb], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

[INFO] Running co.edu.udistrital.mdp.eventos.services.events.LocationServiceTest
2025-07-02T01:12:58.892Z  INFO 97 --- [           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-02T01:12:58.907Z  INFO 97 --- [           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-02T01:12:58.946Z  INFO 97 --- [           main] c.e.u.m.e.s.events.LocationServiceTest   : Starting LocationServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:12:58.946Z  INFO 97 --- [           main] c.e.u.m.e.s.events.LocationServiceTest   : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:12:59.030Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:12:59.057Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26 ms. Found 16 JPA repository interfaces.
2025-07-02T01:12:59.074Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:12:59.086Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:8ba2a14f-3e34-4752-8ef8-09d10558a825;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:12:59.153Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:12:59.156Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:12:59.164Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:12:59.165Z  WARN 97 --- [           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-02T01:12:59.412Z  INFO 97 --- [           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-02T01:12:59.437Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:12:59.607Z  INFO 97 --- [           main] c.e.u.m.e.s.events.LocationServiceTest   : Started LocationServiceTest in 0.697 seconds (process running for 22.151)
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-02T01:12:59.626Z  INFO 97 --- [           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-02T01:12:59.633Z  INFO 97 --- [           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-02T01:12:59.640Z  INFO 97 --- [           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-02T01:12:59.647Z  INFO 97 --- [           main] c.e.u.m.e.s.evententity.LocationService  : Inicia el proceso de creación de una ubicación
2025-07-02T01:12:59.648Z  INFO 97 --- [           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-02T01:12:59.654Z  INFO 97 --- [           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.742 s - in co.edu.udistrital.mdp.eventos.services.events.LocationServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.RefundServiceTest
2025-07-02T01:12:59.662Z  INFO 97 --- [           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-02T01:12:59.663Z  INFO 97 --- [           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.124 s - in co.edu.udistrital.mdp.eventos.services.events.RefundServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.EventTicketServiceTest
2025-07-02T01:12:59.793Z  INFO 97 --- [           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-02T01:12:59.798Z  INFO 97 --- [           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-02T01:12:59.811Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventTicketServiceTest     : Starting EventTicketServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:12:59.811Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventTicketServiceTest     : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:12:59.870Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:12:59.889Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2025-07-02T01:12:59.902Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:12:59.911Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:bc859546-69ce-45a2-bb5a-efb33f42b7fa;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:12:59.926Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:12:59.928Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:12:59.931Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:12:59.932Z  WARN 97 --- [           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-02T01:13:00.114Z  INFO 97 --- [           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-02T01:13:00.134Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:13:00.307Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventTicketServiceTest     : Started EventTicketServiceTest in 0.507 seconds (process running for 22.851)
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-02T01:13:00.316Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Agregando ticket 1 al evento 1
2025-07-02T01:13:00.319Z  INFO 97 --- [           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-02T01:13:00.326Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Agregando ticket 3 al evento 3
2025-07-02T01:13:00.327Z  INFO 97 --- [           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-02T01:13:00.341Z  INFO 97 --- [           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-02T01:13:00.348Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Agregando ticket 8 al evento 7
2025-07-02T01:13:00.349Z  INFO 97 --- [           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-02T01:13:00.356Z  INFO 97 --- [           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-02T01:13:00.364Z  INFO 97 --- [           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-02T01:13:00.371Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Agregando ticket 14 al evento 13
2025-07-02T01:13:00.372Z  INFO 97 --- [           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-02T01:13:00.380Z  INFO 97 --- [           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-02T01:13:00.387Z  INFO 97 --- [           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-02T01:13:00.394Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventTicketService         : Agregando ticket 20 al evento 19
2025-07-02T01:13:00.396Z  INFO 97 --- [           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.584 s - in co.edu.udistrital.mdp.eventos.services.events.EventTicketServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.ResourceServiceTest
2025-07-02T01:13:00.400Z  INFO 97 --- [           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-02T01:13:00.404Z  INFO 97 --- [           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-02T01:13:00.417Z  INFO 97 --- [           main] c.e.u.m.e.s.events.ResourceServiceTest   : Starting ResourceServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:13:00.417Z  INFO 97 --- [           main] c.e.u.m.e.s.events.ResourceServiceTest   : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:13:00.472Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:13:00.491Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2025-07-02T01:13:00.500Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:13:00.509Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:ba8d5442-1392-4d49-aeeb-fe4eb3e12e20;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:13:00.524Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:13:00.525Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:13:00.529Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:13:00.530Z  WARN 97 --- [           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-02T01:13:00.707Z  INFO 97 --- [           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-02T01:13:00.726Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:13:00.911Z  INFO 97 --- [           main] c.e.u.m.e.s.events.ResourceServiceTest   : Started ResourceServiceTest in 0.505 seconds (process running for 23.454)
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-02T01:13:00.926Z  INFO 97 --- [           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-02T01:13:00.932Z  INFO 97 --- [           main] c.e.u.m.e.s.evententity.ResourceService  : Inicia el proceso de creación de un recurso
2025-07-02T01:13:00.933Z  INFO 97 --- [           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-02T01:13:00.940Z  INFO 97 --- [           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-02T01:13:00.951Z  INFO 97 --- [           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-02T01:13:00.957Z  INFO 97 --- [           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.558 s - in co.edu.udistrital.mdp.eventos.services.events.ResourceServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.TicketServiceTest
2025-07-02T01:13:00.961Z  INFO 97 --- [           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-02T01:13:00.966Z  INFO 97 --- [           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-02T01:13:00.980Z  INFO 97 --- [           main] c.e.u.m.e.s.events.TicketServiceTest     : Starting TicketServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:13:00.980Z  INFO 97 --- [           main] c.e.u.m.e.s.events.TicketServiceTest     : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:13:01.040Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:13:01.059Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2025-07-02T01:13:01.070Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:13:01.079Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:40efa116-5668-4665-a989-47df8c2edc85;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:13:01.095Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:13:01.097Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:13:01.101Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:13:01.102Z  WARN 97 --- [           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-02T01:13:01.332Z  INFO 97 --- [           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-02T01:13:01.355Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:13:01.534Z  INFO 97 --- [           main] c.e.u.m.e.s.events.TicketServiceTest     : Started TicketServiceTest in 0.566 seconds (process running for 24.077)
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-02T01:13:01.544Z  INFO 97 --- [           main] c.e.u.m.e.s.evententity.TicketService    : Iniciando creación de ticket
2025-07-02T01:13:01.545Z  INFO 97 --- [           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-02T01:13:01.552Z  INFO 97 --- [           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-02T01:13:01.557Z  INFO 97 --- [           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-02T01:13:01.562Z  INFO 97 --- [           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-02T01:13:01.572Z  INFO 97 --- [           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-02T01:13:01.577Z  INFO 97 --- [           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.614 s - in co.edu.udistrital.mdp.eventos.services.events.TicketServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.EventResourceServiceTest
2025-07-02T01:13:01.583Z  INFO 97 --- [           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-02T01:13:01.587Z  INFO 97 --- [           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-02T01:13:01.601Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventResourceServiceTest   : Starting EventResourceServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:13:01.601Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventResourceServiceTest   : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:13:01.660Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:13:01.679Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2025-07-02T01:13:01.688Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:13:01.697Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:7b444e96-9e4c-496f-9b5d-37b174c73d29;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:13:01.712Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:13:01.713Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:13:01.717Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:13:01.718Z  WARN 97 --- [           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-02T01:13:01.889Z  INFO 97 --- [           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-02T01:13:01.908Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:13:02.066Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventResourceServiceTest   : Started EventResourceServiceTest in 0.476 seconds (process running for 24.609)
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-02T01:13:02.073Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Agregando recurso 1 al evento 1
2025-07-02T01:13:02.075Z  INFO 97 --- [           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-02T01:13:02.087Z  INFO 97 --- [           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-02T01:13:02.094Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Agregando recurso 5 al evento 3
2025-07-02T01:13:02.094Z  INFO 97 --- [           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-02T01:13:02.100Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Agregando recurso 7 al evento 4
2025-07-02T01:13:02.101Z  INFO 97 --- [           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-02T01:13:02.107Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventResourceService       : Agregando recurso 9 al evento 5
2025-07-02T01:13:02.108Z  INFO 97 --- [           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-02T01:13:02.114Z  INFO 97 --- [           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-02T01:13:02.119Z  INFO 97 --- [           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-02T01:13:02.125Z  INFO 97 --- [           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.543 s - in co.edu.udistrital.mdp.eventos.services.events.EventResourceServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.EventServiceTest
2025-07-02T01:13:02.128Z  INFO 97 --- [           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-02T01:13:02.132Z  INFO 97 --- [           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-02T01:13:02.144Z  INFO 97 --- [           main] c.e.u.m.e.s.events.EventServiceTest      : Starting EventServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:13:02.145Z  INFO 97 --- [           main] c.e.u.m.e.s.events.EventServiceTest      : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:13:02.200Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:13:02.217Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2025-07-02T01:13:02.227Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:13:02.235Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:444175cb-a9a5-422b-86dc-dcfd9e91e1a0;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:13:02.249Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:13:02.251Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:13:02.254Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:13:02.255Z  WARN 97 --- [           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-02T01:13:02.428Z  INFO 97 --- [           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-02T01:13:02.464Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:13:02.604Z  INFO 97 --- [           main] c.e.u.m.e.s.events.EventServiceTest      : Started EventServiceTest in 0.47 seconds (process running for 25.148)
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-02T01:13:02.612Z  INFO 97 --- [           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-02T01:13:02.622Z  INFO 97 --- [           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-02T01:13:02.631Z  INFO 97 --- [           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-02T01:13:02.637Z  INFO 97 --- [           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-02T01:13:02.643Z  INFO 97 --- [           main] c.e.u.m.e.s.evententity.EventService     : Inicia el proceso de creación de un evento
2025-07-02T01:13:02.644Z  INFO 97 --- [           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-02T01:13:02.650Z  INFO 97 --- [           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.516 s - in co.edu.udistrital.mdp.eventos.services.events.EventServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.EventLocationServiceTest
2025-07-02T01:13:02.653Z  INFO 97 --- [           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-02T01:13:02.657Z  INFO 97 --- [           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-02T01:13:02.669Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventLocationServiceTest   : Starting EventLocationServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:13:02.669Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventLocationServiceTest   : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:13:02.725Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:13:02.742Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2025-07-02T01:13:02.752Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:13:02.776Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:16a6c856-c7a0-401d-9c91-3aeb9ce255b6;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:13:02.797Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:13:02.799Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-02T01:13:02.803Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:13:02.805Z  WARN 97 --- [           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-02T01:13:03.031Z  INFO 97 --- [           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-02T01:13:03.053Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:13:03.283Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventLocationServiceTest   : Started EventLocationServiceTest in 0.623 seconds (process running for 25.826)
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-02T01:13:03.296Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Asignando ubicación 1 al evento 1
2025-07-02T01:13:03.298Z  INFO 97 --- [           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-02T01:13:03.305Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Asignando ubicación 3 al evento 2
2025-07-02T01:13:03.306Z  INFO 97 --- [           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-02T01:13:03.313Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Asignando ubicación 5 al evento 3
2025-07-02T01:13:03.313Z  INFO 97 --- [           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-02T01:13:03.319Z  INFO 97 --- [           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-02T01:13:03.326Z  INFO 97 --- [           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-02T01:13:03.333Z  INFO 97 --- [           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-02T01:13:03.339Z  INFO 97 --- [           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-02T01:13:03.345Z  INFO 97 --- [           main] c.e.u.m.e.s.e.EventLocationService       : Asignando ubicación 15 al evento 8
2025-07-02T01:13:03.346Z  INFO 97 --- [           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.692 s - in co.edu.udistrital.mdp.eventos.services.events.EventLocationServiceTest
2025-07-02T01:13:03.359Z  INFO 97 --- [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-02T01:13:03.374Z  INFO 97 --- [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-02T01:13:03.384Z  INFO 97 --- [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-02T01:13:03.400Z  INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:13:03.407Z  INFO 97 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2025-07-02T01:13:03.520Z  INFO 97 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2025-07-02T01:13:03.522Z  INFO 97 --- [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-02T01:13:03.530Z  INFO 97 --- [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-02T01:13:03.533Z  INFO 97 --- [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-02T01:13:03.537Z  INFO 97 --- [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-02T01:13:03.540Z  INFO 97 --- [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-02T01:13:03.544Z  INFO 97 --- [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-02T01:13:03.547Z  INFO 97 --- [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-02T01:13:03.551Z  INFO 97 --- [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-02T01:13:03.554Z  INFO 97 --- [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-02T01:13:03.557Z  INFO 97 --- [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-02T01:13:03.560Z  INFO 97 --- [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-02T01:13:03.563Z  INFO 97 --- [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-02T01:13:03.566Z  INFO 97 --- [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:  33.017 s
[INFO] Finished at: 2025-07-02T01:13:03Z
[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 482e99d6ad620edf8c2cd3123523aedf37849554f525842449c9840ba3c3afd6
$ docker rm -f --volumes 482e99d6ad620edf8c2cd3123523aedf37849554f525842449c9840ba3c3afd6
[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