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 71af8f62a7f14c1485f5e1cc3e4c20b48e65fb38 (refs/remotes/origin/main) Commit message: "actualizacion Servicios prueba" > 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 71af8f62a7f14c1485f5e1cc3e4c20b48e65fb38 # timeout=10 > git rev-list --no-walk 389e415c34b98974cc06c20797009bf19fec2f25 # 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: actualizacion Servicios prueba [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 71af8f62a7f14c1485f5e1cc3e4c20b48e65fb38 (refs/remotes/origin/main) Commit message: "actualizacion Servicios prueba" [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 71af8f62a7f14c1485f5e1cc3e4c20b48e65fb38 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b main 71af8f62a7f14c1485f5e1cc3e4c20b48e65fb38 # 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 7680bd42331d86cbcfe7a4327ab757abc37526eb62a41324c189378c2e8b23cf -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 03:44:38.223 [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. 03:44:38.447 [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-15T03:44:39.205Z 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-15T03:44:39.207Z INFO 97 --- [ main] c.e.u.m.b.services.ImageServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-15T03:44:39.982Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-15T03:44:40.080Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 80 ms. Found 11 JPA repository interfaces. 2025-06-15T03:44:40.269Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-15T03:44:40.520Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:853b1258-0b0c-4e43-bb8a-724cb0046448;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-15T03:44:41.173Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-15T03:44:41.288Z INFO 97 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.4.Final 2025-06-15T03:44:41.357Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-15T03:44:41.781Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-15T03:44:41.861Z 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-15T03:44:43.893Z 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-15T03:44:44.073Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-15T03:44:45.013Z INFO 97 --- [ main] c.e.u.m.b.services.ImageServiceTest : Started ImageServiceTest in 6.456 seconds (process running for 8.162) 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.527 s - in co.edu.udistrital.mdp.beautyathome.services.ImageServiceTest [INFO] Running co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest 2025-06-15T03:44:46.446Z 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-15T03:44:46.466Z 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-15T03:44:46.512Z 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-15T03:44:46.512Z INFO 97 --- [ main] c.e.u.m.b.services.ServiceServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-15T03:44:46.648Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-15T03:44:46.681Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 31 ms. Found 11 JPA repository interfaces. 2025-06-15T03:44:46.703Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-15T03:44:46.723Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:243f5bde-e470-4c43-acfb-0bc6f47674f6;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-15T03:44:46.749Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-15T03:44:46.751Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-15T03:44:46.755Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-15T03:44:46.757Z 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-15T03:44:47.042Z 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-15T03:44:47.094Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-15T03:44:47.306Z INFO 97 --- [ main] c.e.u.m.b.services.ServiceServiceTest : Started ServiceServiceTest in 0.818 seconds (process running for 10.455) 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.361Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.361Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.398Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.399Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.399Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.407Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.407Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.408Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.408Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.409Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.409Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.447Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.447Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.548Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.548Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.548Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.552Z 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-15T03:44:47.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-15T03:44:47.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.628Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.628Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.629Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.629Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.629Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.632Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.635Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.653Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.653Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.653Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.653Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.656Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.656Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.656Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.657Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.657Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.657Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.658Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.659Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.659Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.659Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.660Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.660Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.660Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.661Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.661Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.661Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.677Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.677Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.677Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.677Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.683Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.683Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.687Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.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-15T03:44:47.687Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.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-15T03:44:47.687Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.693Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.693Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.693Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.693Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.703Z 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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.725Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.725Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.725Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.725Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.741Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.742Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.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-15T03:44:47.742Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.745Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.745Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.745Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.745Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.747Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.747Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.747Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.747Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.748Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.748Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.748Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.748Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.748Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.748Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.779Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.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-15T03:44:47.779Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.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-15T03:44:47.779Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.794Z 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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.807Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.807Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.808Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.808Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.808Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.808Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.813Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.821Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.821Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.822Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.822Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.822Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.822Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.865Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.865Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.865Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.869Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.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-15T03:44:47.870Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.870Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.870Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.870Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.871Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.871Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.871Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.871Z 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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.926Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.926Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.927Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.927Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.927Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.927Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.927Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.927Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.928Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.928Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.929Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.929Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.929Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.929Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.929Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.929Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.930Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.930Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.930Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.930Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:47.931Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.956Z 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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.977Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:47.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.036Z 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-15T03:44:48.047Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.047Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.048Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.048Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.048Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.048Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.048Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.048Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.049Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.049Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.085Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.085Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.085Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.115Z 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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.128Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.128Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.169Z 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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.234Z 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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.263Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.263Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.263Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.264Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.264Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.264Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.264Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.264Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.266Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.266Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.266Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.266Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.267Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.267Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.267Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.267Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.267Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.268Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.269Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.269Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.269Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.269Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.270Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.270Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.270Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.270Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.361Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.392Z 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-15T03:44:48.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.403Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.403Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.403Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.403Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.403Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.403Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.404Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.404Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.404Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.404Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.404Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.404Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.405Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.405Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.405Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.405Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.406Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.406Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.406Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.407Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.407Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.407Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.407Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.407Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.407Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.408Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.408Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.408Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.408Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.408Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.408Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.408Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.408Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.408Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.408Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.409Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.409Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.435Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.435Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.435Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.435Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.435Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.435Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.435Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.435Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.435Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.440Z 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-15T03:44:48.449Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.449Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.449Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.450Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.450Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.450Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.450Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.450Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.450Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.450Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.483Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.483Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.483Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.483Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.483Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.483Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.494Z 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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.539Z 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-15T03:44:48.548Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.548Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.551Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.551Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.551Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.564Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.564Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.564Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.564Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.566Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.566Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.566Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.566Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.566Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.566Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.567Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.567Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.567Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.567Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.567Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.567Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.567Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.567Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.568Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.568Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.568Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.568Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.568Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.568Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.568Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.568Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.569Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.569Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.569Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.569Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.569Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.569Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.569Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.569Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.570Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.570Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.570Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.570Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.584Z 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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.628Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.628Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.628Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.628Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.628Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.628Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.629Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.629Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.629Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.629Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.629Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.629Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.629Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.629Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.632Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.632Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.632Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.632Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.632Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.632Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.635Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.635Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.635Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.635Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.637Z 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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.653Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.653Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.653Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.653Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.654Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.654Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.654Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.654Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.654Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.654Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.654Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.654Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.656Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.656Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.656Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.656Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.656Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.656Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.657Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.657Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.657Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.657Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.657Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.657Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.657Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.657Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.658Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.658Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.658Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.658Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.658Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.658Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.658Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.658Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.659Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.659Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.659Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.659Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.659Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.659Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.659Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.659Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.660Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.660Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.660Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.660Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.660Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.660Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.661Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.661Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.661Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.661Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.661Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.661Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.661Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.677Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.677Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.677Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.677Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.677Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.677Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.677Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.677Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.679Z 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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.693Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.693Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.693Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.693Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.693Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.693Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.693Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.693Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.709Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.709Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.709Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.709Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.709Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.709Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.709Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.709Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.721Z 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-15T03:44:48.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-15T03:44:48.731Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.731Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.731Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.731Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.731Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.741Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.741Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.741Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.742Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.742Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.742Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.742Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.770Z 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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.807Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.807Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.807Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.807Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.807Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.807Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.807Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.807Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.807Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.807Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.808Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.808Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.808Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.808Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.808Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.808Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.808Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.808Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.811Z 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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.821Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.821Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.821Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.821Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.821Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.821Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.822Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.822Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.822Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.822Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.822Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.822Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.822Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.822Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.822Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.822Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.852Z 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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.865Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.865Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.865Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.865Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.869Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.869Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.869Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.870Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.870Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.870Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.870Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.870Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.870Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.870Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.870Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.871Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.871Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.871Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.871Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.871Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.871Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.871Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.874Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.874Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.877Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.877Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.877Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.877Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.877Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.877Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.877Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.878Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.878Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.878Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.878Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.880Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.880Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.880Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.880Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.880Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:48.880Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.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-15T03:44:48.915Z 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: 22, Failures: 0, Errors: 22, Skipped: 0, Time elapsed: 2.406 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest [ERROR] testUpdateInvalidServiceWithNullProfessional Time elapsed: 0.285 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateServiceWithNullBrand Time elapsed: 0.115 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateInvalidServiceWithEmptyName 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateService Time elapsed: 0.077 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateServiceWithNullRecords 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testDeleteValidService Time elapsed: 0.079 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testGetValidService Time elapsed: 0.077 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateInvalidServiceWithNullRecords Time elapsed: 0.053 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testGetServices Time elapsed: 0.066 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateInvalidService 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateServiceWithEmptyDescription Time elapsed: 0.066 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testGetInvalidService 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testDeleteInvalidService Time elapsed: 0.054 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateInvalidServiceWithNullDescription 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateServiceWithEmptyName 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateServiceWithNullName 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateInvalidServiceWithNullBrand Time elapsed: 0.041 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateServiceWithNullProfessional Time elapsed: 0.041 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateServiceWithNullDescription 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateInvalidServiceWithEmptyDescription Time elapsed: 0.038 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateInvalidServiceWithNullName Time elapsed: 0.038 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateService Time elapsed: 0.062 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:66) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [INFO] Running co.edu.udistrital.mdp.beautyathome.services.BrandServiceTest 2025-06-15T03:44:48.925Z 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-15T03:44:48.934Z 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-15T03:44:48.984Z 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-15T03:44:48.985Z INFO 97 --- [ main] c.e.u.m.b.services.BrandServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-15T03:44:49.148Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-15T03:44:49.169Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 11 JPA repository interfaces. 2025-06-15T03:44:49.190Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-15T03:44:49.205Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:a22a7bac-b257-451b-aa56-e3d5251b986e;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-15T03:44:49.227Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-15T03:44:49.230Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-15T03:44:49.234Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-15T03:44:49.236Z 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-15T03:44:49.454Z 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-15T03:44:49.501Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-15T03:44:49.687Z INFO 97 --- [ main] c.e.u.m.b.services.BrandServiceTest : Started BrandServiceTest in 0.751 seconds (process running for 12.836) 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.837 s - in co.edu.udistrital.mdp.beautyathome.services.BrandServiceTest [INFO] Running co.edu.udistrital.mdp.beautyathome.services.ExclusiveProductServiceTest 2025-06-15T03:44:49.948Z 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-15T03:44:49.951Z 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-15T03:44:49.975Z 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-15T03:44:49.975Z INFO 97 --- [ main] c.e.u.m.b.s.ExclusiveProductServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-15T03:44:50.049Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-15T03:44:50.065Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15 ms. Found 11 JPA repository interfaces. 2025-06-15T03:44:50.080Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-15T03:44:50.092Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:99c246d1-be57-498c-9464-9d5548731bfc;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-15T03:44:50.109Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-15T03:44:50.110Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-15T03:44:50.114Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-15T03:44:50.116Z 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-15T03:44:50.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-15T03:44:50.312Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-15T03:44:50.463Z INFO 97 --- [ main] c.e.u.m.b.s.ExclusiveProductServiceTest : Started ExclusiveProductServiceTest in 0.51 seconds (process running for 13.612) 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-15T03:44:50.711Z 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-15T03:44:50.718Z 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-15T03:44:50.740Z 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-15T03:44:50.740Z INFO 97 --- [ main] c.e.u.m.b.services.ReviewServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-15T03:44:50.806Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-15T03:44:50.820Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 14 ms. Found 11 JPA repository interfaces. 2025-06-15T03:44:50.835Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-15T03:44:50.846Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:3c532390-9cdb-406b-a0b0-8b108f0708d7;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-15T03:44:50.863Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-15T03:44:50.865Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-15T03:44:50.868Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-15T03:44:50.869Z 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-15T03:44:51.018Z 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-15T03:44:51.045Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-15T03:44:51.188Z INFO 97 --- [ main] c.e.u.m.b.services.ReviewServiceTest : Started ReviewServiceTest in 0.467 seconds (process running for 14.337) Hibernate: delete from review_entity 2025-06-15T03:44:51.196Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.199Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.199Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.199Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.199Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.199Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.199Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.199Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.199Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.199Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.199Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.199Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.199Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.199Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.199Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.199Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.200Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.200Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.200Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.200Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.200Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.200Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.200Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.200Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.200Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.200Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.200Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.200Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.200Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.200Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.200Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.200Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.200Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.200Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.201Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.201Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.201Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.201Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.201Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.201Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.201Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.201Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.201Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.201Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.201Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.201Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.201Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.201Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.201Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.201Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.201Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.201Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.201Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.201Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.201Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.201Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.201Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.201Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.201Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.201Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.201Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.202Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.202Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.202Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.202Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.202Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.202Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.202Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.202Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.202Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.202Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.202Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.203Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.203Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.203Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.203Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.203Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.203Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.203Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.203Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.203Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.203Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.203Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.203Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.203Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.203Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.203Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.203Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.203Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.203Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.203Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.203Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.203Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.203Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.203Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.203Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.203Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.209Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.209Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.209Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.209Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.209Z 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-15T03:44:51.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.218Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.218Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.218Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.218Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.218Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.218Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.218Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.218Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.218Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.218Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.218Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.218Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.218Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.218Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.218Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.218Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.218Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.218Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.218Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.218Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.219Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.219Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.219Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.219Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.219Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.219Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.219Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.219Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.219Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.219Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.219Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.219Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.219Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.219Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.219Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.219Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.219Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.219Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.219Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.220Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.220Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.220Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.220Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.220Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.220Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.220Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.220Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.220Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.220Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.220Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.220Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.220Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.220Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.220Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.220Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.220Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.220Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.220Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.220Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.220Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.221Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.221Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.221Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.221Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.221Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.221Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.221Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.221Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.221Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.221Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.221Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.221Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.221Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.221Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.221Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.221Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.221Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.221Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.221Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.221Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.222Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.222Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.222Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.222Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.222Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.222Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.222Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.222Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.222Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.222Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.222Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.222Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.222Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.222Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.222Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.222Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.222Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.222Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.222Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.222Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.223Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.223Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.223Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.223Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.223Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.223Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.223Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.223Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.223Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.223Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.223Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.223Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.223Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.223Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.223Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.223Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.223Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.223Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.223Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.223Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.224Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.224Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.224Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.224Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.224Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.224Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.224Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.224Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.224Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.224Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.224Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.224Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.224Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.224Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.224Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.224Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.224Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.224Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.224Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.224Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.229Z 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-15T03:44:51.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.240Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.240Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.240Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.240Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.240Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.240Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.240Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.240Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.240Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.240Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.240Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.240Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.240Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.240Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.240Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.240Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.240Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.240Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.240Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.240Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.240Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.240Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.241Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.241Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.241Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.241Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.241Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.241Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.241Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.241Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.241Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.241Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.241Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.241Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.241Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.241Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.241Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.245Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.245Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.245Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.245Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.245Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.245Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.245Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.245Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.245Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.245Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.245Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.245Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.245Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.245Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.245Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.245Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.245Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.245Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.245Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.245Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.248Z 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-15T03:44:51.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.257Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.257Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.257Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.257Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.257Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.257Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.257Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.257Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.257Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.257Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.257Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.257Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.257Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.257Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.257Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.257Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.257Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.257Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.257Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.257Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.257Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.257Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.257Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.257Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.257Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.258Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.258Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.258Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.258Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.258Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.258Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.258Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.258Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.258Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.258Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.258Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.258Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.258Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.278Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.278Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.278Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.278Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.278Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.278Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.278Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.278Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.278Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.278Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.279Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.279Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.279Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.279Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.279Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.279Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.279Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.279Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.279Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.279Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.279Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.279Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.279Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.279Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.279Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.279Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.279Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.279Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.279Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.279Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.280Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.280Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.280Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.280Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.280Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.280Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.280Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.280Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.280Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.280Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.281Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.281Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.281Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.281Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.281Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.281Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.281Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.281Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.281Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.281Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.281Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.281Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.281Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.281Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.281Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.281Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.281Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.281Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.281Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.281Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.281Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.281Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.282Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.282Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.282Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.282Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.282Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.282Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.282Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.282Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.282Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.282Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.282Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.282Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.282Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.282Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.282Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.282Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.282Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.282Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.282Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.282Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.283Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.283Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.283Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.283Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.283Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.283Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.283Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.283Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.283Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.283Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.283Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.283Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.283Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.283Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.283Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.283Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.283Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.283Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.288Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.288Z 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-15T03:44:51.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.300Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.300Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.300Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.300Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.300Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.300Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.300Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.300Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.302Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.302Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.302Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.302Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.302Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.302Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.302Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.302Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.302Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.302Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.302Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.302Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.302Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.302Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.302Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.302Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.302Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.302Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.302Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.302Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.303Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.303Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.303Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.303Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.303Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.303Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.303Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.303Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.303Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.303Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.303Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.303Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.303Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.303Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.303Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.303Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.303Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.303Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.303Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.303Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.304Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.304Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.304Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.304Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.304Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.304Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.304Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.304Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.304Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.304Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.304Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.304Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.304Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.304Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.304Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.304Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.304Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.304Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.304Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.304Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.305Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.305Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.305Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.305Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.305Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.305Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.305Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.305Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.305Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.305Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.305Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.305Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.305Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.305Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.305Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.305Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.305Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.305Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.305Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.305Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.307Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.307Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.307Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.307Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.307Z 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-15T03:44:51.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.320Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.320Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.320Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.320Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.320Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.320Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.320Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.320Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.320Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.320Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.320Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.320Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.320Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.320Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.320Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.320Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.320Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.320Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.320Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.320Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.320Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.320Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.320Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.320Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.320Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.320Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.320Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.321Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.321Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.321Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.321Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.321Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.321Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.321Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.321Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.321Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.321Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.321Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.321Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.321Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.321Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.321Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.322Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.322Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.322Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.322Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.322Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.322Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.322Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.322Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.322Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.322Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.322Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.322Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.322Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.322Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.322Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.322Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.322Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.322Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.322Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.322Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.322Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.322Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.322Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.322Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.322Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.322Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.322Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.322Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.323Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.323Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.323Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.323Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.323Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.323Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.323Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.323Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.323Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.323Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.323Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.323Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.323Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.323Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.323Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.323Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.323Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.323Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.323Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.323Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.324Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.324Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.324Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.324Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.324Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.324Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.324Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.324Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.324Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.324Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.324Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.324Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.324Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.324Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.324Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.324Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.324Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.324Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.324Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.324Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.325Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.325Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.325Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.325Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.325Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.325Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.325Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.325Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.325Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.325Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.325Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.325Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.325Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.325Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.325Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.325Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.325Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.325Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.325Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.325Z 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-15T03:44:51.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.343Z 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-15T03:44:51.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.360Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.360Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.360Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.360Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.360Z 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-15T03:44:51.367Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.367Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.367Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.367Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.367Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.367Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.367Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.367Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.367Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.367Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.368Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.368Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.368Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.368Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.368Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.368Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.368Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.368Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.368Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.368Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.368Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.368Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.369Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.369Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.369Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.369Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.369Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.369Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.369Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.369Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.369Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.369Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.369Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.369Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.369Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.369Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.369Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.369Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.369Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.369Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.369Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.369Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.369Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.369Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.369Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.369Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.369Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.369Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.369Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.369Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.370Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.370Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.370Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.370Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.370Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.370Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.370Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.370Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.370Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.370Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.370Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.370Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.370Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.370Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.370Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.370Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.370Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.370Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.370Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.370Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.378Z 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-15T03:44:51.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.392Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.392Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.392Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.392Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.392Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.392Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.392Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.392Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.392Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.392Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.392Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.392Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.392Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.392Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.392Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.392Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.392Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.392Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.392Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.392Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.392Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.403Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.404Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.404Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.404Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.404Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.404Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.404Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.405Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.405Z 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-15T03:44:51.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.429Z 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-15T03:44:51.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.436Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.436Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.436Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.436Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.436Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.436Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.436Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.436Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.436Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.436Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.436Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.436Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.446Z 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-15T03:44:51.453Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.453Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.453Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.453Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.453Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.453Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.453Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.453Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.453Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.453Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.463Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.463Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.463Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.463Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.463Z 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-15T03:44:51.472Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.472Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.472Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.472Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.472Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.472Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.472Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.472Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.472Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.472Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.478Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.483Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.483Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.483Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.483Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.483Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.483Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.483Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.483Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.483Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.483Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.483Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.483Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.483Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.483Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.483Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.483Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.483Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.483Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.483Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.483Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.484Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.484Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.485Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.485Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.486Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.486Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.487Z 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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.503Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.503Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.503Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.503Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.503Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.503Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.503Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.503Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.503Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.503Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.503Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.503Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.503Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.503Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.503Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.503Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.503Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.503Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.503Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.503Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.503Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.503Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.503Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.503Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.503Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.504Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.504Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.504Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.504Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.504Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.504Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.504Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.504Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.504Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.504Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.504Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.504Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.504Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.504Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.504Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.504Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.504Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.504Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.504Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.504Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.504Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.504Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.504Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.504Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.504Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.504Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.505Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.505Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.505Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.505Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.505Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.505Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.505Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.505Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.505Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.505Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.505Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.505Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.505Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.505Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.505Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.505Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.505Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.505Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.506Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.506Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.506Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.506Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.506Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.506Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.506Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.506Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.506Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.506Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.506Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.506Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.506Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.506Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.506Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.506Z 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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.538Z 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-15T03:44:51.545Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.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-15T03:44:51.547Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.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-15T03:44:51.547Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.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-15T03:44:51.547Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.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-15T03:44:51.547Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.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-15T03:44:51.547Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.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-15T03:44:51.547Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.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-15T03:44:51.547Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.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-15T03:44:51.547Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.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-15T03:44:51.547Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.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-15T03:44:51.547Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.555Z 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-15T03:44:51.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.564Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.564Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.564Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.564Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.564Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.564Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.564Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.564Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.564Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.564Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.564Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.565Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.565Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.572Z 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-15T03:44:51.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.584Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.584Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.584Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.584Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.584Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.584Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.584Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.584Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.584Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.584Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.590Z 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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T03:44:51.603Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.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-15T03:44:51.606Z 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.884 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest [ERROR] testCreateReviewWithEmptyOpinion Time elapsed: 0.024 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.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] 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.038 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.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] 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.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] testUpdateValidReview 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] 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.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] 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.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] testGetValidReview 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] testCreateReviewWithStarsSmallerThanFive Time elapsed: 0.024 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.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] testDeleteInvalidReview Time elapsed: 0.032 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.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] testUpdateInvalidReviewWithNullService 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) [INFO] Running co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest 2025-06-15T03:44:51.615Z 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-15T03:44:51.622Z 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-15T03:44:51.638Z 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-15T03:44:51.638Z INFO 97 --- [ main] c.e.u.m.b.services.ClientServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-15T03:44:51.705Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-15T03:44:51.725Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 11 JPA repository interfaces. 2025-06-15T03:44:51.745Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-15T03:44:51.760Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:82160a2c-5aa3-4338-9e63-766c095f2f13;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-15T03:44:51.776Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-15T03:44:51.778Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-15T03:44:51.782Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-15T03:44:51.783Z 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-15T03:44:51.927Z INFO 97 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) Hibernate: drop table if exists 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-15T03:44:51.954Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-15T03:44:52.103Z INFO 97 --- [ main] c.e.u.m.b.services.ClientServiceTest : Started ClientServiceTest in 0.479 seconds (process running for 15.252) 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.514 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest [ERROR] testCreateClientWithNullReviews Time elapsed: 0.01 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.007 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.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] 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.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] testGetValidClient 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] 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.007 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.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] 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.004 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.004 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.003 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-15T03:44:52.205Z 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-15T03:44:52.211Z 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-15T03:44:52.227Z 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-15T03:44:52.227Z INFO 97 --- [ main] c.e.u.m.b.s.ProfessionalServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-15T03:44:52.287Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-15T03:44:52.301Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 13 ms. Found 11 JPA repository interfaces. 2025-06-15T03:44:52.314Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-15T03:44:52.325Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:06053747-426e-425f-a439-7707b7cafffb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-15T03:44:52.340Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-15T03:44:52.342Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-15T03:44:52.345Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-15T03:44:52.346Z 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-15T03:44:52.481Z 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-15T03:44:52.507Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-15T03:44:52.640Z INFO 97 --- [ main] c.e.u.m.b.s.ProfessionalServiceTest : Started ProfessionalServiceTest in 0.427 seconds (process running for 15.789) [ERROR] Tests run: 22, Failures: 0, Errors: 22, Skipped: 0, Time elapsed: 0.48 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest [ERROR] testUpdateProfessional Time elapsed: 0.005 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.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] testUpdateInvalidProfessionalWithNullServices 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] testUpdateInvalidProfessionalWithNullSummary 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.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] 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.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] 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] testUpdateInvalidProfessionalWithNullPhotoUrl 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] testUpdateInvalidProfessionalWithNullBirthDate 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] testUpdateInvalidProfessionalWithNullAgenda Time elapsed: 0.001 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] testUpdateInvalidProfessionalWithNullName 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] testUpdateInvalidProfessional 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] testCreateProfessional Time elapsed: 0.001 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] testUpdateInvalidProfessionalWithNullCoverageAreas 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.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] 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.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] testCreateProfessionalWithNullSummary Time elapsed: 0 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-15T03:44:52.719Z 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-15T03:44:52.860Z 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-15T03:44:52.868Z 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-15T03:44:52.875Z 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-15T03:44:52.880Z 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-15T03:44:52.886Z 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-15T03:44:52.891Z 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] 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:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:66 » PropertyValue not-null property r... [INFO] [ERROR] Tests run: 111, Failures: 0, Errors: 80, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 21.722 s [INFO] Finished at: 2025-06-15T03:44:53Z [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 7680bd42331d86cbcfe7a4327ab757abc37526eb62a41324c189378c2e8b23cf $ docker rm -f --volumes 7680bd42331d86cbcfe7a4327ab757abc37526eb62a41324c189378c2e8b23cf [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