Skip to content
Failed

Console Output

Started by GitHub push by Felipr19
Obtained Jenkinsfile from git https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Slave3 in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_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_E4_BeautyAtHome_Back
 > git init /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 389e415c34b98974cc06c20797009bf19fec2f25 (refs/remotes/origin/main)
Commit message: "Update ClientServiceTest.java"
 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_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 389e415c34b98974cc06c20797009bf19fec2f25 # timeout=10
 > git rev-list --no-walk 6a9e3a092703639b6f7b613c033e4283ac651b44 # 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: Update ClientServiceTest.java

[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 389e415c34b98974cc06c20797009bf19fec2f25 (refs/remotes/origin/main)
Commit message: "Update ClientServiceTest.java"
[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_E4_BeautyAtHome_Back/.git # timeout=10
 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_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 389e415c34b98974cc06c20797009bf19fec2f25 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 389e415c34b98974cc06c20797009bf19fec2f25 # timeout=10
+ docker inspect -f . citools-isis2603:latest
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
Slave3 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_E4_BeautyAtHome_Back -v /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back:/home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back:rw,z -v /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back@tmp:/home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_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 a157c6f0ac9cff8fb4ec5f0989c4926a5a1547ad2ce6c65c41b7e3ab17e8bacd -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_E4_BeautyAtHome_Back >------
[INFO] Building MP_202510_G81_E4_BeautyAtHome_Back 0.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ MP_202510_G81_E4_BeautyAtHome_Back ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202510_G81_E4_BeautyAtHome_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_E4_BeautyAtHome_Back/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ MP_202510_G81_E4_BeautyAtHome_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_E4_BeautyAtHome_Back ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 61 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_E4_BeautyAtHome_Back ---
[INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ MP_202510_G81_E4_BeautyAtHome_Back ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 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_E4_BeautyAtHome_Back ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running co.edu.udistrital.mdp.beautyathome.services.ImageServiceTest
13:31:05.142 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [co.edu.udistrital.mdp.beautyathome.services.ImageServiceTest]: ImageServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
13:31:05.359 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration co.edu.udistrital.mdp.beautyathome.MainApplication for test class co.edu.udistrital.mdp.beautyathome.services.ImageServiceTest

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

2025-06-11T13:31:06.033Z  INFO 97 --- [           main] c.e.u.m.b.services.ImageServiceTest      : Starting ImageServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back)
2025-06-11T13:31:06.035Z  INFO 97 --- [           main] c.e.u.m.b.services.ImageServiceTest      : No active profile set, falling back to 1 default profile: "default"
2025-06-11T13:31:06.676Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-06-11T13:31:06.774Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 81 ms. Found 11 JPA repository interfaces.
2025-06-11T13:31:06.953Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-06-11T13:31:07.198Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:fa4fbbf0-9231-4bb7-b03e-189a475a7dff;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-06-11T13:31:07.891Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-06-11T13:31:07.997Z  INFO 97 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.4.4.Final
2025-06-11T13:31:08.065Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-06-11T13:31:08.493Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-06-11T13:31:08.587Z  WARN 97 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-06-11T13:31:10.469Z  INFO 97 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists agenda_entity cascade 
Hibernate: drop table if exists appointment_entity cascade 
Hibernate: drop table if exists brand_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists coverage_area_entity cascade 
Hibernate: drop table if exists exclusive_product_entity cascade 
Hibernate: drop table if exists image_entity cascade 
Hibernate: drop table if exists professional_area cascade 
Hibernate: drop table if exists professional_entity cascade 
Hibernate: drop table if exists review_entity cascade 
Hibernate: drop table if exists service_entity cascade 
Hibernate: drop table if exists service_record_entity cascade 
Hibernate: create table agenda_entity (id bigint generated by default as identity, professional_id bigint unique, primary key (id))
Hibernate: create table appointment_entity (agenda_id bigint, id bigint generated by default as identity, professional_id bigint, scheduled_at timestamp(6), service_id bigint, user_id bigint, primary key (id))
Hibernate: create table brand_entity (available boolean, price float(53), id bigint generated by default as identity, category varchar(255), description varchar(255), logourl varchar(255), name varchar(255), photograph varchar(255), product varchar(255), primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, address varchar(255), email varchar(255), full_name varchar(255), phone_number varchar(255), primary key (id))
Hibernate: create table coverage_area_entity (id bigint generated by default as identity, name varchar(255), primary key (id))
Hibernate: create table exclusive_product_entity (available boolean, price float(53), brand_id bigint, id bigint generated by default as identity, category varchar(255), description varchar(255), name varchar(255), photo varchar(255), primary key (id))
Hibernate: create table image_entity (id bigint generated by default as identity, url varchar(255), primary key (id))
Hibernate: create table professional_area (area_id bigint not null, professional_id bigint not null, primary key (area_id, professional_id))
Hibernate: create table professional_entity (birth_date date, sponsored boolean not null, brand_id bigint, id bigint generated by default as identity, name varchar(255), photo_url varchar(255), summary varchar(255), primary key (id))
Hibernate: create table review_entity (stars integer not null, client_id bigint not null, id bigint generated by default as identity, service_record_id bigint not null unique, opinion varchar(1000) not null, primary key (id))
Hibernate: create table service_entity (price float(53), brand_id bigint, id bigint generated by default as identity, professional_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table service_record_entity (date_performed date, id bigint generated by default as identity, service_id bigint, primary key (id))
Hibernate: alter table if exists agenda_entity add constraint FKppmkpsoetr7lu0o3lnsm0mkck foreign key (professional_id) references professional_entity
Hibernate: alter table if exists appointment_entity add constraint FKlfi8k6o7x8e4vqwxehc2cr6p9 foreign key (agenda_id) references agenda_entity
Hibernate: alter table if exists appointment_entity add constraint FKc1bxhg9cd5enh1enqfumnphr8 foreign key (user_id) references client_entity
Hibernate: alter table if exists appointment_entity add constraint FKlgyt95docr3qo3w3b12upohdq foreign key (professional_id) references professional_entity
Hibernate: alter table if exists appointment_entity add constraint FKc3suy5i0uvkdifnsovna0k21q foreign key (service_id) references service_entity
Hibernate: alter table if exists exclusive_product_entity add constraint FKn9wuwqnt0sovxh2suun7kb4tf foreign key (brand_id) references brand_entity
Hibernate: alter table if exists professional_area add constraint FKg3atskd26w0kksa7n0m4wvunm foreign key (area_id) references coverage_area_entity
Hibernate: alter table if exists professional_area add constraint FKky0u5df6tlhc0ilt8d5m0fe3y foreign key (professional_id) references professional_entity
Hibernate: alter table if exists professional_entity add constraint FK1ktkd1s7d9q4nskl0cjsa7e4p foreign key (brand_id) references brand_entity
Hibernate: alter table if exists review_entity add constraint FKfc0i93dpqubh4qieybqcni10e foreign key (client_id) references client_entity
Hibernate: alter table if exists review_entity add constraint FKh7los7u9y9f2mirm28qtc25e9 foreign key (service_record_id) references service_record_entity
Hibernate: alter table if exists service_entity add constraint FKr47jh4seunosgnksfmv1ar4gc foreign key (brand_id) references brand_entity
Hibernate: alter table if exists service_entity add constraint FKhsh9495cm0n8335ksuju77loo foreign key (professional_id) references professional_entity
Hibernate: alter table if exists service_record_entity add constraint FK9r0v3t38nfwdqg7bl58m2p7kn foreign key (service_id) references service_entity
2025-06-11T13:31:10.649Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-06-11T13:31:11.545Z  INFO 97 --- [           main] c.e.u.m.b.services.ImageServiceTest      : Started ImageServiceTest in 6.074 seconds (process running for 7.779)
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: delete from image_entity
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: select ie1_0.id,ie1_0.url from image_entity ie1_0 where ie1_0.id=?
Hibernate: delete from image_entity
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: delete from image_entity
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: delete from image_entity
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: delete from image_entity
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: delete from image_entity
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: select ie1_0.id,ie1_0.url from image_entity ie1_0 where ie1_0.id=?
Hibernate: delete from image_entity
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: delete from image_entity
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: select ie1_0.id,ie1_0.url from image_entity ie1_0 where ie1_0.id=?
Hibernate: delete from image_entity
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: delete from image_entity
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: insert into image_entity (url,id) values (?,default)
Hibernate: select ie1_0.id,ie1_0.url from image_entity ie1_0
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.1 s - in co.edu.udistrital.mdp.beautyathome.services.ImageServiceTest
[INFO] Running co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest
2025-06-11T13:31:12.947Z  INFO 97 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest]: ServiceServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-06-11T13:31:12.957Z  INFO 97 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.beautyathome.MainApplication for test class co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest

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

2025-06-11T13:31:13.001Z  INFO 97 --- [           main] c.e.u.m.b.services.ServiceServiceTest    : Starting ServiceServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back)
2025-06-11T13:31:13.001Z  INFO 97 --- [           main] c.e.u.m.b.services.ServiceServiceTest    : No active profile set, falling back to 1 default profile: "default"
2025-06-11T13:31:13.113Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-06-11T13:31:13.138Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24 ms. Found 11 JPA repository interfaces.
2025-06-11T13:31:13.159Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-06-11T13:31:13.175Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:75ff9cc1-5ad7-41aa-9792-428060176fd3;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-06-11T13:31:13.201Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-06-11T13:31:13.203Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-06-11T13:31:13.207Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-06-11T13:31:13.209Z  WARN 97 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-06-11T13:31:13.447Z  INFO 97 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists agenda_entity cascade 
Hibernate: drop table if exists appointment_entity cascade 
Hibernate: drop table if exists brand_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists coverage_area_entity cascade 
Hibernate: drop table if exists exclusive_product_entity cascade 
Hibernate: drop table if exists image_entity cascade 
Hibernate: drop table if exists professional_area cascade 
Hibernate: drop table if exists professional_entity cascade 
Hibernate: drop table if exists review_entity cascade 
Hibernate: drop table if exists service_entity cascade 
Hibernate: drop table if exists service_record_entity cascade 
Hibernate: create table agenda_entity (id bigint generated by default as identity, professional_id bigint unique, primary key (id))
Hibernate: create table appointment_entity (agenda_id bigint, id bigint generated by default as identity, professional_id bigint, scheduled_at timestamp(6), service_id bigint, user_id bigint, primary key (id))
Hibernate: create table brand_entity (available boolean, price float(53), id bigint generated by default as identity, category varchar(255), description varchar(255), logourl varchar(255), name varchar(255), photograph varchar(255), product varchar(255), primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, address varchar(255), email varchar(255), full_name varchar(255), phone_number varchar(255), primary key (id))
Hibernate: create table coverage_area_entity (id bigint generated by default as identity, name varchar(255), primary key (id))
Hibernate: create table exclusive_product_entity (available boolean, price float(53), brand_id bigint, id bigint generated by default as identity, category varchar(255), description varchar(255), name varchar(255), photo varchar(255), primary key (id))
Hibernate: create table image_entity (id bigint generated by default as identity, url varchar(255), primary key (id))
Hibernate: create table professional_area (area_id bigint not null, professional_id bigint not null, primary key (area_id, professional_id))
Hibernate: create table professional_entity (birth_date date, sponsored boolean not null, brand_id bigint, id bigint generated by default as identity, name varchar(255), photo_url varchar(255), summary varchar(255), primary key (id))
Hibernate: create table review_entity (stars integer not null, client_id bigint not null, id bigint generated by default as identity, service_record_id bigint not null unique, opinion varchar(1000) not null, primary key (id))
Hibernate: create table service_entity (price float(53), brand_id bigint, id bigint generated by default as identity, professional_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table service_record_entity (date_performed date, id bigint generated by default as identity, service_id bigint, primary key (id))
Hibernate: alter table if exists agenda_entity add constraint FKppmkpsoetr7lu0o3lnsm0mkck foreign key (professional_id) references professional_entity
Hibernate: alter table if exists appointment_entity add constraint FKlfi8k6o7x8e4vqwxehc2cr6p9 foreign key (agenda_id) references agenda_entity
Hibernate: alter table if exists appointment_entity add constraint FKc1bxhg9cd5enh1enqfumnphr8 foreign key (user_id) references client_entity
Hibernate: alter table if exists appointment_entity add constraint FKlgyt95docr3qo3w3b12upohdq foreign key (professional_id) references professional_entity
Hibernate: alter table if exists appointment_entity add constraint FKc3suy5i0uvkdifnsovna0k21q foreign key (service_id) references service_entity
Hibernate: alter table if exists exclusive_product_entity add constraint FKn9wuwqnt0sovxh2suun7kb4tf foreign key (brand_id) references brand_entity
Hibernate: alter table if exists professional_area add constraint FKg3atskd26w0kksa7n0m4wvunm foreign key (area_id) references coverage_area_entity
Hibernate: alter table if exists professional_area add constraint FKky0u5df6tlhc0ilt8d5m0fe3y foreign key (professional_id) references professional_entity
Hibernate: alter table if exists professional_entity add constraint FK1ktkd1s7d9q4nskl0cjsa7e4p foreign key (brand_id) references brand_entity
Hibernate: alter table if exists review_entity add constraint FKfc0i93dpqubh4qieybqcni10e foreign key (client_id) references client_entity
Hibernate: alter table if exists review_entity add constraint FKh7los7u9y9f2mirm28qtc25e9 foreign key (service_record_id) references service_record_entity
Hibernate: alter table if exists service_entity add constraint FKr47jh4seunosgnksfmv1ar4gc foreign key (brand_id) references brand_entity
Hibernate: alter table if exists service_entity add constraint FKhsh9495cm0n8335ksuju77loo foreign key (professional_id) references professional_entity
Hibernate: alter table if exists service_record_entity add constraint FK9r0v3t38nfwdqg7bl58m2p7kn foreign key (service_id) references service_entity
2025-06-11T13:31:13.491Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-06-11T13:31:13.684Z  INFO 97 --- [           main] c.e.u.m.b.services.ServiceServiceTest    : Started ServiceServiceTest in 0.705 seconds (process running for 9.918)
2025-06-11T13:31:13.718Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.718Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.731Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.732Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.733Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.733Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.734Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.734Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.736Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.736Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.740Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.740Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.741Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.743Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.743Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.744Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.744Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.746Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.746Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.749Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.749Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.750Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.750Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.751Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.752Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.753Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.753Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.754Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.754Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.757Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.758Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.762Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.762Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.763Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.763Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.764Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.764Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.768Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.769Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.775Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.775Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.776Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.779Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.781Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.781Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.783Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.783Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.787Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.787Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.789Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.791Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.791Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.792Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.792Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.794Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.795Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.796Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.796Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.797Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.797Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.799Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.799Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.802Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.802Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.803Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.803Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.805Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.805Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.806Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.806Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.809Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.809Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.810Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.810Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.812Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.812Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.813Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.814Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.816Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.816Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.817Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.817Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.818Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.818Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.820Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.820Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.827Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.827Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.829Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.829Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.830Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.832Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.832Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.833Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.833Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.834Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.834Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.835Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.835Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.839Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.846Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.846Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.847Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.848Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.849Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.849Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.850Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.850Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.850Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.861Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.861Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.862Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.862Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.862Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.862Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.863Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.863Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.864Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.864Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.865Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.866Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.866Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.866Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.867Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.867Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.869Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.875Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.878Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.879Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.879Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.879Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.881Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.881Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.883Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.883Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.884Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.885Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.885Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.886Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.887Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.888Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.889Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.890Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.892Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.892Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.893Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.893Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.893Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.894Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.894Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.894Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.897Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.897Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.899Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.899Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.900Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.900Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.901Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.901Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.902Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.903Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.905Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.906Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.906Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.907Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.907Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.907Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.908Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.909Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.910Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.910Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.911Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.912Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.913Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.914Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.915Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.915Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.916Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.916Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.917Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.917Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.918Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.918Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.919Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.919Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.920Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.920Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.920Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.920Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.921Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.921Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.922Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.923Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.923Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.923Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.924Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.924Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.925Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.925Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.925Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.926Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:13.970Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.970Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.971Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.971Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.972Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.972Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.972Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.972Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.973Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.973Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.974Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.974Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.975Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.975Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.975Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.975Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.976Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.976Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.976Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.977Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.978Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.978Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.978Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.978Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.979Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.979Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.979Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.979Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.980Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.980Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.981Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.981Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.982Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.982Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.982Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.982Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.983Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.983Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.983Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.983Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.985Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.985Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.985Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.985Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.986Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.986Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.986Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.986Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.987Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.987Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.989Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.989Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.989Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.989Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.990Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.990Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.990Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.991Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.991Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.991Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.992Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.992Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.993Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.993Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.993Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.994Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.994Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.994Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.995Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.995Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.996Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.996Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.996Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.996Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.997Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.997Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.997Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.997Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.998Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.998Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:13.999Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:13.999Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.000Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.000Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.000Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.000Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.001Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.001Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.001Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.001Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.002Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.002Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.003Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.003Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.003Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.003Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.004Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.004Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.004Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.005Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.006Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.006Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.007Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.007Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.007Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.008Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.008Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.008Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.009Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.009Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.010Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.010Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.010Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.010Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.011Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.011Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.011Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.012Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.012Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.012Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.013Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.013Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.014Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.014Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.014Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.014Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.015Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.015Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.015Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.015Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.017Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.017Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.017Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.017Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.018Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.018Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.018Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.018Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.019Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.019Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.020Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.020Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.021Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.021Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.021Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.021Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.022Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.022Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.022Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.022Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.024Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.024Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.025Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.025Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.025Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.025Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.026Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.026Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.026Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.026Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.027Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.027Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.028Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.028Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.028Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.028Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.029Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.029Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.029Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.029Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.031Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.031Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.031Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.031Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.032Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.032Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.032Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.032Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.032Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.033Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.034Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.034Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.034Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.034Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.035Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.035Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.035Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.035Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.036Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.036Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.037Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.037Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.037Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.037Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.038Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.038Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.038Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.038Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.039Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.039Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.041Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.041Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.041Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.041Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.042Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.042Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.042Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.042Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.042Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.043Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.044Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.044Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.044Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.044Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.045Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.045Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.054Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.054Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.054Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.054Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.055Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.055Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.056Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.056Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.056Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.056Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.057Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.057Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.057Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.057Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.058Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.059Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.059Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.059Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.060Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.060Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.060Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.060Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.061Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.061Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.062Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.062Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.063Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.063Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.063Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.063Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.063Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.064Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.064Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.064Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:14.076Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.076Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.076Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.076Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.077Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.077Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.077Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.077Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.078Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.078Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.079Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.079Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.079Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.079Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.080Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.080Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.080Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.081Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.081Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.081Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.082Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.082Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.083Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.083Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.083Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.084Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.084Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.084Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.084Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.084Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.086Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.086Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.086Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.086Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.087Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.087Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.087Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.087Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.088Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.088Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.089Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.089Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.090Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.090Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.090Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.090Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.091Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.091Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.091Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.091Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.093Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.094Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.094Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.094Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.095Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.095Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.095Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.095Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.096Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.096Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.097Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.097Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.098Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.098Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.098Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.098Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.099Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.099Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.099Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.099Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.101Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.101Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.101Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.101Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.102Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.102Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.102Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.102Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.103Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.103Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.104Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.104Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.104Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.105Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.105Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.105Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.106Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.106Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.106Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.106Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.107Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.108Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.108Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.108Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.109Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.109Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.109Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.109Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.110Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.110Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.112Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.112Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.112Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.112Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.113Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.113Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.113Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.113Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.114Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.114Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.115Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.115Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.116Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.116Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.116Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.116Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.117Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.117Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.118Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.118Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.119Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.119Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.119Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.119Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.120Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.120Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.120Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.120Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.121Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.121Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.122Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.122Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.122Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.123Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.123Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.123Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.123Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.123Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.124Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.124Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.125Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.125Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.126Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.126Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.126Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.126Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.126Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.126Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.127Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.127Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.128Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.129Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.129Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.129Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.129Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.129Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.130Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.130Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.131Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.131Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.132Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.132Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.132Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.132Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.133Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.133Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.133Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.133Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.134Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.134Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.135Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.135Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.135Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.135Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.136Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.136Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.136Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.136Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.136Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.136Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.137Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.137Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.138Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.138Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.138Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.138Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.139Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.139Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.139Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.139Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.140Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.140Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.141Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.141Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.141Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.141Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.142Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.142Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.142Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.142Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.144Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.144Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.144Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.145Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.145Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.145Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.145Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.145Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.146Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.146Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.147Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.147Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.147Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.147Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.148Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.148Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.148Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.148Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.148Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.148Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.150Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.150Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.150Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.150Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.151Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.151Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.151Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.151Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.152Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.152Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.153Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.153Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.153Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.153Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.154Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.154Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.154Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.154Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.154Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.154Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.155Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.155Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.156Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.156Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.156Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.156Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.157Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.157Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.157Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.157Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:14.168Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.168Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.169Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.169Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.169Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.169Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.170Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.170Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.170Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.170Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.171Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.171Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.172Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.172Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.172Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.172Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.173Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.173Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.173Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.173Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.174Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.174Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.175Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.175Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.175Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.175Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.176Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.176Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.176Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.176Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.177Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.177Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.178Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.178Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.178Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.178Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.178Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.178Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.179Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.179Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.180Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.180Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.180Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.180Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.181Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.181Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.181Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.181Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.182Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.182Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.183Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.184Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.184Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.184Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.184Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.184Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.185Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.185Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.185Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.185Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.186Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.186Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.187Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.187Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.187Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.187Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.188Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.188Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.188Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.188Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.189Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.189Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.190Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.190Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.190Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.190Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.190Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.191Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.191Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.191Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.192Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.192Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.192Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.193Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.193Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.193Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.194Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.194Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.194Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.194Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.195Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.195Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.195Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.195Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.196Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.196Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.196Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.196Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.197Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.197Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.198Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.198Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.199Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.199Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.199Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.199Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.200Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.200Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.200Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.200Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.201Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.201Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.201Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.201Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.202Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.202Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.202Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.202Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.203Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.203Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.204Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.204Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.204Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.204Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.204Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.204Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.205Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.205Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.205Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.205Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.206Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.206Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.207Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.207Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.207Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.207Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.208Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.208Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.208Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.208Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.209Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.209Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.209Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.210Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.210Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.210Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.210Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.210Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.211Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.211Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.212Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.212Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.213Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.213Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.213Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.213Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.214Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.214Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.214Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.214Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.215Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.215Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.215Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.215Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.216Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.216Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.216Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.216Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.217Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.217Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.218Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.218Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.218Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.218Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.219Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.219Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.219Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.219Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.219Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.219Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.220Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.220Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.221Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.221Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.221Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.221Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.222Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.222Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.222Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.222Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.223Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.223Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.224Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.224Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.224Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.224Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.224Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.224Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.225Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.225Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.227Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.227Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.227Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.227Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.228Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.228Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.228Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.228Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.229Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.229Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.230Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.230Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.230Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.230Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.230Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.230Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.231Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.231Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.231Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.231Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.232Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.232Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.233Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.233Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.233Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.233Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.233Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.233Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.234Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.234Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.235Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.235Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.235Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.235Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.236Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.236Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.236Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.236Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.236Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.236Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.237Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.237Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.238Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.238Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.238Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.238Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.239Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.239Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.239Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.239Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:14.252Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.252Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.252Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.252Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.252Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.253Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.253Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.253Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.253Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.253Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.254Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.255Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.255Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.255Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.255Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.255Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.256Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.256Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.256Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.256Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.257Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.257Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.257Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.257Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.258Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.258Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.258Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.258Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.259Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.259Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.260Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.260Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.260Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.260Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.260Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.260Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.261Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.261Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.261Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.261Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.271Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.271Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.272Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.272Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.272Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.272Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.272Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.272Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.273Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.273Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.274Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.274Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.275Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.275Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.275Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.275Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.276Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.276Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.276Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.276Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.277Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.277Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.277Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.277Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.278Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.278Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.278Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.278Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.278Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.278Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.279Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.279Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.280Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.280Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.280Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.280Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.281Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.281Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.281Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.281Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.282Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.282Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.282Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.282Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.283Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.283Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.283Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.283Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.283Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.283Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.284Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.284Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.285Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.285Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.285Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.285Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.286Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.286Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.286Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.286Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.288Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.288Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.288Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.288Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.288Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.288Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.289Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.289Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.289Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.289Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.290Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.290Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.290Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.290Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.291Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.291Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.291Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.291Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.291Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.292Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.292Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.292Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.293Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.293Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.293Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.293Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.294Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.294Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.294Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.294Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.295Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.295Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.295Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.295Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.296Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.296Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.296Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.296Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.296Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.297Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.297Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.297Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.298Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.298Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.298Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.298Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.299Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.299Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.299Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.299Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.300Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.300Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.301Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.301Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.301Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.301Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.302Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.302Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.302Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.302Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.303Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.303Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.303Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.303Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.304Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.304Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.304Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.304Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.305Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.305Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.305Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.306Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.306Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.306Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.306Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.306Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.307Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.307Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.307Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.307Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.308Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.308Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.308Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.308Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.309Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.309Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.309Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.309Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.309Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.309Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.310Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.311Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.311Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.311Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.311Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.311Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.312Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.312Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.312Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.312Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.314Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.314Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.314Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.314Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.314Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.314Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.315Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.315Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.315Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.315Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.316Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.316Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.316Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.316Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.317Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.317Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.317Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.317Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.317Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.318Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.319Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.319Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.319Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.319Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.319Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.319Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.320Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.320Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.320Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.320Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.321Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.321Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.321Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.321Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.322Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.322Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.322Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.322Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.322Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.322Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.323Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.323Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.324Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.324Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.324Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.324Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.324Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.325Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.325Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.325Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:14.336Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.336Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.337Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.337Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.337Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.337Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.338Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.338Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.338Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.338Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.339Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.339Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.339Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.339Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.340Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.340Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.340Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.340Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.340Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.340Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.341Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.341Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.342Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.342Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.342Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.342Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.342Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.343Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.343Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.343Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.344Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.344Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.344Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.344Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.345Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.345Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.345Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.345Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.345Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.345Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.346Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.346Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.347Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.347Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.347Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.347Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.347Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.347Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.348Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.348Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.349Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.349Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.349Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.349Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.350Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.350Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.350Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.350Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.350Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.350Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.351Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.351Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.352Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.352Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.352Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.352Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.352Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.353Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.353Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.353Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.354Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.354Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.354Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.354Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.355Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.355Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.355Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.355Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.355Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.355Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.356Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.356Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.357Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.357Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.357Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.357Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.357Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.357Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.358Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.358Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.359Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.359Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.359Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.359Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.359Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.359Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.360Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.360Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.360Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.360Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.362Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.362Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.362Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.362Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.362Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.362Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.363Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.363Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.363Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.363Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.364Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.364Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.364Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.364Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.365Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.365Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.365Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.365Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.365Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.365Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.366Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.366Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.367Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.367Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.367Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.367Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.367Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.367Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.368Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.368Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.369Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.369Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.369Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.369Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.370Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.370Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.370Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.370Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.370Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.370Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.371Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.371Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.372Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.372Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.372Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.372Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.372Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.372Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.373Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.373Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.374Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.374Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.375Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.375Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.375Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.375Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.375Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.375Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.376Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.376Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.377Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.377Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.377Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.377Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.377Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.377Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.378Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.378Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.378Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.378Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.379Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.379Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.379Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.379Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.380Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.380Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.380Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.380Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.380Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.380Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.381Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.381Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.382Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.382Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.382Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.382Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.382Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.382Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.383Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.383Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.384Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.384Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.384Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.384Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.384Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.384Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.385Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.385Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.385Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.385Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.386Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.387Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.387Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.387Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.387Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.387Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.388Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.388Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.388Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.388Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.389Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.389Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.389Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.389Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.390Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.390Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.390Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.390Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.390Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.390Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.391Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.391Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.392Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.392Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.392Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.392Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.392Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.392Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.393Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.393Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.394Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.394Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.394Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.394Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.395Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.395Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.395Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.395Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.395Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.395Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.396Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.396Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.397Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.397Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.397Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.397Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.397Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.397Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.398Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.398Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:14.410Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.410Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.411Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.411Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.411Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.411Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.412Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.412Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.412Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.412Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.413Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.413Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.413Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.413Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.414Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.414Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.414Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.414Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.414Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.414Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.415Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.415Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.416Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.416Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.416Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.416Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.416Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.417Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.417Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.417Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.418Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.418Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.418Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.418Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.419Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.419Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.419Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.419Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.419Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.419Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.420Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.420Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.421Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.421Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.421Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.421Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.421Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.421Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.422Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.422Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.423Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.423Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.424Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.424Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.424Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.424Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.424Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.424Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.425Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.425Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.425Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.426Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.426Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.426Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.426Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.426Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.427Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.427Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.427Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.427Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.428Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.428Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.428Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.428Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.429Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.429Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.429Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.429Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.429Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.429Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.430Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.430Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.431Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.431Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.431Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.431Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.431Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.431Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.432Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.432Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.433Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.433Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.433Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.433Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.433Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.433Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.434Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.434Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.434Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.434Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.436Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.436Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.436Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.436Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.436Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.436Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.437Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.437Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.437Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.437Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.438Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.438Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.438Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.438Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.439Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.439Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.439Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.439Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.439Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.439Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.451Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.451Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.451Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.451Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.452Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.452Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.452Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.452Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.453Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.453Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.453Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.454Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.454Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.454Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.454Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.454Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.455Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.455Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.455Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.455Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.456Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.456Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.456Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.456Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.457Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.457Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.457Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.457Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.457Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.457Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.459Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.459Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.459Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.459Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.459Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.459Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.460Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.460Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.460Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.460Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.461Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.461Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.461Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.461Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.462Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.462Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.462Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.462Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.463Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.463Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.463Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.464Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.464Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.464Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.464Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.464Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.465Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.465Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.465Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.465Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.466Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.466Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.466Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.466Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.467Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.467Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.467Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.467Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.467Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.467Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.468Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.468Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.469Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.469Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.469Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.469Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.469Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.469Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.470Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.470Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.471Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.471Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.471Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.471Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.472Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.472Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.472Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.472Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.473Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.473Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.473Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.473Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.474Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.474Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.474Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.474Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.474Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.475Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.475Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.475Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.476Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.476Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.476Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.476Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.477Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.477Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.477Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.477Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.477Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.477Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.478Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.478Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.479Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.479Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.479Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.479Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.479Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.479Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.480Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.480Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.481Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.481Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.481Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.481Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.481Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.481Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.482Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.482Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.482Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.482Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:14.493Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.493Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.494Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.494Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.494Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.494Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.494Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.495Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.495Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.495Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.496Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.496Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.496Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.496Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.497Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.497Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.497Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.497Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.498Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.498Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.499Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.499Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.499Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.499Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.499Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.499Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.500Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.500Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.500Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.500Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.501Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.501Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.502Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.502Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.502Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.502Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.503Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.503Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.503Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.503Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.504Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.504Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.504Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.504Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.505Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.505Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.505Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.505Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.506Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.506Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.507Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.507Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.508Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.508Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.508Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.508Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.509Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.509Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.509Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.509Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.510Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.510Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.510Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.510Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.511Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.511Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.511Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.511Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.512Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.512Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.514Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.514Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.514Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.514Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.515Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.515Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.516Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.516Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.516Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.516Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.516Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.516Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.517Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.517Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.518Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.518Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.518Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.518Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.519Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.519Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.519Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.519Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.520Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.520Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.521Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.521Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.522Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.522Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.522Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.522Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.522Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.523Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.523Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.523Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.524Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.524Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.524Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.524Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.525Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.525Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.525Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.525Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.526Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.526Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.527Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.527Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.527Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.527Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.527Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.527Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.528Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.528Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.528Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.528Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.529Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.529Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.530Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.530Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.530Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.530Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.530Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.531Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.531Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.531Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.532Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.532Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.532Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.532Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.533Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.533Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.533Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.533Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.534Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.534Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.535Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.535Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.536Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.536Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.536Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.536Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.536Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.536Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.537Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.537Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.538Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.538Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.538Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.538Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.540Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.540Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.541Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.541Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.541Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.541Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.542Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.542Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.542Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.542Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.543Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.543Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.543Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.543Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.544Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.544Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.544Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.544Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.545Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.545Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.546Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.546Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.546Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.546Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.546Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.546Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.547Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.547Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.547Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.547Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.549Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.549Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.549Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.549Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.550Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.550Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.550Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.550Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.550Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.551Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.552Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.552Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.552Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.552Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.552Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.552Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.553Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.553Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.553Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.553Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.554Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.554Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.554Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.555Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.555Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.555Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.555Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.555Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.556Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.556Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.557Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.557Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.557Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.557Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.557Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.557Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.558Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.558Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.558Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.558Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.559Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.559Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.560Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.560Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.560Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.560Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.560Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.561Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.561Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.561Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:14.572Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.572Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.572Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.572Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.573Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.573Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.573Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.573Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.573Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.573Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.574Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.575Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.575Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.576Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.576Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.576Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.576Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.577Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.578Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.578Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.578Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.578Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.579Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.579Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.579Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.579Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.580Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.580Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.581Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.581Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.581Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.581Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.581Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.581Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.582Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.582Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.583Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.583Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.583Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.583Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.584Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.584Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.584Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.584Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.585Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.585Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.586Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.587Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.587Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.587Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.587Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.587Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.588Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.588Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.588Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.588Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.589Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.589Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.590Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.590Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.590Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.590Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.590Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.590Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.591Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.591Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.592Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.592Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.592Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.592Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.595Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.595Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.595Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.595Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.595Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.596Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.596Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.596Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.596Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.596Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.597Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.597Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.598Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.598Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.598Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.598Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.598Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.599Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.599Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.599Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.600Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.601Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.601Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.601Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.601Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.601Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.602Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.602Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.602Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.602Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.603Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.603Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.604Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.604Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.604Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.604Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.604Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.604Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.605Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.605Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.606Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.606Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.606Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.606Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.607Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.607Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.607Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.607Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.607Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.608Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.608Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.609Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.609Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.609Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.609Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.609Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.610Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.610Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.611Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.611Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.612Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.612Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.612Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.612Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.612Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.612Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.613Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.613Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.614Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.616Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.616Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.616Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.616Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.617Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.617Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.618Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.618Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.618Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.618Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.619Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.619Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.619Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.619Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.620Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.620Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.621Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.621Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.621Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.621Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.622Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.622Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.622Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.622Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.623Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.623Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.623Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.623Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.624Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.624Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.624Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.624Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.625Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.625Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.626Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.626Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.626Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.626Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.626Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.626Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.626Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.627Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.627Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.627Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.637Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.637Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.637Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.637Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.637Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.637Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.638Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.638Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.638Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.638Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.639Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.639Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.640Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.640Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.641Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.641Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.641Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.641Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.642Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.642Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.643Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.643Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.643Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.645Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.645Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.647Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.647Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.647Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.647Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.648Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.648Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.649Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.649Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.649Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.649Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.650Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.650Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.650Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.650Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.651Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.651Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:14.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.663Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.663Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.663Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.663Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.664Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.664Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.666Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.666Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.666Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.666Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.668Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.668Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.668Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.668Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.670Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.670Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.671Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.671Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.671Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.672Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.672Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.672Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.672Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.672Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.673Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.673Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.674Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.674Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.674Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.675Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.675Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.675Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.675Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.675Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.676Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.676Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.678Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.678Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.678Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.678Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.678Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.678Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.680Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.680Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.682Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.682Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.682Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.682Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.682Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.685Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.685Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.686Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.686Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.686Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.687Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.688Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.688Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.688Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.688Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.688Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.689Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.689Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.689Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.689Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.689Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.691Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.691Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.691Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.691Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.691Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.691Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.692Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.692Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.692Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.692Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.694Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.694Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.695Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.695Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.695Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.695Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.696Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.696Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.696Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.696Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.697Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.697Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.698Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.698Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.698Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.698Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.699Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.699Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.699Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.699Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.700Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.700Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.701Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.701Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.701Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.701Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.702Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.702Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.702Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.702Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.703Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.703Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.704Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.704Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.704Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.704Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.705Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.705Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.705Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.705Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.706Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.706Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.707Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.707Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.707Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.707Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.708Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.708Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.708Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.708Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.710Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.710Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.710Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.710Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.712Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.712Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.713Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.713Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.714Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.714Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.714Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.714Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.714Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.714Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.715Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.715Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.716Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.716Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.716Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.716Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.718Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.718Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.718Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.718Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.720Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.720Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.720Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.720Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.721Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.721Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.721Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.721Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.722Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.722Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.723Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.723Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.723Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.723Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.724Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.724Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.724Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.724Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.726Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.726Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.726Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.726Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.728Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.728Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.729Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.729Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.729Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.729Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.730Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.730Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.730Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.730Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.730Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.730Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.732Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.732Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.732Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.732Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.732Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.733Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.733Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.733Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.733Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.733Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.735Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.735Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.735Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.735Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.735Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.735Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.736Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.736Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.736Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.736Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.738Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.738Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.738Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.738Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.739Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.739Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.739Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.739Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.739Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.739Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:14.751Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.751Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.751Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.751Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.751Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.752Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.752Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.752Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.752Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.752Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.753Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.753Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.753Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.753Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.754Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.754Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.754Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.754Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.755Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.755Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.756Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.756Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.756Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.756Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.757Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.757Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.757Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.757Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.758Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.758Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.759Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.759Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.759Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.759Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.760Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.760Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.760Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.760Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.760Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.760Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.761Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.762Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.762Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.762Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.762Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.762Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.763Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.763Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.763Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.763Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.765Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.765Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.766Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.766Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.766Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.766Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.766Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.766Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.767Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.767Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.768Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.768Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.768Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.768Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.769Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.769Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.769Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.769Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.770Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.770Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.772Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.772Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.772Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.772Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.773Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.773Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.775Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.775Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.775Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.775Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.776Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.776Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.777Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.777Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.777Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.777Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.778Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.778Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.778Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.778Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.778Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.778Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.780Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.780Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.780Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.780Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.780Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.780Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.780Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.780Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.781Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.781Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.781Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.781Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.783Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.783Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.783Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.783Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.783Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.783Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.785Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.785Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.785Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.785Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.785Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.785Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.785Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.785Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.787Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.787Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.787Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.787Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.789Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.789Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.789Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.789Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.789Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.789Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.791Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.791Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.791Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.791Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.791Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.791Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.792Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.792Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.792Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.792Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.793Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.793Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.793Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.793Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.793Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.793Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.793Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.793Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.793Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.794Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.794Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.794Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.794Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.795Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.795Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.795Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.795Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.795Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.795Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.795Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.796Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.796Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.796Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.796Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.797Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.797Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.797Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.797Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.797Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.797Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.799Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.799Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.799Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.799Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.799Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.799Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.801Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.801Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.801Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.801Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.801Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.801Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.801Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.801Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.802Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.802Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.802Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.802Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.802Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.802Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.803Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.803Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.805Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:14.814Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.814Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.815Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.815Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.815Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.815Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.815Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.815Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.816Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.816Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.816Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.816Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.817Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.817Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.817Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.817Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.817Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.817Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.818Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.818Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.818Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.820Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.820Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.820Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.825Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.825Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.825Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.825Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.825Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.825Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.827Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.827Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.827Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.827Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.827Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.827Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.829Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.829Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.829Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.829Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.830Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.830Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.830Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.830Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.830Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.830Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.831Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.831Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.831Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.832Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.832Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.832Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.832Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.832Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.833Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.833Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.833Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.833Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.834Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.834Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.834Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.834Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.834Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.834Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.835Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.835Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.835Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.835Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.837Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.837Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.839Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.839Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.839Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.839Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.843Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.843Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.843Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.843Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.845Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.845Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.845Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.845Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.846Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.846Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.846Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.846Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.846Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.846Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.847Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.847Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.847Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.847Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.848Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.848Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.848Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.848Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.848Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.848Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.848Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.848Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.849Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.849Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.849Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.849Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.849Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.849Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.850Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.850Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.850Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.850Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.850Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.850Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.851Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.851Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.851Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.851Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.851Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.851Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.853Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.853Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.853Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.853Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.861Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.861Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.861Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.861Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.861Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.861Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.862Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.862Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.862Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.862Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:14.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.873Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.873Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.873Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.882Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.882Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.883Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.883Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.883Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.883Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.883Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.884Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.884Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.884Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.884Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.884Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.885Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.885Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.885Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.885Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.885Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.885Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.885Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.885Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.886Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.886Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.886Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.886Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.886Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.886Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.887Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.887Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.887Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.887Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.887Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.887Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.888Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.888Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.888Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.888Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.888Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.888Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.888Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.888Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.889Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.889Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.890Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.890Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.890Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.890Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.890Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.890Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.891Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.891Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.891Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.891Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.891Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.892Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.892Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.892Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.892Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.892Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.892Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.892Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.892Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.892Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.893Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.893Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.893Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.893Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.894Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.894Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.894Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.894Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.894Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.894Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.895Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.895Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.895Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.895Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.895Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.895Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.896Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.896Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.896Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.896Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.897Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.897Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.897Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.897Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.897Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.897Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.897Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.897Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.898Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.898Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.898Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.899Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.899Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.899Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.899Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.899Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.899Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.899Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.900Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.900Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.900Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.900Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.900Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.900Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.901Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.901Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.901Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.901Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.901Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.901Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.902Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.902Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.902Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.902Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.902Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.902Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.903Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.903Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.903Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.903Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.903Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.903Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.904Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.904Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.904Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.904Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.904Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.904Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.904Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.904Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.905Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.905Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.905Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.905Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.905Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.905Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.906Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.906Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.906Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.906Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.907Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.907Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.907Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.907Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.907Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.907Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.908Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.908Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.908Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.908Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.908Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.908Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.909Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.909Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.909Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.909Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.909Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.909Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.909Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.909Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.910Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.910Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.910Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.910Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.911Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.911Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.911Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.911Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.911Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.911Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.912Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.912Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.912Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.912Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.912Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.912Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.912Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.912Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.913Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.913Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.913Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.913Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.913Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.913Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.914Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.914Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.914Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.914Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.914Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.914Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.915Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.915Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.915Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.915Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.916Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.916Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.916Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.916Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.916Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.916Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.917Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.917Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.917Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.917Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.917Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.917Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.917Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.917Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.918Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.918Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.918Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.918Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.918Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.918Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.919Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.919Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.919Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.919Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.919Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.919Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.920Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.920Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.920Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.920Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.920Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.920Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.921Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.921Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.921Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.921Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.921Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.921Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.922Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.922Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.922Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.922Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.922Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.922Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.922Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.922Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:14.932Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.932Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.932Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.932Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.933Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.933Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.933Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.933Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.933Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.933Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.934Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.934Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.934Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.934Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.934Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.934Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.934Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.934Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.935Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.935Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.935Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.935Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.935Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.935Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.936Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.936Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.936Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.936Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.936Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.936Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.937Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.937Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.937Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.937Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.937Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.937Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.937Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.937Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.938Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.938Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.938Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.938Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.938Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.939Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.939Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.939Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.939Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.939Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.939Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.939Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.940Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.940Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.940Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.941Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.941Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.941Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.941Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.941Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.941Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.941Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.942Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.942Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.942Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.942Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.943Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.943Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.943Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.943Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.943Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.943Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.944Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.944Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.944Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.944Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.944Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.944Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.944Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.944Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.944Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.944Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.945Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.945Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.945Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.945Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.945Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.945Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.946Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.946Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.946Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.946Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.946Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.946Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.947Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.947Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.947Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.947Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.947Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.947Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.947Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.947Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.948Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.948Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.948Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.948Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.949Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.949Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.949Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.949Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.949Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.949Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.950Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.950Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.950Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.950Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.950Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.950Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.950Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.950Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.951Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.951Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.951Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.951Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.951Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.951Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.952Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.952Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.952Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.952Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.952Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.952Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.953Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.953Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.953Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.953Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.953Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.953Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.953Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.953Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.954Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.954Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.954Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.954Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.954Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.954Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.955Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.955Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.955Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.955Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.955Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.955Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.956Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.956Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.956Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.956Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.956Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.956Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.957Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.957Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.957Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.957Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.957Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.957Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.958Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.958Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.958Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.958Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.958Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.958Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.958Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.958Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.959Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.959Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.959Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.959Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.959Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.959Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.959Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.959Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.960Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.960Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.960Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.960Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.960Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.960Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.961Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.961Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.961Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.961Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.961Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.961Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.962Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.962Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.962Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.962Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.962Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.962Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.962Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.962Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.963Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.963Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.963Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.963Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.964Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.964Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.964Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.964Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.964Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.964Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.964Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.964Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.965Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.965Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.965Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.965Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.965Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.965Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.965Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.965Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.966Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.966Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.966Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.966Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.966Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.966Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.967Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.967Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.967Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.967Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.967Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.967Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.968Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.968Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.968Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.968Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.968Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.968Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.968Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.968Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.968Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.968Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.969Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.969Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.969Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.969Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.969Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.969Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.970Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.970Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.970Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.970Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:14.980Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.980Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.980Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.980Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.980Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.980Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.981Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.981Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.981Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.981Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.982Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.982Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.982Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.982Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.982Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.982Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.982Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.982Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.983Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.983Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.983Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.983Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.983Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.984Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.984Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.984Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.984Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.984Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.984Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.984Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.985Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.985Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.985Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.985Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.985Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.985Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.986Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.986Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.986Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.986Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.986Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.987Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.987Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.987Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.987Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.987Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.987Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.987Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.987Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.987Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.988Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.988Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.989Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.989Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.989Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.989Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.989Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.989Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.989Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.989Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.990Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.990Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.990Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.990Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.990Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.990Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.990Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.990Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.991Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.991Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.991Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.991Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.991Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.991Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.992Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.992Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.992Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.992Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.992Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.992Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.993Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.993Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.993Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.993Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.993Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.993Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.993Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.993Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.993Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.993Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.994Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.994Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.994Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.994Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.995Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.995Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.995Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.995Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.995Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.995Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.996Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.996Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.996Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.996Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.996Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.996Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.997Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.997Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.997Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.997Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.997Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.997Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.998Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.998Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.998Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.998Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.998Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.998Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.998Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.998Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.999Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.999Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.999Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.999Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.999Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.999Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:14.999Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:14.999Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.000Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.000Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.000Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.000Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.000Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.000Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.001Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.001Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.001Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.001Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.001Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.001Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.002Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.002Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.002Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.002Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.002Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.002Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.002Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.002Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.003Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.003Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.003Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.003Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.004Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.004Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.004Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.004Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.004Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.004Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.004Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.004Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.005Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.005Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.005Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.005Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.005Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.005Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.006Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.006Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.006Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.006Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.006Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.006Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.007Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.007Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.007Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.007Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.007Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.007Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.007Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.007Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.008Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.008Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.008Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.008Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.008Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.008Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.008Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.008Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.009Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.009Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.009Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.009Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.009Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.009Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.010Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.010Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.010Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.010Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.010Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.010Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.011Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.011Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.011Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.011Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.011Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.011Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.012Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.012Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.012Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.012Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.012Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.012Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.013Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.013Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.013Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.013Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.013Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.013Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.013Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.013Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.014Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.014Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.014Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.014Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.014Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.014Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.015Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.015Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.015Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.015Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.015Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.015Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.016Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.016Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.016Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.016Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.016Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.016Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.016Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.016Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.017Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.017Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.017Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.017Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.017Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.017Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.017Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.017Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.018Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.018Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:15.027Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.027Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.028Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.028Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.028Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.028Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.028Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.028Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.028Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.028Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.029Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.029Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.029Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.029Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.029Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.029Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.030Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.030Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.030Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.030Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.030Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.030Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.031Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.031Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.031Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.031Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.031Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.031Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.031Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.031Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.032Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.032Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.032Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.032Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.032Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.032Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.032Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.032Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.033Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.033Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.033Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.033Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.033Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.033Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.034Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.034Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.034Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.034Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.034Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.034Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.035Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.035Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.035Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.035Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.035Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.035Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.036Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.036Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.036Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.036Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.036Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.036Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.036Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.037Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.037Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.037Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.037Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.037Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.037Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.037Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.038Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.038Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.038Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.038Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.038Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.038Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.050Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.050Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.051Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.051Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.051Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.051Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.052Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.052Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.052Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.052Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.052Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.052Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.052Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.052Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.053Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.053Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.053Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.053Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.053Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.053Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.054Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.054Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.054Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.054Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.055Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.055Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.055Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.055Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.055Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.055Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.055Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.055Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.055Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.056Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.056Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.056Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.056Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.056Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.057Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.057Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.057Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.057Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.057Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.057Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.057Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.058Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.058Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.058Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.058Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.058Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.058Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.058Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.058Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.058Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.059Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.059Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.059Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.059Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.059Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.059Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.060Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.060Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.060Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.060Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.060Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.060Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.061Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.061Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.061Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.061Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.061Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.061Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.061Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.061Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.062Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.062Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.062Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.062Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.063Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.063Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.063Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.063Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.063Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.063Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.063Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.064Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.064Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.064Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.064Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.064Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.064Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.064Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.064Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.065Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.065Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.065Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.065Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.065Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.065Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.065Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.066Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.066Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.066Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.066Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.066Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.066Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.067Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.067Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.067Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.067Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.067Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.067Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.067Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.067Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.068Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.068Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.068Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.068Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.068Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.068Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.068Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.068Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.069Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.069Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.069Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.070Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.070Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.070Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.070Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.070Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.070Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.070Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.070Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.070Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.071Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.071Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.071Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.071Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.071Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.071Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.072Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.072Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.072Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.072Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.072Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.072Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.073Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.073Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.073Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.073Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.073Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.073Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.073Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.073Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.074Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.074Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.074Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.074Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.074Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.074Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.074Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.074Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.075Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.075Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.075Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.075Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.075Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.075Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.076Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.076Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.076Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.076Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.076Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.076Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:15.086Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.086Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.086Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.086Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.086Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.086Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.087Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.087Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.087Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.087Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.087Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.087Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.087Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.088Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.088Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.088Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.088Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.088Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.088Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.088Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.089Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.089Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.089Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.089Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.089Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.089Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.089Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.089Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.089Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.089Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.090Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.090Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.090Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.090Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.090Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.090Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.091Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.091Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.091Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.091Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.091Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.091Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.092Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.092Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.092Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.092Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.092Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.092Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.092Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.092Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.093Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.093Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.093Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.093Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.093Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.093Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.094Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.094Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.094Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.094Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.095Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.095Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.095Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.095Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.095Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.095Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.095Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.095Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.095Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.095Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.096Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.096Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.096Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.096Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.096Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.096Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.097Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.097Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.097Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.097Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.097Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.097Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.098Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.098Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.098Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.098Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.098Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.098Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.098Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.098Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.099Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.099Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.099Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.099Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.099Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.099Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.099Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.099Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.099Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.100Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.100Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.100Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.101Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.101Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.101Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.101Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.101Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.101Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.101Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.101Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.102Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.102Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.102Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.102Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.102Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.102Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.102Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.102Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.103Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.103Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.103Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.103Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.103Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.103Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.104Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.104Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.104Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.104Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.104Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.104Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.104Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.105Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.105Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.105Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.105Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.105Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.105Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.105Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.105Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.105Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.106Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.106Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.106Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.106Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.106Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.106Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.107Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.107Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.107Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.107Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.108Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.108Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.108Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.108Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.108Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.108Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.108Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.108Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.108Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.108Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.109Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.109Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.109Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.109Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.109Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.109Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.110Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.110Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.110Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.110Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.110Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.110Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.111Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.111Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.111Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.111Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.111Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.111Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.111Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.111Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.112Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.112Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.112Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.112Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.112Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.112Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.112Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.112Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.112Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.112Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.113Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.113Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.113Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.113Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.113Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.113Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.114Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.114Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.114Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.114Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.115Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.115Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.115Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.115Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.115Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.115Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.115Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.115Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.115Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.115Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.116Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.116Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.116Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.116Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.116Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.116Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.117Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.117Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.117Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.117Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.117Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.117Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.118Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.118Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.118Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.118Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.118Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.118Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.118Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.118Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.119Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.119Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.119Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.119Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.119Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.119Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.119Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.119Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.120Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.120Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.120Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.120Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.120Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.120Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.120Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.121Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.121Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.121Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.121Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.121Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:15.130Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.130Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.131Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.131Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.131Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.131Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.131Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.131Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.131Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.131Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.132Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.132Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.132Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.132Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.132Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.132Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.132Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.132Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.133Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.133Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.133Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.133Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.133Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.133Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.134Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.134Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.134Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.134Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.134Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.134Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.135Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.135Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.135Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.135Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.135Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.135Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.135Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.135Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.135Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.135Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.136Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.136Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.136Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.136Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.136Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.136Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.137Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.137Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.137Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.137Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.138Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.138Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.138Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.138Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.138Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.138Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.138Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.138Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.138Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.138Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.139Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.139Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.139Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.139Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.139Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.139Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.140Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.140Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.140Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.140Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.140Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.140Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.141Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.141Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.141Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.141Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.141Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.141Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.141Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.141Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.142Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.142Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.142Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.142Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.142Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.142Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.142Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.142Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.142Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.143Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.143Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.143Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.143Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.143Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.143Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.143Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.144Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.144Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.144Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.144Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.145Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.145Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.145Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.145Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.145Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.145Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.145Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.145Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.145Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.146Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.146Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.146Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.146Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.146Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.146Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.146Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.147Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.147Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.147Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.147Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.147Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.147Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.148Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.148Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.148Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.148Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.148Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.148Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.148Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.148Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.149Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.149Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.149Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.149Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.149Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.149Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.149Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.149Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.150Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.150Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.150Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.150Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.150Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.150Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.151Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.151Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.151Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.151Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.151Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.151Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.152Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.152Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.152Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.152Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.152Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.152Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.152Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.152Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.154Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.154Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.154Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.154Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.154Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.154Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.155Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.155Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.155Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.155Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.155Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.155Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.155Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.156Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.156Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.156Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.156Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.156Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.156Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.156Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.156Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.156Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.157Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.157Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.157Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.157Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.157Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.157Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.157Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.157Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.158Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.158Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.158Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.158Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.159Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.159Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.159Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.159Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.159Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.159Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.159Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.159Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.160Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.160Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.160Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.160Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.160Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.161Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.161Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.161Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.161Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.161Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.161Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.162Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.162Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.162Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.162Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.162Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.162Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.162Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.162Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.162Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.163Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.163Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.163Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.163Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.163Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.163Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.163Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.164Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.164Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.164Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.164Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.164Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.164Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.164Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.165Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.165Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.165Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.165Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.165Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.165Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.166Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.166Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.166Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.166Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.166Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.166Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.166Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.166Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.167Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.167Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:15.176Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.176Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.176Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.176Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.176Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.176Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.177Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.177Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.177Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.177Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.177Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.177Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.178Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.178Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.178Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.178Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.178Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.178Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.178Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.178Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.179Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.179Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.179Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.179Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.179Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.179Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.179Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.180Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.180Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.180Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.180Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.180Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.180Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.180Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.181Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.181Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.181Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.181Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.181Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.181Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.182Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.182Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.182Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.182Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.182Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.182Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.182Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.183Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.183Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.183Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.184Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.184Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.184Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.184Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.184Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.184Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.184Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.184Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.185Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.185Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.185Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.185Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.185Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.185Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.185Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.186Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.186Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.186Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.186Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.186Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.186Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.186Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.187Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.187Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.187Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.187Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.187Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.187Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.187Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.187Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.188Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.188Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.188Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.188Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.188Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.188Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.189Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.189Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.189Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.189Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.189Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.189Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.189Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.190Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.190Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.190Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.190Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.190Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.190Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.190Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.191Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.191Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.191Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.191Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.191Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.191Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.192Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.192Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.192Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.192Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.192Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.192Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.193Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.193Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.193Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.193Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.193Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.193Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.193Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.193Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.194Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.194Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.194Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.194Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.194Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.194Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.194Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.194Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.195Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.195Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.195Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.195Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.196Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.196Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.196Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.196Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.196Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.196Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.196Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.196Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.197Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.197Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.197Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.197Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.197Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.197Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.197Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.197Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.206Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.206Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.207Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.207Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.207Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.207Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.208Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.208Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.208Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.208Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.208Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.208Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.208Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.209Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.209Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.209Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.209Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.209Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.209Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.209Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.209Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.209Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.210Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.210Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.210Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.210Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.210Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.210Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.210Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.210Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.211Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.211Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.211Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.211Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.211Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.211Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.212Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.212Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.212Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.212Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.212Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.212Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.213Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.213Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.213Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.213Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.213Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.213Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.213Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.213Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.213Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.213Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.214Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.214Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.214Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.214Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.215Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.215Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.215Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.215Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.215Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.215Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.215Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.215Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.216Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.216Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.216Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.216Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.216Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.216Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.216Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.216Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.217Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.217Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.217Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.217Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.217Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.217Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.217Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.217Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.218Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.218Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.218Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.218Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.218Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.218Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.219Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.219Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.219Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.219Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.219Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.219Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.219Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.219Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.220Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.220Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.220Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.220Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.220Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.220Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.220Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.220Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
2025-06-11T13:31:15.229Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.230Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.230Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.230Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.230Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.230Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.230Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.230Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.230Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.230Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.231Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.231Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.231Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.231Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.231Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.231Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.232Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.232Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.232Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.232Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.232Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.232Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.232Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.233Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.233Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.233Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.233Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.233Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.233Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.233Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.234Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.234Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.234Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.234Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.234Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.234Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.234Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.234Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.234Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.234Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.235Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.235Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.235Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.235Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.235Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.235Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.235Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.236Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.236Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.236Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.236Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.236Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.237Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.237Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.237Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.237Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.237Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.237Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.237Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.237Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.238Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.238Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.238Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.238Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.238Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.238Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.238Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.238Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.239Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.239Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.239Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.239Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.239Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.239Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.240Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.240Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.240Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.240Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.240Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.240Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.240Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.240Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.241Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.241Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.241Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.241Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.241Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.241Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.241Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.241Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.242Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.242Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.242Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.242Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.242Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.242Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.242Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.242Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.243Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.243Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.243Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.243Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.244Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.244Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.244Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.244Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.244Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.244Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.244Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.244Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.245Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.245Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.245Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.245Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.245Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.245Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.245Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.245Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.245Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.245Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.246Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.246Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.246Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.246Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.246Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.246Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.247Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.247Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.247Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.247Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.247Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.247Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.247Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.248Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.248Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.248Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.248Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.248Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.248Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.248Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.249Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.249Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.249Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.249Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.249Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.249Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.249Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.249Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.249Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.249Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.250Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.250Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.250Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.250Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.251Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.251Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.251Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.251Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.251Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.251Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.251Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.251Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.252Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.252Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.252Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.252Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.252Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.252Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.252Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.252Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.253Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.253Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.253Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.253Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.253Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.253Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.253Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.253Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.253Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.253Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.254Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.254Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.254Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.254Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.254Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.254Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.255Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.255Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.255Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.255Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.255Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.255Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.255Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.255Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.256Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.256Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.256Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.256Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.256Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.256Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.257Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.257Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.257Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.257Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.257Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.257Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.257Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.257Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.258Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.258Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.258Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.258Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.258Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.258Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.258Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.258Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.259Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.259Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.259Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.259Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.259Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.259Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.259Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.259Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.260Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.260Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.260Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.260Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.260Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.260Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.260Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.260Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.261Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.261Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.261Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.261Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.261Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.261Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.261Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.261Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.262Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.262Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.262Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.262Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.262Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.262Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.262Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.262Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
2025-06-11T13:31:15.262Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:15.262Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null.
Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default)
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
[ERROR] Tests run: 20, Failures: 0, Errors: 20, Skipped: 0, Time elapsed: 2.276 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest
[ERROR] testUpdateInvalidServiceWithNullProfessional  Time elapsed: 0.279 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testCreateServiceWithNullBrand  Time elapsed: 0.105 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testUpdateInvalidServiceWithEmptyName  Time elapsed: 0.093 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testUpdateService  Time elapsed: 0.083 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testDeleteValidService  Time elapsed: 0.082 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testGetValidService  Time elapsed: 0.071 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testGetServices  Time elapsed: 0.083 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testUpdateInvalidService  Time elapsed: 0.078 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testCreateServiceWithEmptyDescription  Time elapsed: 0.089 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testGetInvalidService  Time elapsed: 0.088 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testDeleteInvalidService  Time elapsed: 0.068 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testUpdateInvalidServiceWithNullDescription  Time elapsed: 0.052 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testCreateServiceWithEmptyName  Time elapsed: 0.059 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testCreateServiceWithNullName  Time elapsed: 0.047 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testUpdateInvalidServiceWithNullBrand  Time elapsed: 0.046 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testCreateServiceWithNullProfessional  Time elapsed: 0.058 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testCreateServiceWithNullDescription  Time elapsed: 0.043 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testUpdateInvalidServiceWithEmptyDescription  Time elapsed: 0.045 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testUpdateInvalidServiceWithNullName  Time elapsed: 0.05 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[ERROR] testCreateService  Time elapsed: 0.044 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62)
	at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50)

