Started by GitHub push by Lucho-ctrl
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 223c54f562fea7279f6310afe8ff2e586cd595d3 (refs/remotes/origin/main)
Commit message: "Merge pull request #33 from UDFJDC-ModelosProgramacion/EmailService"
> 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 223c54f562fea7279f6310afe8ff2e586cd595d3 # 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: Pattern .*\[ci-skip\].* NOT matched on message: Implementacion del service para enviar correo de confirmacion de registro de usuario
[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 223c54f562fea7279f6310afe8ff2e586cd595d3 (refs/remotes/origin/main)
Commit message: "Merge pull request #33 from UDFJDC-ModelosProgramacion/EmailService"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] script
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
> 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 223c54f562fea7279f6310afe8ff2e586cd595d3 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b main 223c54f562fea7279f6310afe8ff2e586cd595d3 # timeout=10
+ 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 44aa2157ec1165fc440567457cdd08216804ae168004ecfdf44004126c6747be -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 ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-mail/3.2.3/spring-boot-starter-mail-3.2.3.pom
Progress (1): 1.4/2.5 kB
Progress (1): 2.5 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-mail/3.2.3/spring-boot-starter-mail-3.2.3.pom (2.5 kB at 3.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context-support/6.1.4/spring-context-support-6.1.4.pom
Progress (1): 1.4/2.4 kB
Progress (1): 2.4 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context-support/6.1.4/spring-context-support-6.1.4.pom (2.4 kB at 269 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/jakarta.mail/2.0.2/jakarta.mail-2.0.2.pom
Progress (1): 1.4/12 kB
Progress (1): 2.8/12 kB
Progress (1): 4.1/12 kB
Progress (1): 5.5/12 kB
Progress (1): 6.9/12 kB
Progress (1): 8.3/12 kB
Progress (1): 9.7/12 kB
Progress (1): 11/12 kB
Progress (1): 12/12 kB
Progress (1): 12 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/jakarta.mail/2.0.2/jakarta.mail-2.0.2.pom (12 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/all/2.0.2/all-2.0.2.pom
Progress (1): 1.4/31 kB
Progress (1): 2.8/31 kB
Progress (1): 4.1/31 kB
Progress (1): 5.5/31 kB
Progress (1): 6.9/31 kB
Progress (1): 8.3/31 kB
Progress (1): 9.7/31 kB
Progress (1): 11/31 kB
Progress (1): 12/31 kB
Progress (1): 14/31 kB
Progress (1): 15/31 kB
Progress (1): 17/31 kB
Progress (1): 18/31 kB
Progress (1): 19/31 kB
Progress (1): 21/31 kB
Progress (1): 22/31 kB
Progress (1): 23/31 kB
Progress (1): 25/31 kB
Progress (1): 26/31 kB
Progress (1): 28/31 kB
Progress (1): 29/31 kB
Progress (1): 30/31 kB
Progress (1): 31 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/all/2.0.2/all-2.0.2.pom (31 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-mail/3.2.3/spring-boot-starter-mail-3.2.3.jar
Progress (1): 1.4/4.8 kB
Progress (1): 2.8/4.8 kB
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-mail/3.2.3/spring-boot-starter-mail-3.2.3.jar (4.8 kB at 597 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context-support/6.1.4/spring-context-support-6.1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/jakarta.mail/2.0.2/jakarta.mail-2.0.2.jar
Progress (1): 16/173 kB
Progress (1): 33/173 kB
Progress (2): 33/173 kB | 1.4/717 kB
Progress (2): 33/173 kB | 2.8/717 kB
Progress (2): 33/173 kB | 4.1/717 kB
Progress (2): 33/173 kB | 5.5/717 kB
Progress (2): 33/173 kB | 6.9/717 kB
Progress (2): 33/173 kB | 8.3/717 kB
Progress (2): 33/173 kB | 9.7/717 kB
Progress (2): 49/173 kB | 9.7/717 kB
Progress (2): 49/173 kB | 11/717 kB
Progress (2): 49/173 kB | 12/717 kB
Progress (2): 49/173 kB | 14/717 kB
Progress (2): 49/173 kB | 15/717 kB
Progress (2): 49/173 kB | 17/717 kB
Progress (2): 49/173 kB | 18/717 kB
Progress (2): 66/173 kB | 18/717 kB
Progress (2): 66/173 kB | 19/717 kB
Progress (2): 66/173 kB | 21/717 kB
Progress (2): 66/173 kB | 22/717 kB
Progress (2): 66/173 kB | 23/717 kB
Progress (2): 66/173 kB | 25/717 kB
Progress (2): 66/173 kB | 26/717 kB
Progress (2): 66/173 kB | 28/717 kB
Progress (2): 66/173 kB | 29/717 kB
Progress (2): 66/173 kB | 30/717 kB
Progress (2): 66/173 kB | 32/717 kB
Progress (2): 66/173 kB | 33/717 kB
Progress (2): 66/173 kB | 34/717 kB
Progress (2): 66/173 kB | 36/717 kB
Progress (2): 66/173 kB | 37/717 kB
Progress (2): 66/173 kB | 38/717 kB
Progress (2): 66/173 kB | 40/717 kB
Progress (2): 66/173 kB | 41/717 kB
Progress (2): 66/173 kB | 42/717 kB
Progress (2): 66/173 kB | 44/717 kB
Progress (2): 66/173 kB | 45/717 kB
Progress (2): 66/173 kB | 47/717 kB
Progress (2): 66/173 kB | 48/717 kB
Progress (2): 66/173 kB | 49/717 kB
Progress (2): 66/173 kB | 51/717 kB
Progress (2): 66/173 kB | 52/717 kB
Progress (2): 66/173 kB | 53/717 kB
Progress (2): 66/173 kB | 55/717 kB
Progress (2): 66/173 kB | 56/717 kB
Progress (2): 66/173 kB | 58/717 kB
Progress (2): 66/173 kB | 59/717 kB
Progress (2): 66/173 kB | 60/717 kB
Progress (2): 66/173 kB | 62/717 kB
Progress (2): 66/173 kB | 63/717 kB
Progress (2): 66/173 kB | 64/717 kB
Progress (2): 82/173 kB | 64/717 kB
Progress (2): 82/173 kB | 80/717 kB
Progress (2): 82/173 kB | 97/717 kB
Progress (2): 82/173 kB | 113/717 kB
Progress (2): 82/173 kB | 129/717 kB
Progress (2): 82/173 kB | 146/717 kB
Progress (2): 82/173 kB | 162/717 kB
Progress (2): 98/173 kB | 162/717 kB
Progress (2): 98/173 kB | 179/717 kB
Progress (2): 98/173 kB | 195/717 kB
Progress (2): 98/173 kB | 211/717 kB
Progress (2): 98/173 kB | 228/717 kB
Progress (2): 98/173 kB | 244/717 kB
Progress (2): 112/173 kB | 244/717 kB
Progress (2): 112/173 kB | 260/717 kB
Progress (2): 112/173 kB | 277/717 kB
Progress (2): 112/173 kB | 293/717 kB
Progress (2): 112/173 kB | 310/717 kB
Progress (2): 112/173 kB | 326/717 kB
Progress (2): 128/173 kB | 326/717 kB
Progress (2): 128/173 kB | 342/717 kB
Progress (2): 128/173 kB | 359/717 kB
Progress (2): 128/173 kB | 375/717 kB
Progress (2): 128/173 kB | 392/717 kB
Progress (2): 128/173 kB | 408/717 kB
Progress (2): 128/173 kB | 424/717 kB
Progress (2): 144/173 kB | 424/717 kB
Progress (2): 144/173 kB | 441/717 kB
Progress (2): 144/173 kB | 457/717 kB
Progress (2): 144/173 kB | 473/717 kB
Progress (2): 144/173 kB | 490/717 kB
Progress (2): 144/173 kB | 506/717 kB
Progress (2): 144/173 kB | 523/717 kB
Progress (2): 161/173 kB | 523/717 kB
Progress (2): 161/173 kB | 539/717 kB
Progress (2): 161/173 kB | 555/717 kB
Progress (2): 161/173 kB | 572/717 kB
Progress (2): 161/173 kB | 588/717 kB
Progress (2): 173 kB | 588/717 kB
Progress (2): 173 kB | 605/717 kB
Progress (2): 173 kB | 621/717 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context-support/6.1.4/spring-context-support-6.1.4.jar (173 kB at 2.0 MB/s)
Progress (1): 637/717 kB
Progress (1): 654/717 kB
Progress (1): 670/717 kB
Progress (1): 686/717 kB
Progress (1): 703/717 kB
Progress (1): 717 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/jakarta.mail/2.0.2/jakarta.mail-2.0.2.jar (717 kB at 8.3 MB/s)
[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 133 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:14:10.368 [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:14:10.595 [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:14:11.243Z INFO 102 --- [ main] c.e.u.m.e.s.p.MobileWalletServiceTest : Starting MobileWalletServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:11.245Z INFO 102 --- [ main] c.e.u.m.e.s.p.MobileWalletServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:11.893Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:12.038Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 128 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:12.127Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:12.378Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:3d18000b-60fd-4595-a11e-dda9db26b24e;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:13.020Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:13.118Z INFO 102 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.4.Final
2025-07-02T01:14:13.183Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:13.564Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:13.642Z WARN 102 --- [ 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:14:15.884Z INFO 102 --- [ 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:14:16.028Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:16.958Z INFO 102 --- [ main] c.e.u.m.e.s.p.MobileWalletServiceTest : Started MobileWalletServiceTest in 6.238 seconds (process running for 8.042)
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:14:18.036Z INFO 102 --- [ 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:14:18.180Z INFO 102 --- [ 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:14:18.225Z INFO 102 --- [ 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:14:18.253Z INFO 102 --- [ 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:14:18.296Z INFO 102 --- [ 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:14:18.319Z INFO 102 --- [ main] c.e.u.m.e.s.p.MobileWalletService : Inicia proceso de consultar la billetera movil con id = {0}
2025-07-02T01:14:18.319Z INFO 102 --- [ 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:14:18.334Z INFO 102 --- [ 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:14:18.351Z INFO 102 --- [ 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:14:18.405Z INFO 102 --- [ 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:14:18.421Z INFO 102 --- [ 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:14:18.459Z INFO 102 --- [ 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.408 s - in co.edu.udistrital.mdp.eventos.services.payments.MobileWalletServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.payments.DebitCardServiceTest
2025-07-02T01:14:18.482Z INFO 102 --- [ 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:14:18.501Z INFO 102 --- [ 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:14:18.547Z INFO 102 --- [ main] c.e.u.m.e.s.p.DebitCardServiceTest : Starting DebitCardServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:18.547Z INFO 102 --- [ main] c.e.u.m.e.s.p.DebitCardServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:18.671Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:18.700Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:18.723Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:18.740Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:3e3e07fc-35ac-4bbf-9a1d-7049374a2f54;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:18.767Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:18.769Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:18.773Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:18.775Z WARN 102 --- [ 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:14:19.146Z INFO 102 --- [ 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:14:19.195Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:19.477Z INFO 102 --- [ main] c.e.u.m.e.s.p.DebitCardServiceTest : Started DebitCardServiceTest in 0.971 seconds (process running for 10.561)
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:14:19.492Z INFO 102 --- [ 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:14:19.506Z INFO 102 --- [ 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:14:19.528Z INFO 102 --- [ 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:14:19.551Z INFO 102 --- [ 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:14:19.564Z INFO 102 --- [ main] c.e.u.m.e.s.p.DebitCardService : Inicia proceso de consultar la tarjeta de debito con id = {0}
2025-07-02T01:14:19.564Z INFO 102 --- [ 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:14:19.576Z INFO 102 --- [ 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:14:19.589Z INFO 102 --- [ 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:14:19.605Z INFO 102 --- [ 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:14:19.628Z INFO 102 --- [ 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:14:19.632Z INFO 102 --- [ 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.113 s - in co.edu.udistrital.mdp.eventos.services.payments.DebitCardServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.payments.CreditCardServiceTest
2025-07-02T01:14:19.643Z INFO 102 --- [ 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:14:19.651Z INFO 102 --- [ 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:14:19.685Z INFO 102 --- [ main] c.e.u.m.e.s.p.CreditCardServiceTest : Starting CreditCardServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:19.685Z INFO 102 --- [ main] c.e.u.m.e.s.p.CreditCardServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:19.783Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:19.812Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:19.833Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:19.848Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:7be649bf-ee40-4652-b1b6-d332372819cb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:19.870Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:19.872Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:19.876Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:19.878Z WARN 102 --- [ 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:14:20.172Z INFO 102 --- [ 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:14:20.218Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:20.446Z INFO 102 --- [ main] c.e.u.m.e.s.p.CreditCardServiceTest : Started CreditCardServiceTest in 0.789 seconds (process running for 11.53)
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:14:20.463Z INFO 102 --- [ 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:14:20.484Z INFO 102 --- [ 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:14:20.503Z INFO 102 --- [ 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:14:20.508Z INFO 102 --- [ 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:14:20.518Z INFO 102 --- [ main] c.e.u.m.e.s.p.CreditCardService : Inicia proceso de consultar la tarjeta de credito con id = {0}
2025-07-02T01:14:20.519Z INFO 102 --- [ 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:14:20.529Z INFO 102 --- [ 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:14:20.541Z INFO 102 --- [ 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:14:20.561Z INFO 102 --- [ 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:14:20.574Z INFO 102 --- [ 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:14:20.586Z INFO 102 --- [ 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:14:20.596Z INFO 102 --- [ 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:14:20.608Z INFO 102 --- [ 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.971 s - in co.edu.udistrital.mdp.eventos.services.payments.CreditCardServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.PurchaseServiceTest
2025-07-02T01:14:20.616Z INFO 102 --- [ 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:14:20.632Z INFO 102 --- [ 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:14:20.675Z INFO 102 --- [ main] c.e.u.m.e.s.b.PurchaseServiceTest : Starting PurchaseServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:20.676Z INFO 102 --- [ main] c.e.u.m.e.s.b.PurchaseServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:21.159Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:21.184Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:21.410Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:21.412Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:21.416Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:21.418Z INFO 102 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-07-02T01:14:21.434Z INFO 102 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn42: url=jdbc:h2:mem:eventos user=SA
2025-07-02T01:14:21.437Z INFO 102 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-07-02T01:14:21.446Z WARN 102 --- [ 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:14:21.717Z INFO 102 --- [ 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:14:21.755Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:22.870Z INFO 102 --- [ main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:eventos'
2025-07-02T01:14:22.905Z INFO 102 --- [ main] c.e.u.m.e.s.b.PurchaseServiceTest : Started PurchaseServiceTest in 2.257 seconds (process running for 13.989)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.515 s - in co.edu.udistrital.mdp.eventos.services.bookings.PurchaseServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.PromoServiceTest
2025-07-02T01:14:23.139Z INFO 102 --- [ 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:14:23.140Z INFO 102 --- [ 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.117 s - in co.edu.udistrital.mdp.eventos.services.bookings.PromoServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.BookingServiceTest
2025-07-02T01:14:23.263Z INFO 102 --- [ 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:14:23.264Z INFO 102 --- [ 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.056 s - in co.edu.udistrital.mdp.eventos.services.bookings.BookingServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.PurchaseRefundServiceTest
2025-07-02T01:14:23.325Z INFO 102 --- [ 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:14:23.326Z INFO 102 --- [ 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.029 s - in co.edu.udistrital.mdp.eventos.services.bookings.PurchaseRefundServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.NotificationServiceTest
2025-07-02T01:14:23.362Z INFO 102 --- [ 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:14:23.363Z INFO 102 --- [ 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.167 s - in co.edu.udistrital.mdp.eventos.services.bookings.NotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.PurchasePromoServiceTest
2025-07-02T01:14:23.534Z INFO 102 --- [ 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:14:23.536Z INFO 102 --- [ 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.036 s - in co.edu.udistrital.mdp.eventos.services.bookings.PurchasePromoServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.bookings.BookingNotificationServiceTest
2025-07-02T01:14:23.575Z INFO 102 --- [ 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:14:23.577Z INFO 102 --- [ 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:14:23.673Z INFO 102 --- [ 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:14:23.674Z INFO 102 --- [ 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.031 s - in co.edu.udistrital.mdp.eventos.services.bookings.BookingPurchaseServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.PreferenceServiceTest
2025-07-02T01:14:23.708Z INFO 102 --- [ 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:14:23.724Z INFO 102 --- [ 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:14:23.742Z INFO 102 --- [ main] c.e.u.m.e.s.users.PreferenceServiceTest : Starting PreferenceServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:23.742Z INFO 102 --- [ main] c.e.u.m.e.s.users.PreferenceServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:23.811Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:23.833Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:23.847Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:23.858Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:13467470-b7ec-4991-aaf5-29acc139bee5;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:23.876Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:23.878Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:23.882Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:23.883Z WARN 102 --- [ 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:14:24.125Z INFO 102 --- [ 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:14:24.156Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:24.365Z INFO 102 --- [ main] c.e.u.m.e.s.users.PreferenceServiceTest : Started PreferenceServiceTest in 0.638 seconds (process running for 15.449)
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:14:24.404Z INFO 102 --- [ main] c.e.u.m.e.s.u.PreferenceService : Inicia el proceso de obtencion de un asistente = {0}
2025-07-02T01:14:24.405Z INFO 102 --- [ 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:14:24.418Z INFO 102 --- [ 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:14:24.454Z INFO 102 --- [ 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:14:24.469Z INFO 102 --- [ main] c.e.u.m.e.s.u.PreferenceService : Inicia el proceso de eliminación de una preferencia = {0}
2025-07-02T01:14:24.471Z INFO 102 --- [ 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:14:24.490Z INFO 102 --- [ 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:14:24.504Z INFO 102 --- [ 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:14:24.615Z INFO 102 --- [ 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.911 s - in co.edu.udistrital.mdp.eventos.services.users.PreferenceServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantPurchaseServiceTest
2025-07-02T01:14:24.621Z INFO 102 --- [ 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:14:24.627Z INFO 102 --- [ 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:14:24.643Z INFO 102 --- [ main] e.u.m.e.s.u.AssistantPurchaseServiceTest : Starting AssistantPurchaseServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:24.644Z INFO 102 --- [ main] e.u.m.e.s.u.AssistantPurchaseServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:24.713Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:24.734Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:24.747Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:24.757Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:b9980484-fcbf-4027-8dd2-b787589b0b40;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:24.796Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:24.798Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:24.802Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:24.804Z WARN 102 --- [ 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:14:25.039Z INFO 102 --- [ 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:14:25.066Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:25.245Z INFO 102 --- [ main] e.u.m.e.s.u.AssistantPurchaseServiceTest : Started AssistantPurchaseServiceTest in 0.616 seconds (process running for 16.329)
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:14:25.259Z INFO 102 --- [ 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:14:25.271Z INFO 102 --- [ 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:14:25.281Z INFO 102 --- [ 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:14:25.290Z INFO 102 --- [ 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:14:25.300Z INFO 102 --- [ 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:14:25.309Z INFO 102 --- [ 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:14:25.319Z INFO 102 --- [ 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:14:25.336Z INFO 102 --- [ 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:14:25.353Z INFO 102 --- [ 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:14:25.362Z INFO 102 --- [ 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:14:25.372Z INFO 102 --- [ 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:14:25.389Z INFO 102 --- [ 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:14:25.390Z INFO 102 --- [ 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:14:25.399Z INFO 102 --- [ 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.778 s - in co.edu.udistrital.mdp.eventos.services.users.AssistantPurchaseServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantNotificationServiceTest
2025-07-02T01:14:25.403Z INFO 102 --- [ 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:14:25.408Z INFO 102 --- [ 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:14:25.430Z INFO 102 --- [ main] m.e.s.u.AssistantNotificationServiceTest : Starting AssistantNotificationServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:25.431Z INFO 102 --- [ main] m.e.s.u.AssistantNotificationServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:25.501Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:25.522Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:25.535Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:25.544Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:620a302a-e7b8-4633-ab65-5f05c9fe4716;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:25.562Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:25.563Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:25.567Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:25.568Z WARN 102 --- [ 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:14:25.822Z INFO 102 --- [ 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:14:25.849Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:26.063Z INFO 102 --- [ main] m.e.s.u.AssistantNotificationServiceTest : Started AssistantNotificationServiceTest in 0.653 seconds (process running for 17.147)
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:14:26.074Z INFO 102 --- [ 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:14:26.075Z INFO 102 --- [ 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:14:26.083Z INFO 102 --- [ 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:14:26.092Z INFO 102 --- [ 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:14:26.101Z INFO 102 --- [ 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:14:26.102Z INFO 102 --- [ 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:14:26.109Z INFO 102 --- [ 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:14:26.110Z INFO 102 --- [ 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:14:26.117Z INFO 102 --- [ 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:14:26.125Z INFO 102 --- [ 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:14:26.138Z INFO 102 --- [ 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:14:26.147Z INFO 102 --- [ 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:14:26.148Z INFO 102 --- [ 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:14:26.155Z INFO 102 --- [ 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:14:26.164Z INFO 102 --- [ 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:14:26.173Z INFO 102 --- [ 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:14:26.187Z INFO 102 --- [ 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.793 s - in co.edu.udistrital.mdp.eventos.services.users.AssistantNotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantPreferenceServiceTest
2025-07-02T01:14:26.197Z INFO 102 --- [ 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:14:26.202Z INFO 102 --- [ 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:14:26.217Z INFO 102 --- [ main] u.m.e.s.u.AssistantPreferenceServiceTest : Starting AssistantPreferenceServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:26.217Z INFO 102 --- [ main] u.m.e.s.u.AssistantPreferenceServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:26.279Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:26.299Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:26.311Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:26.320Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:b584cbdc-40c2-4eaf-82ee-1c299f306762;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:26.337Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:26.338Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:26.342Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:26.343Z WARN 102 --- [ 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:14:26.589Z INFO 102 --- [ 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:14:26.612Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:26.771Z INFO 102 --- [ main] u.m.e.s.u.AssistantPreferenceServiceTest : Started AssistantPreferenceServiceTest in 0.567 seconds (process running for 17.855)
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:14:26.782Z INFO 102 --- [ 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:14:26.793Z INFO 102 --- [ 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:14:26.802Z INFO 102 --- [ 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:14:26.812Z INFO 102 --- [ 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:14:26.821Z INFO 102 --- [ main] c.e.u.m.e.s.u.PreferenceService : Inicia el proceso de creación de una preferencia
2025-07-02T01:14:26.821Z INFO 102 --- [ 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:14:26.822Z INFO 102 --- [ 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:14:26.823Z INFO 102 --- [ 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:14:26.823Z INFO 102 --- [ 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:14:26.823Z INFO 102 --- [ 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:14:26.831Z INFO 102 --- [ main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de borrar una preference con assistantId = {0}
2025-07-02T01:14:26.832Z INFO 102 --- [ 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:14:26.949Z INFO 102 --- [ 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:14:26.959Z INFO 102 --- [ main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de consultar todas las preferences con AssistantId = {0}
2025-07-02T01:14:26.959Z INFO 102 --- [ 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:14:26.971Z INFO 102 --- [ 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:14:26.971Z INFO 102 --- [ 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:14:27.000Z INFO 102 --- [ 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:14:27.000Z INFO 102 --- [ 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:14:27.010Z INFO 102 --- [ main] c.e.u.m.e.s.u.AssistantPreferenceService : Inicia proceso de reemplazar los libros asociados al author con id = {0}
2025-07-02T01:14:27.011Z INFO 102 --- [ 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:14:27.021Z INFO 102 --- [ 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:14:27.030Z INFO 102 --- [ 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:14:27.039Z INFO 102 --- [ 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:14:27.048Z INFO 102 --- [ 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.84 s - in co.edu.udistrital.mdp.eventos.services.users.AssistantPreferenceServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest
2025-07-02T01:14:27.052Z INFO 102 --- [ 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:14:27.056Z INFO 102 --- [ 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:14:27.070Z INFO 102 --- [ main] u.m.e.s.u.PreferenceAssistantServiceTest : Starting PreferenceAssistantServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:27.070Z INFO 102 --- [ main] u.m.e.s.u.PreferenceAssistantServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:27.130Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:27.149Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:27.160Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:27.169Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:4f95b0a7-ec04-4d73-9c70-b0b46e181acf;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:27.185Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:27.186Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:27.190Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:27.191Z WARN 102 --- [ 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:14:27.403Z INFO 102 --- [ 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:14:27.427Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:27.468Z WARN 102 --- [ 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 'emailRegisterService': No qualifying bean of type 'co.edu.udistrital.mdp.eventos.services.emailcontrol.EmailRegisterService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2025-07-02T01:14:27.469Z INFO 102 --- [ 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:14:27.481Z INFO 102 --- [ 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:14:27.511Z ERROR 102 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Field emailRegisterService in co.edu.udistrital.mdp.eventos.services.userentity.AssistantService required a bean of type 'co.edu.udistrital.mdp.eventos.services.emailcontrol.EmailRegisterService' 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 'co.edu.udistrital.mdp.eventos.services.emailcontrol.EmailRegisterService' in your configuration.
============================
CONDITIONS EVALUATION REPORT
============================
Positive matches:
-----------------
None
Negative matches:
-----------------
None
Exclusions:
-----------
None
Unconditional classes:
----------------------
None
2025-07-02T01:14:27.519Z WARN 102 --- [ 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@12468244]
java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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 'emailRegisterService': No qualifying bean of type 'co.edu.udistrital.mdp.eventos.services.emailcontrol.EmailRegisterService' 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 'co.edu.udistrital.mdp.eventos.services.emailcontrol.EmailRegisterService' 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:14:27.535Z WARN 102 --- [ 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@12a3f354]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:27.537Z WARN 102 --- [ 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@59155368]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:27.539Z WARN 102 --- [ 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@3875816f]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:27.541Z WARN 102 --- [ 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@50bbaba7]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:27.542Z WARN 102 --- [ 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@7ec469ce]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:27.544Z WARN 102 --- [ 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@616e5f84]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:27.545Z WARN 102 --- [ 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@219272f0]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:27.547Z WARN 102 --- [ 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@77ea0c33]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:27.548Z WARN 102 --- [ 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@163e5764]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:27.550Z WARN 102 --- [ 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@aa88ba4]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:27.552Z WARN 102 --- [ 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@70e4674]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:27.554Z WARN 102 --- [ 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@403519e1]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:27.556Z WARN 102 --- [ 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@2b4c8647]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:27.557Z WARN 102 --- [ 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@3f1de33e]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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.514 s <<< FAILURE! - in co.edu.udistrital.mdp.eventos.services.users.PreferenceAssistantServiceTest
[ERROR] whenGetAssistantsWithValidPreferenceId_thenReturnAssistantsList Time elapsed: 0.014 s <<< ERROR!
java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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 'emailRegisterService': No qualifying bean of type 'co.edu.udistrital.mdp.eventos.services.emailcontrol.EmailRegisterService' 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 'co.edu.udistrital.mdp.eventos.services.emailcontrol.EmailRegisterService' 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 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[ERROR] whenReplaceAssistantsWithValidIds_thenAssistantsAreReplaced Time elapsed: 0.002 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[ERROR] whenAddAssistantWithInvalidPreferenceId_thenThrowEntityNotFoundException Time elapsed: 0.001 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[ERROR] whenGetAssistantWithInvalidPreferenceId_thenThrowEntityNotFoundException Time elapsed: 0 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[ERROR] whenAddAssistantWithInvalidAssistantId_thenThrowEntityNotFoundException Time elapsed: 0.004 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[ERROR] whenRemoveAssistantWithInvalidPreferenceId_thenThrowEntityNotFoundException Time elapsed: 0.001 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[ERROR] whenGetAssistantWithValidIdsAndAssociation_thenReturnAssistant Time elapsed: 0.002 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[ERROR] whenGetAssistantNotAssociated_thenThrowIllegalOperationException Time elapsed: 0 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[ERROR] whenGetAssistantsWithInvalidPreferenceId_thenThrowEntityNotFoundException Time elapsed: 0 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[ERROR] whenAddAssistantWithValidIds_thenAssistantIsAdded Time elapsed: 0.001 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[ERROR] whenRemoveAssistantWithInvalidAssistantId_thenThrowEntityNotFoundException Time elapsed: 0 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[ERROR] whenReplaceAssistantsWithNonExistingAssistant_thenThrowEntityNotFoundException Time elapsed: 0.003 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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@65068692 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@3185f3b6 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.OrganizerServiceTest
2025-07-02T01:14:27.561Z INFO 102 --- [ 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:14:27.565Z INFO 102 --- [ 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:14:27.583Z INFO 102 --- [ main] c.e.u.m.e.s.users.OrganizerServiceTest : Starting OrganizerServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:27.583Z INFO 102 --- [ main] c.e.u.m.e.s.users.OrganizerServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:27.645Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:27.664Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:27.676Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:27.685Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:6f7ebd9e-1410-42a0-816d-05465abd297d;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:27.702Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:27.703Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:27.706Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:27.708Z WARN 102 --- [ 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:14:27.954Z INFO 102 --- [ 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:14:27.979Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:28.214Z INFO 102 --- [ main] c.e.u.m.e.s.users.OrganizerServiceTest : Started OrganizerServiceTest in 0.647 seconds (process running for 19.298)
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:14:28.232Z INFO 102 --- [ 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:14:28.244Z INFO 102 --- [ 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:14:28.253Z INFO 102 --- [ 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:14:28.261Z INFO 102 --- [ 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:14:28.271Z INFO 102 --- [ main] c.e.u.m.e.s.userentity.OrganizerService : Inicia el proceso de obtencion de un Organizer = {0}
2025-07-02T01:14:28.272Z INFO 102 --- [ 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:14:28.279Z INFO 102 --- [ 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:14:28.288Z INFO 102 --- [ 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:14:28.291Z INFO 102 --- [ 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:14:28.300Z INFO 102 --- [ 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.684 s - in co.edu.udistrital.mdp.eventos.services.users.OrganizerServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantBookingServiceTest
2025-07-02T01:14:28.307Z INFO 102 --- [ 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:14:28.312Z INFO 102 --- [ 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:14:28.327Z INFO 102 --- [ main] .e.u.m.e.s.u.AssistantBookingServiceTest : Starting AssistantBookingServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:28.328Z INFO 102 --- [ main] .e.u.m.e.s.u.AssistantBookingServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:28.385Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:28.403Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:28.413Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:28.422Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:24da673e-5397-48b7-a324-820e82d95559;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:28.437Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:28.439Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:28.442Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:28.443Z WARN 102 --- [ 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:14:28.644Z INFO 102 --- [ 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:14:28.665Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:28.878Z INFO 102 --- [ main] .e.u.m.e.s.u.AssistantBookingServiceTest : Started AssistantBookingServiceTest in 0.563 seconds (process running for 19.962)
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:14:28.890Z INFO 102 --- [ 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:14:28.900Z INFO 102 --- [ 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:14:28.918Z INFO 102 --- [ 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:14:28.919Z INFO 102 --- [ 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:14:28.926Z INFO 102 --- [ 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:14:28.927Z INFO 102 --- [ 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:14:28.934Z INFO 102 --- [ 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:14:28.951Z INFO 102 --- [ 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:14:28.952Z INFO 102 --- [ 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:14:28.959Z INFO 102 --- [ 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:14:28.968Z INFO 102 --- [ 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:14:28.977Z INFO 102 --- [ 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:14:28.986Z INFO 102 --- [ 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:14:28.986Z INFO 102 --- [ 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:14:28.994Z INFO 102 --- [ 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:14:29.003Z INFO 102 --- [ 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:14:29.020Z INFO 102 --- [ 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.716 s - in co.edu.udistrital.mdp.eventos.services.users.AssistantBookingServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest
2025-07-02T01:14:29.024Z INFO 102 --- [ 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:14:29.030Z INFO 102 --- [ 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:14:29.045Z INFO 102 --- [ main] c.e.u.m.e.s.users.AssistantServiceTest : Starting AssistantServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:29.045Z INFO 102 --- [ main] c.e.u.m.e.s.users.AssistantServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:29.112Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:29.134Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:29.147Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:29.156Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:901974b6-588a-4f8a-abc9-bd8f21c8ead0;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:29.174Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:29.176Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:29.180Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:29.181Z WARN 102 --- [ 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:14:29.413Z INFO 102 --- [ 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:14:29.436Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:29.478Z WARN 102 --- [ 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 'emailRegisterService': No qualifying bean of type 'co.edu.udistrital.mdp.eventos.services.emailcontrol.EmailRegisterService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2025-07-02T01:14:29.478Z INFO 102 --- [ 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:14:29.484Z INFO 102 --- [ 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:14:29.487Z ERROR 102 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Field emailRegisterService in co.edu.udistrital.mdp.eventos.services.userentity.AssistantService required a bean of type 'co.edu.udistrital.mdp.eventos.services.emailcontrol.EmailRegisterService' 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 'co.edu.udistrital.mdp.eventos.services.emailcontrol.EmailRegisterService' in your configuration.
============================
CONDITIONS EVALUATION REPORT
============================
Positive matches:
-----------------
None
Negative matches:
-----------------
None
Exclusions:
-----------
None
Unconditional classes:
----------------------
None
2025-07-02T01:14:29.488Z WARN 102 --- [ 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@42bffd45]
java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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 'emailRegisterService': No qualifying bean of type 'co.edu.udistrital.mdp.eventos.services.emailcontrol.EmailRegisterService' 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 'co.edu.udistrital.mdp.eventos.services.emailcontrol.EmailRegisterService' 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:14:29.492Z WARN 102 --- [ 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@b2cebc3]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:29.494Z WARN 102 --- [ 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@e9c4d2a]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:29.495Z WARN 102 --- [ 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@22c37b93]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:29.497Z WARN 102 --- [ 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@3aefd633]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:29.499Z WARN 102 --- [ 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@22aecb24]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:29.500Z WARN 102 --- [ 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@1837311]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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:14:29.502Z WARN 102 --- [ 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@f535129]
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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.479 s <<< FAILURE! - in co.edu.udistrital.mdp.eventos.services.users.AssistantServiceTest
[ERROR] testUpdateAssistant Time elapsed: 0.001 s <<< ERROR!
java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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 'emailRegisterService': No qualifying bean of type 'co.edu.udistrital.mdp.eventos.services.emailcontrol.EmailRegisterService' 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 'co.edu.udistrital.mdp.eventos.services.emailcontrol.EmailRegisterService' 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@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[ERROR] testUpdateAssistantWithInvalidId Time elapsed: 0 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], 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@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[ERROR] testDeleteAssistantWithInvalidId Time elapsed: 0.001 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[ERROR] testDeleteAssistant Time elapsed: 0.001 s <<< ERROR!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [MergedContextConfiguration@781ed4d9 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@30e338ff 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@1a411233, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5f462e3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@6569dded, 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@dd1ec176, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2f879bab, org.springframework.boot.test.context.SpringBootTestAnnotation@2efa1e3], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.LocationServiceTest
2025-07-02T01:14:29.505Z INFO 102 --- [ 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:14:29.519Z INFO 102 --- [ 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:14:29.539Z INFO 102 --- [ main] c.e.u.m.e.s.events.LocationServiceTest : Starting LocationServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:29.539Z INFO 102 --- [ main] c.e.u.m.e.s.events.LocationServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:29.606Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:29.628Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:29.641Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:29.652Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:46b13410-1611-4e16-a904-1a3d7917bcc7;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:29.670Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:29.672Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:29.676Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:29.677Z WARN 102 --- [ 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:14:29.898Z INFO 102 --- [ 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:14:29.918Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:30.133Z INFO 102 --- [ main] c.e.u.m.e.s.events.LocationServiceTest : Started LocationServiceTest in 0.609 seconds (process running for 21.217)
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:14:30.148Z INFO 102 --- [ 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:14:30.156Z INFO 102 --- [ 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:14:30.165Z INFO 102 --- [ 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:14:30.174Z INFO 102 --- [ main] c.e.u.m.e.s.evententity.LocationService : Inicia el proceso de creación de una ubicación
2025-07-02T01:14:30.174Z INFO 102 --- [ 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:14:30.182Z INFO 102 --- [ 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.652 s - in co.edu.udistrital.mdp.eventos.services.events.LocationServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.RefundServiceTest
2025-07-02T01:14:30.190Z INFO 102 --- [ 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:14:30.191Z INFO 102 --- [ 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.121 s - in co.edu.udistrital.mdp.eventos.services.events.RefundServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.EventTicketServiceTest
2025-07-02T01:14:30.319Z INFO 102 --- [ 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:14:30.324Z INFO 102 --- [ 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:14:30.339Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventTicketServiceTest : Starting EventTicketServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:30.339Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventTicketServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:30.450Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:30.467Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:30.477Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:30.486Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:a3429511-a503-4177-bd5b-d98c8a2d0799;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:30.500Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:30.501Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:30.505Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:30.506Z WARN 102 --- [ 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:14:30.684Z INFO 102 --- [ 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:14:30.702Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:30.842Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventTicketServiceTest : Started EventTicketServiceTest in 0.515 seconds (process running for 21.925)
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:14:30.851Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventTicketService : Agregando ticket 1 al evento 1
2025-07-02T01:14:30.853Z INFO 102 --- [ 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:14:30.861Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventTicketService : Agregando ticket 3 al evento 3
2025-07-02T01:14:30.862Z INFO 102 --- [ 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:14:30.875Z INFO 102 --- [ 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:14:30.883Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventTicketService : Agregando ticket 8 al evento 7
2025-07-02T01:14:30.884Z INFO 102 --- [ 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:14:30.891Z INFO 102 --- [ 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:14:30.900Z INFO 102 --- [ 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:14:30.908Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventTicketService : Agregando ticket 14 al evento 13
2025-07-02T01:14:30.908Z INFO 102 --- [ 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:14:30.916Z INFO 102 --- [ 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:14:30.923Z INFO 102 --- [ 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:14:30.931Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventTicketService : Agregando ticket 20 al evento 19
2025-07-02T01:14:30.932Z INFO 102 --- [ 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.613 s - in co.edu.udistrital.mdp.eventos.services.events.EventTicketServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.ResourceServiceTest
2025-07-02T01:14:30.936Z INFO 102 --- [ 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:14:30.940Z INFO 102 --- [ 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:14:30.953Z INFO 102 --- [ main] c.e.u.m.e.s.events.ResourceServiceTest : Starting ResourceServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:30.953Z INFO 102 --- [ main] c.e.u.m.e.s.events.ResourceServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:31.007Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:31.025Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:31.035Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:31.043Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:155b67ae-4378-459a-978c-71a01082f8f5;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:31.059Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:31.061Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:31.064Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:31.065Z WARN 102 --- [ 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:14:31.249Z INFO 102 --- [ 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:14:31.270Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:31.408Z INFO 102 --- [ main] c.e.u.m.e.s.events.ResourceServiceTest : Started ResourceServiceTest in 0.466 seconds (process running for 22.492)
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:14:31.416Z INFO 102 --- [ 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:14:31.425Z INFO 102 --- [ main] c.e.u.m.e.s.evententity.ResourceService : Inicia el proceso de creación de un recurso
2025-07-02T01:14:31.426Z INFO 102 --- [ 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:14:31.432Z INFO 102 --- [ 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:14:31.440Z INFO 102 --- [ 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:14:31.445Z INFO 102 --- [ 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.507 s - in co.edu.udistrital.mdp.eventos.services.events.ResourceServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.TicketServiceTest
2025-07-02T01:14:31.449Z INFO 102 --- [ 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:14:31.453Z INFO 102 --- [ 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:14:31.465Z INFO 102 --- [ main] c.e.u.m.e.s.events.TicketServiceTest : Starting TicketServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:31.465Z INFO 102 --- [ main] c.e.u.m.e.s.events.TicketServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:31.519Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:31.537Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:31.548Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:31.558Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:2c94339e-59b0-4ba9-a1b1-6a4aef14e72b;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:31.574Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:31.576Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:31.580Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:31.581Z WARN 102 --- [ 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:14:31.767Z INFO 102 --- [ 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:14:31.785Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:31.971Z INFO 102 --- [ main] c.e.u.m.e.s.events.TicketServiceTest : Started TicketServiceTest in 0.517 seconds (process running for 23.055)
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:14:31.979Z INFO 102 --- [ main] c.e.u.m.e.s.evententity.TicketService : Iniciando creación de ticket
2025-07-02T01:14:31.980Z INFO 102 --- [ 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:14:31.985Z INFO 102 --- [ 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:14:31.991Z INFO 102 --- [ 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:14:31.995Z INFO 102 --- [ 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:14:32.004Z INFO 102 --- [ 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:14:32.009Z INFO 102 --- [ 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.561 s - in co.edu.udistrital.mdp.eventos.services.events.TicketServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.EventResourceServiceTest
2025-07-02T01:14:32.014Z INFO 102 --- [ 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:14:32.018Z INFO 102 --- [ 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:14:32.030Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventResourceServiceTest : Starting EventResourceServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:32.031Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventResourceServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:32.084Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:32.102Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:32.111Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:32.119Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:fb5e7c9b-43f5-4290-9528-9da43f0e5ec8;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:32.133Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:32.134Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:32.138Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:32.139Z WARN 102 --- [ 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:14:32.308Z INFO 102 --- [ 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:14:32.325Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:32.463Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventResourceServiceTest : Started EventResourceServiceTest in 0.443 seconds (process running for 23.547)
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:14:32.471Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventResourceService : Agregando recurso 1 al evento 1
2025-07-02T01:14:32.473Z INFO 102 --- [ 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:14:32.485Z INFO 102 --- [ 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:14:32.491Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventResourceService : Agregando recurso 5 al evento 3
2025-07-02T01:14:32.492Z INFO 102 --- [ 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:14:32.497Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventResourceService : Agregando recurso 7 al evento 4
2025-07-02T01:14:32.498Z INFO 102 --- [ 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:14:32.504Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventResourceService : Agregando recurso 9 al evento 5
2025-07-02T01:14:32.505Z INFO 102 --- [ 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:14:32.511Z INFO 102 --- [ 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:14:32.517Z INFO 102 --- [ 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:14:32.522Z INFO 102 --- [ 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.507 s - in co.edu.udistrital.mdp.eventos.services.events.EventResourceServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.EventServiceTest
2025-07-02T01:14:32.526Z INFO 102 --- [ 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:14:32.530Z INFO 102 --- [ 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:14:32.541Z INFO 102 --- [ main] c.e.u.m.e.s.events.EventServiceTest : Starting EventServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:32.541Z INFO 102 --- [ main] c.e.u.m.e.s.events.EventServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:32.595Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:32.612Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:32.621Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:32.629Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:344d2c0b-e73e-479d-bd24-038a51a09898;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:32.643Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:32.644Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:32.647Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:32.648Z WARN 102 --- [ 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:14:32.822Z INFO 102 --- [ 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:14:32.839Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:33.030Z INFO 102 --- [ main] c.e.u.m.e.s.events.EventServiceTest : Started EventServiceTest in 0.498 seconds (process running for 24.113)
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:14:33.037Z INFO 102 --- [ 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:14:33.046Z INFO 102 --- [ 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:14:33.053Z INFO 102 --- [ 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:14:33.059Z INFO 102 --- [ 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:14:33.064Z INFO 102 --- [ main] c.e.u.m.e.s.evententity.EventService : Inicia el proceso de creación de un evento
2025-07-02T01:14:33.065Z INFO 102 --- [ 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:14:33.071Z INFO 102 --- [ 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.544 s - in co.edu.udistrital.mdp.eventos.services.events.EventServiceTest
[INFO] Running co.edu.udistrital.mdp.eventos.services.events.EventLocationServiceTest
2025-07-02T01:14:33.074Z INFO 102 --- [ 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:14:33.078Z INFO 102 --- [ 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:14:33.090Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventLocationServiceTest : Starting EventLocationServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back)
2025-07-02T01:14:33.090Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventLocationServiceTest : No active profile set, falling back to 1 default profile: "default"
2025-07-02T01:14:33.144Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-02T01:14:33.161Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16 ms. Found 16 JPA repository interfaces.
2025-07-02T01:14:33.170Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-07-02T01:14:33.178Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:13fcfa01-f269-4651-9ef9-a832f9753077;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-07-02T01:14:33.192Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-02T01:14:33.194Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-07-02T01:14:33.197Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-02T01:14:33.198Z WARN 102 --- [ 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:14:33.359Z INFO 102 --- [ 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:14:33.377Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:33.506Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventLocationServiceTest : Started EventLocationServiceTest in 0.426 seconds (process running for 24.59)
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:14:33.514Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventLocationService : Asignando ubicación 1 al evento 1
2025-07-02T01:14:33.515Z INFO 102 --- [ 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:14:33.521Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventLocationService : Asignando ubicación 3 al evento 2
2025-07-02T01:14:33.522Z INFO 102 --- [ 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:14:33.528Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventLocationService : Asignando ubicación 5 al evento 3
2025-07-02T01:14:33.529Z INFO 102 --- [ 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:14:33.534Z INFO 102 --- [ 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:14:33.540Z INFO 102 --- [ 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:14:33.546Z INFO 102 --- [ 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:14:33.552Z INFO 102 --- [ 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:14:33.557Z INFO 102 --- [ main] c.e.u.m.e.s.e.EventLocationService : Asignando ubicación 15 al evento 8
2025-07-02T01:14:33.558Z INFO 102 --- [ 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.477 s - in co.edu.udistrital.mdp.eventos.services.events.EventLocationServiceTest
2025-07-02T01:14:33.569Z INFO 102 --- [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:14:33.578Z INFO 102 --- [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:14:33.585Z INFO 102 --- [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:14:33.594Z INFO 102 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2025-07-02T01:14:33.597Z INFO 102 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2025-07-02T01:14:33.742Z INFO 102 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2025-07-02T01:14:33.743Z INFO 102 --- [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:14:33.749Z INFO 102 --- [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:14:33.755Z INFO 102 --- [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:14:33.761Z INFO 102 --- [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:14:33.765Z INFO 102 --- [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:14:33.772Z INFO 102 --- [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:14:33.777Z INFO 102 --- [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:14:33.785Z INFO 102 --- [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:14:33.789Z INFO 102 --- [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:14:33.797Z INFO 102 --- [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:14:33.800Z INFO 102 --- [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:14:33.805Z INFO 102 --- [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:14:33.808Z INFO 102 --- [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.606 s
[INFO] Finished at: 2025-07-02T01:14:34Z
[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 44aa2157ec1165fc440567457cdd08216804ae168004ecfdf44004126c6747be
$ docker rm -f --volumes 44aa2157ec1165fc440567457cdd08216804ae168004ecfdf44004126c6747be
[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