[INFO] Running co.edu.udistrital.mdp.beautyathome.services.BrandServiceTest
2025-06-11T13:31:15.274Z  INFO 97 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.beautyathome.services.BrandServiceTest]: BrandServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-06-11T13:31:15.283Z  INFO 97 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.beautyathome.MainApplication for test class co.edu.udistrital.mdp.beautyathome.services.BrandServiceTest

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

2025-06-11T13:31:15.311Z  INFO 97 --- [           main] c.e.u.m.b.services.BrandServiceTest      : Starting BrandServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back)
2025-06-11T13:31:15.312Z  INFO 97 --- [           main] c.e.u.m.b.services.BrandServiceTest      : No active profile set, falling back to 1 default profile: "default"
2025-06-11T13:31:15.404Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-06-11T13:31:15.425Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 11 JPA repository interfaces.
2025-06-11T13:31:15.442Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-06-11T13:31:15.455Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:566945c4-d7ec-4c88-a61a-219586309e37;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-06-11T13:31:15.477Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-06-11T13:31:15.479Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-06-11T13:31:15.482Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-06-11T13:31:15.484Z  WARN 97 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-06-11T13:31:15.665Z  INFO 97 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists agenda_entity cascade 
Hibernate: drop table if exists appointment_entity cascade 
Hibernate: drop table if exists brand_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists coverage_area_entity cascade 
Hibernate: drop table if exists exclusive_product_entity cascade 
Hibernate: drop table if exists image_entity cascade 
Hibernate: drop table if exists professional_area cascade 
Hibernate: drop table if exists professional_entity cascade 
Hibernate: drop table if exists review_entity cascade 
Hibernate: drop table if exists service_entity cascade 
Hibernate: drop table if exists service_record_entity cascade 
Hibernate: create table agenda_entity (id bigint generated by default as identity, professional_id bigint unique, primary key (id))
Hibernate: create table appointment_entity (agenda_id bigint, id bigint generated by default as identity, professional_id bigint, scheduled_at timestamp(6), service_id bigint, user_id bigint, primary key (id))
Hibernate: create table brand_entity (available boolean, price float(53), id bigint generated by default as identity, category varchar(255), description varchar(255), logourl varchar(255), name varchar(255), photograph varchar(255), product varchar(255), primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, address varchar(255), email varchar(255), full_name varchar(255), phone_number varchar(255), primary key (id))
Hibernate: create table coverage_area_entity (id bigint generated by default as identity, name varchar(255), primary key (id))
Hibernate: create table exclusive_product_entity (available boolean, price float(53), brand_id bigint, id bigint generated by default as identity, category varchar(255), description varchar(255), name varchar(255), photo varchar(255), primary key (id))
Hibernate: create table image_entity (id bigint generated by default as identity, url varchar(255), primary key (id))
Hibernate: create table professional_area (area_id bigint not null, professional_id bigint not null, primary key (area_id, professional_id))
Hibernate: create table professional_entity (birth_date date, sponsored boolean not null, brand_id bigint, id bigint generated by default as identity, name varchar(255), photo_url varchar(255), summary varchar(255), primary key (id))
Hibernate: create table review_entity (stars integer not null, client_id bigint not null, id bigint generated by default as identity, service_record_id bigint not null unique, opinion varchar(1000) not null, primary key (id))
Hibernate: create table service_entity (price float(53), brand_id bigint, id bigint generated by default as identity, professional_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table service_record_entity (date_performed date, id bigint generated by default as identity, service_id bigint, primary key (id))
Hibernate: alter table if exists agenda_entity add constraint FKppmkpsoetr7lu0o3lnsm0mkck foreign key (professional_id) references professional_entity
Hibernate: alter table if exists appointment_entity add constraint FKlfi8k6o7x8e4vqwxehc2cr6p9 foreign key (agenda_id) references agenda_entity
Hibernate: alter table if exists appointment_entity add constraint FKc1bxhg9cd5enh1enqfumnphr8 foreign key (user_id) references client_entity
Hibernate: alter table if exists appointment_entity add constraint FKlgyt95docr3qo3w3b12upohdq foreign key (professional_id) references professional_entity
Hibernate: alter table if exists appointment_entity add constraint FKc3suy5i0uvkdifnsovna0k21q foreign key (service_id) references service_entity
Hibernate: alter table if exists exclusive_product_entity add constraint FKn9wuwqnt0sovxh2suun7kb4tf foreign key (brand_id) references brand_entity
Hibernate: alter table if exists professional_area add constraint FKg3atskd26w0kksa7n0m4wvunm foreign key (area_id) references coverage_area_entity
Hibernate: alter table if exists professional_area add constraint FKky0u5df6tlhc0ilt8d5m0fe3y foreign key (professional_id) references professional_entity
Hibernate: alter table if exists professional_entity add constraint FK1ktkd1s7d9q4nskl0cjsa7e4p foreign key (brand_id) references brand_entity
Hibernate: alter table if exists review_entity add constraint FKfc0i93dpqubh4qieybqcni10e foreign key (client_id) references client_entity
Hibernate: alter table if exists review_entity add constraint FKh7los7u9y9f2mirm28qtc25e9 foreign key (service_record_id) references service_record_entity
Hibernate: alter table if exists service_entity add constraint FKr47jh4seunosgnksfmv1ar4gc foreign key (brand_id) references brand_entity
Hibernate: alter table if exists service_entity add constraint FKhsh9495cm0n8335ksuju77loo foreign key (professional_id) references professional_entity
Hibernate: alter table if exists service_record_entity add constraint FK9r0v3t38nfwdqg7bl58m2p7kn foreign key (service_id) references service_entity
2025-06-11T13:31:15.714Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-06-11T13:31:15.926Z  INFO 97 --- [           main] c.e.u.m.b.services.BrandServiceTest      : Started BrandServiceTest in 0.638 seconds (process running for 12.161)
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: select be1_0.id,be1_0.available,be1_0.category,be1_0.description,be1_0.logourl,be1_0.name,be1_0.photograph,be1_0.price,be1_0.product from brand_entity be1_0 where be1_0.id=?
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: select be1_0.id,be1_0.available,be1_0.category,be1_0.description,be1_0.logourl,be1_0.name,be1_0.photograph,be1_0.price,be1_0.product from brand_entity be1_0 where be1_0.id=?
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: select be1_0.id,be1_0.available,be1_0.category,be1_0.description,be1_0.logourl,be1_0.name,be1_0.photograph,be1_0.price,be1_0.product from brand_entity be1_0 where be1_0.id=?
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: select be1_0.id,be1_0.available,be1_0.category,be1_0.description,be1_0.logourl,be1_0.name,be1_0.photograph,be1_0.price,be1_0.product from brand_entity be1_0
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 s - in co.edu.udistrital.mdp.beautyathome.services.BrandServiceTest
[INFO] Running co.edu.udistrital.mdp.beautyathome.services.ExclusiveProductServiceTest
2025-06-11T13:31:16.212Z  INFO 97 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.beautyathome.services.ExclusiveProductServiceTest]: ExclusiveProductServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-06-11T13:31:16.214Z  INFO 97 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.beautyathome.MainApplication for test class co.edu.udistrital.mdp.beautyathome.services.ExclusiveProductServiceTest

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

2025-06-11T13:31:16.234Z  INFO 97 --- [           main] c.e.u.m.b.s.ExclusiveProductServiceTest  : Starting ExclusiveProductServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back)
2025-06-11T13:31:16.234Z  INFO 97 --- [           main] c.e.u.m.b.s.ExclusiveProductServiceTest  : No active profile set, falling back to 1 default profile: "default"
2025-06-11T13:31:16.308Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-06-11T13:31:16.324Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16 ms. Found 11 JPA repository interfaces.
2025-06-11T13:31:16.340Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-06-11T13:31:16.353Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:d083cfb7-4be0-4d05-96c9-a01bdcc4f5c6;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-06-11T13:31:16.370Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-06-11T13:31:16.371Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-06-11T13:31:16.375Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-06-11T13:31:16.376Z  WARN 97 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-06-11T13:31:16.535Z  INFO 97 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists agenda_entity cascade 
Hibernate: drop table if exists appointment_entity cascade 
Hibernate: drop table if exists brand_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists coverage_area_entity cascade 
Hibernate: drop table if exists exclusive_product_entity cascade 
Hibernate: drop table if exists image_entity cascade 
Hibernate: drop table if exists professional_area cascade 
Hibernate: drop table if exists professional_entity cascade 
Hibernate: drop table if exists review_entity cascade 
Hibernate: drop table if exists service_entity cascade 
Hibernate: drop table if exists service_record_entity cascade 
Hibernate: create table agenda_entity (id bigint generated by default as identity, professional_id bigint unique, primary key (id))
Hibernate: create table appointment_entity (agenda_id bigint, id bigint generated by default as identity, professional_id bigint, scheduled_at timestamp(6), service_id bigint, user_id bigint, primary key (id))
Hibernate: create table brand_entity (available boolean, price float(53), id bigint generated by default as identity, category varchar(255), description varchar(255), logourl varchar(255), name varchar(255), photograph varchar(255), product varchar(255), primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, address varchar(255), email varchar(255), full_name varchar(255), phone_number varchar(255), primary key (id))
Hibernate: create table coverage_area_entity (id bigint generated by default as identity, name varchar(255), primary key (id))
Hibernate: create table exclusive_product_entity (available boolean, price float(53), brand_id bigint, id bigint generated by default as identity, category varchar(255), description varchar(255), name varchar(255), photo varchar(255), primary key (id))
Hibernate: create table image_entity (id bigint generated by default as identity, url varchar(255), primary key (id))
Hibernate: create table professional_area (area_id bigint not null, professional_id bigint not null, primary key (area_id, professional_id))
Hibernate: create table professional_entity (birth_date date, sponsored boolean not null, brand_id bigint, id bigint generated by default as identity, name varchar(255), photo_url varchar(255), summary varchar(255), primary key (id))
Hibernate: create table review_entity (stars integer not null, client_id bigint not null, id bigint generated by default as identity, service_record_id bigint not null unique, opinion varchar(1000) not null, primary key (id))
Hibernate: create table service_entity (price float(53), brand_id bigint, id bigint generated by default as identity, professional_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table service_record_entity (date_performed date, id bigint generated by default as identity, service_id bigint, primary key (id))
Hibernate: alter table if exists agenda_entity add constraint FKppmkpsoetr7lu0o3lnsm0mkck foreign key (professional_id) references professional_entity
Hibernate: alter table if exists appointment_entity add constraint FKlfi8k6o7x8e4vqwxehc2cr6p9 foreign key (agenda_id) references agenda_entity
Hibernate: alter table if exists appointment_entity add constraint FKc1bxhg9cd5enh1enqfumnphr8 foreign key (user_id) references client_entity
Hibernate: alter table if exists appointment_entity add constraint FKlgyt95docr3qo3w3b12upohdq foreign key (professional_id) references professional_entity
Hibernate: alter table if exists appointment_entity add constraint FKc3suy5i0uvkdifnsovna0k21q foreign key (service_id) references service_entity
Hibernate: alter table if exists exclusive_product_entity add constraint FKn9wuwqnt0sovxh2suun7kb4tf foreign key (brand_id) references brand_entity
Hibernate: alter table if exists professional_area add constraint FKg3atskd26w0kksa7n0m4wvunm foreign key (area_id) references coverage_area_entity
Hibernate: alter table if exists professional_area add constraint FKky0u5df6tlhc0ilt8d5m0fe3y foreign key (professional_id) references professional_entity
Hibernate: alter table if exists professional_entity add constraint FK1ktkd1s7d9q4nskl0cjsa7e4p foreign key (brand_id) references brand_entity
Hibernate: alter table if exists review_entity add constraint FKfc0i93dpqubh4qieybqcni10e foreign key (client_id) references client_entity
Hibernate: alter table if exists review_entity add constraint FKh7los7u9y9f2mirm28qtc25e9 foreign key (service_record_id) references service_record_entity
Hibernate: alter table if exists service_entity add constraint FKr47jh4seunosgnksfmv1ar4gc foreign key (brand_id) references brand_entity
Hibernate: alter table if exists service_entity add constraint FKhsh9495cm0n8335ksuju77loo foreign key (professional_id) references professional_entity
Hibernate: alter table if exists service_record_entity add constraint FK9r0v3t38nfwdqg7bl58m2p7kn foreign key (service_id) references service_entity
2025-06-11T13:31:16.565Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-06-11T13:31:16.736Z  INFO 97 --- [           main] c.e.u.m.b.s.ExclusiveProductServiceTest  : Started ExclusiveProductServiceTest in 0.52 seconds (process running for 12.971)
Hibernate: delete from exclusive_product_entity
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: select epe1_0.id,epe1_0.available,epe1_0.brand_id,epe1_0.category,epe1_0.description,epe1_0.name,epe1_0.photo,epe1_0.price from exclusive_product_entity epe1_0 where epe1_0.id=?
Hibernate: delete from exclusive_product_entity
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: select count(*) from exclusive_product_entity epe1_0 where epe1_0.id=?
Hibernate: delete from exclusive_product_entity
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: delete from exclusive_product_entity
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: select count(*) from exclusive_product_entity epe1_0 where epe1_0.id=?
Hibernate: delete from exclusive_product_entity
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: delete from exclusive_product_entity
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: select count(*) from exclusive_product_entity epe1_0 where epe1_0.id=?
Hibernate: delete from exclusive_product_entity
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: select count(*) from exclusive_product_entity epe1_0 where epe1_0.id=?
Hibernate: delete from exclusive_product_entity
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: delete from exclusive_product_entity
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: delete from exclusive_product_entity
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: select epe1_0.id,epe1_0.available,epe1_0.brand_id,epe1_0.category,epe1_0.description,epe1_0.name,epe1_0.photo,epe1_0.price from exclusive_product_entity epe1_0
Hibernate: delete from exclusive_product_entity
Hibernate: delete from brand_entity
Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default)
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.752 s - in co.edu.udistrital.mdp.beautyathome.services.ExclusiveProductServiceTest
[INFO] Running co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest
2025-06-11T13:31:16.976Z  INFO 97 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest]: ReviewServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-06-11T13:31:16.982Z  INFO 97 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.beautyathome.MainApplication for test class co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest

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

2025-06-11T13:31:17.001Z  INFO 97 --- [           main] c.e.u.m.b.services.ReviewServiceTest     : Starting ReviewServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back)
2025-06-11T13:31:17.001Z  INFO 97 --- [           main] c.e.u.m.b.services.ReviewServiceTest     : No active profile set, falling back to 1 default profile: "default"
2025-06-11T13:31:17.070Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-06-11T13:31:17.085Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 14 ms. Found 11 JPA repository interfaces.
2025-06-11T13:31:17.100Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-06-11T13:31:17.111Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:596ff721-16dd-4a95-9c4f-455e698c0551;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-06-11T13:31:17.128Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-06-11T13:31:17.130Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-06-11T13:31:17.134Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-06-11T13:31:17.135Z  WARN 97 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-06-11T13:31:17.282Z  INFO 97 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists agenda_entity cascade 
Hibernate: drop table if exists appointment_entity cascade 
Hibernate: drop table if exists brand_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists coverage_area_entity cascade 
Hibernate: drop table if exists exclusive_product_entity cascade 
Hibernate: drop table if exists image_entity cascade 
Hibernate: drop table if exists professional_area cascade 
Hibernate: drop table if exists professional_entity cascade 
Hibernate: drop table if exists review_entity cascade 
Hibernate: drop table if exists service_entity cascade 
Hibernate: drop table if exists service_record_entity cascade 
Hibernate: create table agenda_entity (id bigint generated by default as identity, professional_id bigint unique, primary key (id))
Hibernate: create table appointment_entity (agenda_id bigint, id bigint generated by default as identity, professional_id bigint, scheduled_at timestamp(6), service_id bigint, user_id bigint, primary key (id))
Hibernate: create table brand_entity (available boolean, price float(53), id bigint generated by default as identity, category varchar(255), description varchar(255), logourl varchar(255), name varchar(255), photograph varchar(255), product varchar(255), primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, address varchar(255), email varchar(255), full_name varchar(255), phone_number varchar(255), primary key (id))
Hibernate: create table coverage_area_entity (id bigint generated by default as identity, name varchar(255), primary key (id))
Hibernate: create table exclusive_product_entity (available boolean, price float(53), brand_id bigint, id bigint generated by default as identity, category varchar(255), description varchar(255), name varchar(255), photo varchar(255), primary key (id))
Hibernate: create table image_entity (id bigint generated by default as identity, url varchar(255), primary key (id))
Hibernate: create table professional_area (area_id bigint not null, professional_id bigint not null, primary key (area_id, professional_id))
Hibernate: create table professional_entity (birth_date date, sponsored boolean not null, brand_id bigint, id bigint generated by default as identity, name varchar(255), photo_url varchar(255), summary varchar(255), primary key (id))
Hibernate: create table review_entity (stars integer not null, client_id bigint not null, id bigint generated by default as identity, service_record_id bigint not null unique, opinion varchar(1000) not null, primary key (id))
Hibernate: create table service_entity (price float(53), brand_id bigint, id bigint generated by default as identity, professional_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table service_record_entity (date_performed date, id bigint generated by default as identity, service_id bigint, primary key (id))
Hibernate: alter table if exists agenda_entity add constraint FKppmkpsoetr7lu0o3lnsm0mkck foreign key (professional_id) references professional_entity
Hibernate: alter table if exists appointment_entity add constraint FKlfi8k6o7x8e4vqwxehc2cr6p9 foreign key (agenda_id) references agenda_entity
Hibernate: alter table if exists appointment_entity add constraint FKc1bxhg9cd5enh1enqfumnphr8 foreign key (user_id) references client_entity
Hibernate: alter table if exists appointment_entity add constraint FKlgyt95docr3qo3w3b12upohdq foreign key (professional_id) references professional_entity
Hibernate: alter table if exists appointment_entity add constraint FKc3suy5i0uvkdifnsovna0k21q foreign key (service_id) references service_entity
Hibernate: alter table if exists exclusive_product_entity add constraint FKn9wuwqnt0sovxh2suun7kb4tf foreign key (brand_id) references brand_entity
Hibernate: alter table if exists professional_area add constraint FKg3atskd26w0kksa7n0m4wvunm foreign key (area_id) references coverage_area_entity
Hibernate: alter table if exists professional_area add constraint FKky0u5df6tlhc0ilt8d5m0fe3y foreign key (professional_id) references professional_entity
Hibernate: alter table if exists professional_entity add constraint FK1ktkd1s7d9q4nskl0cjsa7e4p foreign key (brand_id) references brand_entity
Hibernate: alter table if exists review_entity add constraint FKfc0i93dpqubh4qieybqcni10e foreign key (client_id) references client_entity
Hibernate: alter table if exists review_entity add constraint FKh7los7u9y9f2mirm28qtc25e9 foreign key (service_record_id) references service_record_entity
Hibernate: alter table if exists service_entity add constraint FKr47jh4seunosgnksfmv1ar4gc foreign key (brand_id) references brand_entity
Hibernate: alter table if exists service_entity add constraint FKhsh9495cm0n8335ksuju77loo foreign key (professional_id) references professional_entity
Hibernate: alter table if exists service_record_entity add constraint FK9r0v3t38nfwdqg7bl58m2p7kn foreign key (service_id) references service_entity
2025-06-11T13:31:17.312Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-06-11T13:31:17.481Z  INFO 97 --- [           main] c.e.u.m.b.services.ReviewServiceTest     : Started ReviewServiceTest in 0.496 seconds (process running for 13.715)
Hibernate: delete from review_entity
2025-06-11T13:31:17.489Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.490Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.491Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.492Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.492Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.492Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.492Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.492Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.492Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.492Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.492Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.492Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.492Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.493Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.494Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.495Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.496Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.497Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.498Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.499Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.500Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.501Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.502Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.510Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.511Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.512Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.513Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.514Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.515Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.516Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.517Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.518Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.519Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.520Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.521Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.522Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.522Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.522Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.522Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.522Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.522Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.522Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.522Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.522Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.522Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.529Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.530Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.531Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.532Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.533Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.534Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.535Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.536Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.537Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.538Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.539Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.540Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.547Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.548Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.549Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.550Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.551Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.552Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.553Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.554Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.555Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.556Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.557Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.558Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.559Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.566Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.566Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.566Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.566Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.566Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.566Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.566Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.566Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.566Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.566Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.567Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.568Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.569Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.570Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.571Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.572Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.573Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.574Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.575Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.576Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.577Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.578Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.578Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.578Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.578Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.578Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.578Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.578Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.578Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.578Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.578Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.578Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.578Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.578Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.585Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.585Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.585Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.585Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.585Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.585Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.585Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.585Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.585Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.585Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.586Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.587Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.588Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.589Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.590Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.591Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.592Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.593Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.594Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.595Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.596Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.597Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.597Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.597Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.597Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.597Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.597Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.597Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.597Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.597Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.597Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.604Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.605Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.606Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.607Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.608Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.609Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.610Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.611Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.612Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.613Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.614Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.615Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.616Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.616Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.616Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.616Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.623Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.624Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.625Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.625Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.625Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.625Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.625Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.625Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.625Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.625Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.625Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.625Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.627Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.628Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.629Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.630Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.631Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.632Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.633Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.634Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.635Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.636Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.636Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.636Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.636Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.636Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.636Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.636Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.636Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.636Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.636Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.643Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.643Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.643Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.643Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.643Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.643Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.643Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.643Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.643Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.643Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.644Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.645Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.645Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.645Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.645Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.645Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.645Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.645Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.645Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.645Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.645Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.645Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.646Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.647Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.648Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.649Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.650Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.651Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.652Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.653Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.654Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.662Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.663Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.664Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.665Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.666Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.667Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.668Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.669Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.670Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.671Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.672Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.672Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.672Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.672Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.672Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.672Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.672Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.672Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.672Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.672Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.678Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.678Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.679Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.680Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.681Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.682Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.683Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.684Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.685Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.686Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.687Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.688Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.689Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.696Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.697Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.709Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.709Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.709Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.709Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.710Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.711Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.712Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.712Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.712Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.712Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.712Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.712Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.712Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.712Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.712Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.712Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.713Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.713Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.713Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.713Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.713Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.713Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.713Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.713Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.713Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.713Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.714Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.715Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.716Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.717Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.718Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.719Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.727Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.728Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.729Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.730Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.735Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.735Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.735Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.735Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.735Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.735Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.735Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.735Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.735Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.735Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.736Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.737Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.737Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.737Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.737Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.737Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.739Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.739Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.739Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.739Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.739Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.739Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.739Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.739Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.739Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.739Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.740Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.741Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.741Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.741Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.741Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.741Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.741Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.741Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.741Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.741Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.741Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.742Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.743Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.744Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.745Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.745Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.745Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.745Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.745Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.745Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.745Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.745Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.745Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.745Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.746Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.746Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.746Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.746Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.746Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.746Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.746Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.746Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.746Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.746Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.760Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.761Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.762Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.763Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.764Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.765Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.766Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.767Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.767Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.767Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.767Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.767Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.767Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.767Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.767Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.767Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.767Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.767Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.767Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.767Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.767Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.768Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.769Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.770Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.770Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.770Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.770Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.770Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.770Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.770Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.770Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.770Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.770Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.771Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.772Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.773Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.774Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.781Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.781Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.781Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.781Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.781Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.781Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.781Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.781Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.781Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.781Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.782Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.783Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.784Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.785Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.786Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.787Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.788Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.789Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.790Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.791Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.791Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.791Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.791Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.791Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.791Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.791Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.791Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.791Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.791Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.797Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.798Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.799Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.800Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.801Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.802Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.804Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.805Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.806Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.809Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.809Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.809Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.809Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.810Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.811Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.812Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.812Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.812Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.812Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.812Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.812Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.812Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.812Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.812Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.812Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.819Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.820Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.821Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.822Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.823Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.824Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.825Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.826Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.827Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.828Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.835Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.836Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.837Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.838Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.839Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.839Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.839Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.839Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.839Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.839Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.839Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.839Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.839Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.839Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.839Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.839Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.839Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.840Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.841Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.842Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.843Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.844Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.845Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.845Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.845Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.845Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.845Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.845Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.845Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.845Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.845Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.845Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.851Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.851Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.851Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.851Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.851Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.851Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.851Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.851Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.851Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.851Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.852Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.853Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.854Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.855Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.856Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.857Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.858Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.859Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.860Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.861Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
Hibernate: delete from review_entity
2025-06-11T13:31:17.867Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.867Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.867Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.867Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.867Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.867Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.867Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.867Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.867Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.867Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.868Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.869Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.870Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.871Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.872Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.873Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.874Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.875Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2025-06-11T13:31:17.876Z  WARN 97 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null.
Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default)
[ERROR] Tests run: 20, Failures: 0, Errors: 20, Skipped: 0, Time elapsed: 0.899 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest
[ERROR] testCreateReviewWithEmptyOpinion  Time elapsed: 0.023 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testCreateReviewWithStarsLargerThanFive  Time elapsed: 0.018 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testUpdateInvalidReviewWithEmptyOpinion  Time elapsed: 0.018 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testCreateReview  Time elapsed: 0.017 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testUpdateInvalidReviewWithNullOpinion  Time elapsed: 0.019 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testCreateReviewWithNullService  Time elapsed: 0.018 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testCreateReviewWithNullClient  Time elapsed: 0.018 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testUpdateValidReview  Time elapsed: 0.02 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testUpdateInvalidReviewWithStarsAbove5  Time elapsed: 0.017 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testUpdateInvalidReviewWithStarsBelow1  Time elapsed: 0.016 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testCreateReviewWithNullOpinion  Time elapsed: 0.017 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testDeleteValidReview  Time elapsed: 0.03 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testGetValidReview  Time elapsed: 0.027 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testCreateReviewWithStarsSmallerThanFive  Time elapsed: 0.023 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testGetInvalidReview  Time elapsed: 0.015 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testDeleteInvalidReview  Time elapsed: 0.021 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testUpdateInvalidReviewWithNullClient  Time elapsed: 0.016 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testUpdateInvalidReview  Time elapsed: 0.016 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testGetReviews  Time elapsed: 0.015 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[ERROR] testUpdateInvalidReviewWithNullService  Time elapsed: 0.016 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70)
	at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58)

[INFO] Running co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest
2025-06-11T13:31:17.882Z  INFO 97 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest]: ClientServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-06-11T13:31:17.888Z  INFO 97 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.beautyathome.MainApplication for test class co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest

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

2025-06-11T13:31:17.904Z  INFO 97 --- [           main] c.e.u.m.b.services.ClientServiceTest     : Starting ClientServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back)
2025-06-11T13:31:17.904Z  INFO 97 --- [           main] c.e.u.m.b.services.ClientServiceTest     : No active profile set, falling back to 1 default profile: "default"
2025-06-11T13:31:17.971Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-06-11T13:31:17.985Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 14 ms. Found 11 JPA repository interfaces.
2025-06-11T13:31:18.001Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-06-11T13:31:18.011Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:9ed9b9f2-44dd-44a7-adca-70a10583eb85;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-06-11T13:31:18.027Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-06-11T13:31:18.029Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-06-11T13:31:18.032Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-06-11T13:31:18.033Z  WARN 97 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-06-11T13:31:18.173Z  INFO 97 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists agenda_entity cascade 
Hibernate: drop table if exists appointment_entity cascade 
Hibernate: drop table if exists brand_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists coverage_area_entity cascade 
Hibernate: drop table if exists exclusive_product_entity cascade 
Hibernate: drop table if exists image_entity cascade 
Hibernate: drop table if exists professional_area cascade 
Hibernate: drop table if exists professional_entity cascade 
Hibernate: drop table if exists review_entity cascade 
Hibernate: drop table if exists service_entity cascade 
Hibernate: drop table if exists service_record_entity cascade 
Hibernate: create table agenda_entity (id bigint generated by default as identity, professional_id bigint unique, primary key (id))
Hibernate: create table appointment_entity (agenda_id bigint, id bigint generated by default as identity, professional_id bigint, scheduled_at timestamp(6), service_id bigint, user_id bigint, primary key (id))
Hibernate: create table brand_entity (available boolean, price float(53), id bigint generated by default as identity, category varchar(255), description varchar(255), logourl varchar(255), name varchar(255), photograph varchar(255), product varchar(255), primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, address varchar(255), email varchar(255), full_name varchar(255), phone_number varchar(255), primary key (id))
Hibernate: create table coverage_area_entity (id bigint generated by default as identity, name varchar(255), primary key (id))
Hibernate: create table exclusive_product_entity (available boolean, price float(53), brand_id bigint, id bigint generated by default as identity, category varchar(255), description varchar(255), name varchar(255), photo varchar(255), primary key (id))
Hibernate: create table image_entity (id bigint generated by default as identity, url varchar(255), primary key (id))
Hibernate: create table professional_area (area_id bigint not null, professional_id bigint not null, primary key (area_id, professional_id))
Hibernate: create table professional_entity (birth_date date, sponsored boolean not null, brand_id bigint, id bigint generated by default as identity, name varchar(255), photo_url varchar(255), summary varchar(255), primary key (id))
Hibernate: create table review_entity (stars integer not null, client_id bigint not null, id bigint generated by default as identity, service_record_id bigint not null unique, opinion varchar(1000) not null, primary key (id))
Hibernate: create table service_entity (price float(53), brand_id bigint, id bigint generated by default as identity, professional_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table service_record_entity (date_performed date, id bigint generated by default as identity, service_id bigint, primary key (id))
Hibernate: alter table if exists agenda_entity add constraint FKppmkpsoetr7lu0o3lnsm0mkck foreign key (professional_id) references professional_entity
Hibernate: alter table if exists appointment_entity add constraint FKlfi8k6o7x8e4vqwxehc2cr6p9 foreign key (agenda_id) references agenda_entity
Hibernate: alter table if exists appointment_entity add constraint FKc1bxhg9cd5enh1enqfumnphr8 foreign key (user_id) references client_entity
Hibernate: alter table if exists appointment_entity add constraint FKlgyt95docr3qo3w3b12upohdq foreign key (professional_id) references professional_entity
Hibernate: alter table if exists appointment_entity add constraint FKc3suy5i0uvkdifnsovna0k21q foreign key (service_id) references service_entity
Hibernate: alter table if exists exclusive_product_entity add constraint FKn9wuwqnt0sovxh2suun7kb4tf foreign key (brand_id) references brand_entity
Hibernate: alter table if exists professional_area add constraint FKg3atskd26w0kksa7n0m4wvunm foreign key (area_id) references coverage_area_entity
Hibernate: alter table if exists professional_area add constraint FKky0u5df6tlhc0ilt8d5m0fe3y foreign key (professional_id) references professional_entity
Hibernate: alter table if exists professional_entity add constraint FK1ktkd1s7d9q4nskl0cjsa7e4p foreign key (brand_id) references brand_entity
Hibernate: alter table if exists review_entity add constraint FKfc0i93dpqubh4qieybqcni10e foreign key (client_id) references client_entity
Hibernate: alter table if exists review_entity add constraint FKh7los7u9y9f2mirm28qtc25e9 foreign key (service_record_id) references service_record_entity
Hibernate: alter table if exists service_entity add constraint FKr47jh4seunosgnksfmv1ar4gc foreign key (brand_id) references brand_entity
Hibernate: alter table if exists service_entity add constraint FKhsh9495cm0n8335ksuju77loo foreign key (professional_id) references professional_entity
Hibernate: alter table if exists service_record_entity add constraint FK9r0v3t38nfwdqg7bl58m2p7kn foreign key (service_id) references service_entity
2025-06-11T13:31:18.200Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-06-11T13:31:18.347Z  INFO 97 --- [           main] c.e.u.m.b.services.ClientServiceTest     : Started ClientServiceTest in 0.457 seconds (process running for 14.582)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
Hibernate: delete from review_entity
Hibernate: delete from client_entity
Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default)
[ERROR] Tests run: 16, Failures: 0, Errors: 16, Skipped: 0, Time elapsed: 0.474 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest
[ERROR] testCreateClientWithNullReviews  Time elapsed: 0.008 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testCreateClientWithEmptyEmail  Time elapsed: 0.006 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testCreateClientWithNullEmail  Time elapsed: 0.006 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testUpdateClient  Time elapsed: 0.006 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testDeleteValidClient  Time elapsed: 0.005 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testCreateClientWithEmptyAddress  Time elapsed: 0.005 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testGetValidClient  Time elapsed: 0.005 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testCreateClientWithNullPhoneNumber  Time elapsed: 0.005 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testGetInvalidClient  Time elapsed: 0.005 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testDeleteInvalidClient  Time elapsed: 0.005 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testCreateClientWithNullName  Time elapsed: 0.006 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testCreateClientWithNullAddress  Time elapsed: 0.005 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testGetClients  Time elapsed: 0.005 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testCreateClientWithEmptyName  Time elapsed: 0.005 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testCreateClientWithEmptyPhoneNumber  Time elapsed: 0.005 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[ERROR] testCreateClient  Time elapsed: 0.005 s  <<< ERROR!
org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55)
	at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43)

[INFO] Running co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest
2025-06-11T13:31:18.451Z  INFO 97 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest]: ProfessionalServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2025-06-11T13:31:18.457Z  INFO 97 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.beautyathome.MainApplication for test class co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest

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

2025-06-11T13:31:18.479Z  INFO 97 --- [           main] c.e.u.m.b.s.ProfessionalServiceTest      : Starting ProfessionalServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back)
2025-06-11T13:31:18.479Z  INFO 97 --- [           main] c.e.u.m.b.s.ProfessionalServiceTest      : No active profile set, falling back to 1 default profile: "default"
2025-06-11T13:31:18.543Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-06-11T13:31:18.557Z  INFO 97 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 14 ms. Found 11 JPA repository interfaces.
2025-06-11T13:31:18.570Z  INFO 97 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2025-06-11T13:31:18.580Z  INFO 97 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:0c96a592-8922-4152-823f-ddffcbe9684c;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2025-06-11T13:31:18.595Z  INFO 97 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-06-11T13:31:18.597Z  INFO 97 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-06-11T13:31:18.600Z  INFO 97 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-06-11T13:31:18.601Z  WARN 97 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-06-11T13:31:18.738Z  INFO 97 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists agenda_entity cascade 
Hibernate: drop table if exists appointment_entity cascade 
Hibernate: drop table if exists brand_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists coverage_area_entity cascade 
Hibernate: drop table if exists exclusive_product_entity cascade 
Hibernate: drop table if exists image_entity cascade 
Hibernate: drop table if exists professional_area cascade 
Hibernate: drop table if exists professional_entity cascade 
Hibernate: drop table if exists review_entity cascade 
Hibernate: drop table if exists service_entity cascade 
Hibernate: drop table if exists service_record_entity cascade 
Hibernate: create table agenda_entity (id bigint generated by default as identity, professional_id bigint unique, primary key (id))
Hibernate: create table appointment_entity (agenda_id bigint, id bigint generated by default as identity, professional_id bigint, scheduled_at timestamp(6), service_id bigint, user_id bigint, primary key (id))
Hibernate: create table brand_entity (available boolean, price float(53), id bigint generated by default as identity, category varchar(255), description varchar(255), logourl varchar(255), name varchar(255), photograph varchar(255), product varchar(255), primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, address varchar(255), email varchar(255), full_name varchar(255), phone_number varchar(255), primary key (id))
Hibernate: create table coverage_area_entity (id bigint generated by default as identity, name varchar(255), primary key (id))
Hibernate: create table exclusive_product_entity (available boolean, price float(53), brand_id bigint, id bigint generated by default as identity, category varchar(255), description varchar(255), name varchar(255), photo varchar(255), primary key (id))
Hibernate: create table image_entity (id bigint generated by default as identity, url varchar(255), primary key (id))
Hibernate: create table professional_area (area_id bigint not null, professional_id bigint not null, primary key (area_id, professional_id))
Hibernate: create table professional_entity (birth_date date, sponsored boolean not null, brand_id bigint, id bigint generated by default as identity, name varchar(255), photo_url varchar(255), summary varchar(255), primary key (id))
Hibernate: create table review_entity (stars integer not null, client_id bigint not null, id bigint generated by default as identity, service_record_id bigint not null unique, opinion varchar(1000) not null, primary key (id))
Hibernate: create table service_entity (price float(53), brand_id bigint, id bigint generated by default as identity, professional_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table service_record_entity (date_performed date, id bigint generated by default as identity, service_id bigint, primary key (id))
Hibernate: alter table if exists agenda_entity add constraint FKppmkpsoetr7lu0o3lnsm0mkck foreign key (professional_id) references professional_entity
Hibernate: alter table if exists appointment_entity add constraint FKlfi8k6o7x8e4vqwxehc2cr6p9 foreign key (agenda_id) references agenda_entity
Hibernate: alter table if exists appointment_entity add constraint FKc1bxhg9cd5enh1enqfumnphr8 foreign key (user_id) references client_entity
Hibernate: alter table if exists appointment_entity add constraint FKlgyt95docr3qo3w3b12upohdq foreign key (professional_id) references professional_entity
Hibernate: alter table if exists appointment_entity add constraint FKc3suy5i0uvkdifnsovna0k21q foreign key (service_id) references service_entity
Hibernate: alter table if exists exclusive_product_entity add constraint FKn9wuwqnt0sovxh2suun7kb4tf foreign key (brand_id) references brand_entity
Hibernate: alter table if exists professional_area add constraint FKg3atskd26w0kksa7n0m4wvunm foreign key (area_id) references coverage_area_entity
Hibernate: alter table if exists professional_area add constraint FKky0u5df6tlhc0ilt8d5m0fe3y foreign key (professional_id) references professional_entity
Hibernate: alter table if exists professional_entity add constraint FK1ktkd1s7d9q4nskl0cjsa7e4p foreign key (brand_id) references brand_entity
Hibernate: alter table if exists review_entity add constraint FKfc0i93dpqubh4qieybqcni10e foreign key (client_id) references client_entity
Hibernate: alter table if exists review_entity add constraint FKh7los7u9y9f2mirm28qtc25e9 foreign key (service_record_id) references service_record_entity
Hibernate: alter table if exists service_entity add constraint FKr47jh4seunosgnksfmv1ar4gc foreign key (brand_id) references brand_entity
Hibernate: alter table if exists service_entity add constraint FKhsh9495cm0n8335ksuju77loo foreign key (professional_id) references professional_entity
Hibernate: alter table if exists service_record_entity add constraint FK9r0v3t38nfwdqg7bl58m2p7kn foreign key (service_id) references service_entity
2025-06-11T13:31:18.763Z  INFO 97 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-06-11T13:31:18.929Z  INFO 97 --- [           main] c.e.u.m.b.s.ProfessionalServiceTest      : Started ProfessionalServiceTest in 0.47 seconds (process running for 15.163)
[ERROR] Tests run: 14, Failures: 0, Errors: 14, Skipped: 0, Time elapsed: 0.505 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest
[ERROR] testUpdateProfessional  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50)
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46)

[ERROR] testGetValidProfessional  Time elapsed: 0.002 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50)
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46)

[ERROR] testGetInvalidProfessional  Time elapsed: 0.002 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50)
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46)

[ERROR] testGetProfessionals  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50)
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46)

[ERROR] testCreateProfessionalWithNullServices  Time elapsed: 0.002 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50)
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46)

[ERROR] testCreateProfessionalWithNullCoverageAreas  Time elapsed: 0.002 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50)
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46)

[ERROR] testDeleteValidProfessional  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50)
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46)

[ERROR] testDeleteInvalidProfessional  Time elapsed: 0.002 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50)
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46)

[ERROR] testCreateProfessionalWithNullBirthDate  Time elapsed: 0.002 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50)
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46)

[ERROR] testCreateProfessional  Time elapsed: 0.002 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50)
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46)

[ERROR] testCreateProfessionalWithNullPhotoUrl  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50)
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46)

[ERROR] testCreateProfessionalWithNullAgenda  Time elapsed: 0.002 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50)
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46)

[ERROR] testCreateProfessionalWithNullName  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50)
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46)

[ERROR] testCreateProfessionalWithNullSummary  Time elapsed: 0.002 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50)
	at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46)

2025-06-11T13:31:18.987Z  INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists agenda_entity cascade 
Hibernate: drop table if exists appointment_entity cascade 
Hibernate: drop table if exists brand_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists coverage_area_entity cascade 
Hibernate: drop table if exists exclusive_product_entity cascade 
Hibernate: drop table if exists image_entity cascade 
Hibernate: drop table if exists professional_area cascade 
Hibernate: drop table if exists professional_entity cascade 
Hibernate: drop table if exists review_entity cascade 
Hibernate: drop table if exists service_entity cascade 
Hibernate: drop table if exists service_record_entity cascade 
2025-06-11T13:31:19.133Z  INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists agenda_entity cascade 
Hibernate: drop table if exists appointment_entity cascade 
Hibernate: drop table if exists brand_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists coverage_area_entity cascade 
Hibernate: drop table if exists exclusive_product_entity cascade 
Hibernate: drop table if exists image_entity cascade 
Hibernate: drop table if exists professional_area cascade 
Hibernate: drop table if exists professional_entity cascade 
Hibernate: drop table if exists review_entity cascade 
Hibernate: drop table if exists service_entity cascade 
Hibernate: drop table if exists service_record_entity cascade 
2025-06-11T13:31:19.140Z  INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists agenda_entity cascade 
Hibernate: drop table if exists appointment_entity cascade 
Hibernate: drop table if exists brand_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists coverage_area_entity cascade 
Hibernate: drop table if exists exclusive_product_entity cascade 
Hibernate: drop table if exists image_entity cascade 
Hibernate: drop table if exists professional_area cascade 
Hibernate: drop table if exists professional_entity cascade 
Hibernate: drop table if exists review_entity cascade 
Hibernate: drop table if exists service_entity cascade 
Hibernate: drop table if exists service_record_entity cascade 
2025-06-11T13:31:19.147Z  INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists agenda_entity cascade 
Hibernate: drop table if exists appointment_entity cascade 
Hibernate: drop table if exists brand_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists coverage_area_entity cascade 
Hibernate: drop table if exists exclusive_product_entity cascade 
Hibernate: drop table if exists image_entity cascade 
Hibernate: drop table if exists professional_area cascade 
Hibernate: drop table if exists professional_entity cascade 
Hibernate: drop table if exists review_entity cascade 
Hibernate: drop table if exists service_entity cascade 
Hibernate: drop table if exists service_record_entity cascade 
2025-06-11T13:31:19.156Z  INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists agenda_entity cascade 
Hibernate: drop table if exists appointment_entity cascade 
Hibernate: drop table if exists brand_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists coverage_area_entity cascade 
Hibernate: drop table if exists exclusive_product_entity cascade 
Hibernate: drop table if exists image_entity cascade 
Hibernate: drop table if exists professional_area cascade 
Hibernate: drop table if exists professional_entity cascade 
Hibernate: drop table if exists review_entity cascade 
Hibernate: drop table if exists service_entity cascade 
Hibernate: drop table if exists service_record_entity cascade 
2025-06-11T13:31:19.163Z  INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists agenda_entity cascade 
Hibernate: drop table if exists appointment_entity cascade 
Hibernate: drop table if exists brand_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists coverage_area_entity cascade 
Hibernate: drop table if exists exclusive_product_entity cascade 
Hibernate: drop table if exists image_entity cascade 
Hibernate: drop table if exists professional_area cascade 
Hibernate: drop table if exists professional_entity cascade 
Hibernate: drop table if exists review_entity cascade 
Hibernate: drop table if exists service_entity cascade 
Hibernate: drop table if exists service_record_entity cascade 
2025-06-11T13:31:19.170Z  INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
Hibernate: drop table if exists agenda_entity cascade 
Hibernate: drop table if exists appointment_entity cascade 
Hibernate: drop table if exists brand_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists coverage_area_entity cascade 
Hibernate: drop table if exists exclusive_product_entity cascade 
Hibernate: drop table if exists image_entity cascade 
Hibernate: drop table if exists professional_area cascade 
Hibernate: drop table if exists professional_entity cascade 
Hibernate: drop table if exists review_entity cascade 
Hibernate: drop table if exists service_entity cascade 
Hibernate: drop table if exists service_record_entity cascade 
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re...
[ERROR]   ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org....
[ERROR]   ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org....
[ERROR]   ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org....
[ERROR]   ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org....
[ERROR]   ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org....
[ERROR]   ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org....
[ERROR]   ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org....
[ERROR]   ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org....
[ERROR]   ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org....
[ERROR]   ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org....
[ERROR]   ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org....
[ERROR]   ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org....
[ERROR]   ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org....
[ERROR]   ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org....
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[ERROR]   ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r...
[INFO] 
[ERROR] Tests run: 101, Failures: 0, Errors: 70, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  21.263 s
[INFO] Finished at: 2025-06-11T13:31:19Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project MP_202510_G81_E4_BeautyAtHome_Back: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_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 a157c6f0ac9cff8fb4ec5f0989c4926a5a1547ad2ce6c65c41b7e3ab17e8bacd
$ docker rm -f --volumes a157c6f0ac9cff8fb4ec5f0989c4926a5a1547ad2ce6c65c41b7e3ab17e8bacd
[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_E4_BeautyAtHome_Back/MP_202510_G81_E4_BeautyAtHome_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