Started by GitHub push by FelipeC2103 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 > 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 Avoid second fetch Checking out Revision 6a9e3a092703639b6f7b613c033e4283ac651b44 (refs/remotes/origin/main) Commit message: "correjidos errores por el cambio de 'name' a 'fullName' en ClientEntity" > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6a9e3a092703639b6f7b613c033e4283ac651b44 # timeout=10 > git rev-list --no-walk 4be1c75da907e2fb7072fd91b7850c9b863d210c # 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: correjidos errores por el cambio de 'name' a 'fullName' en ClientEntity [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 6a9e3a092703639b6f7b613c033e4283ac651b44 (refs/remotes/origin/main) Commit message: "correjidos errores por el cambio de 'name' a 'fullName' en ClientEntity" [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . citools-isis2603:latest . [Pipeline] } [Pipeline] // withEnv > 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 6a9e3a092703639b6f7b613c033e4283ac651b44 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b main 6a9e3a092703639b6f7b613c033e4283ac651b44 # timeout=10 [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 01f912f40a30a166a0bf664d7d68d892703c42597f38a18ba12d9553776d8044 -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 08:02:59.107 [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. 08:02:59.333 [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-11T08:03:00.142Z 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-11T08:03:00.156Z INFO 97 --- [ main] c.e.u.m.b.services.ImageServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-11T08:03:01.009Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-11T08:03:01.113Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 85 ms. Found 11 JPA repository interfaces. 2025-06-11T08:03:01.305Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-11T08:03:01.555Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:90e5f05a-13f7-4e71-8dfd-b6e00ebd9fde;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-11T08:03:02.173Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-11T08:03:02.285Z INFO 97 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.4.Final 2025-06-11T08:03:02.351Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-11T08:03:02.742Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-11T08:03:02.835Z 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-11T08:03:04.760Z 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-11T08:03:04.906Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-11T08:03:05.775Z INFO 97 --- [ main] c.e.u.m.b.services.ImageServiceTest : Started ImageServiceTest in 6.332 seconds (process running for 8.077) 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.343 s - in co.edu.udistrital.mdp.beautyathome.services.ImageServiceTest [INFO] Running co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest 2025-06-11T08:03:07.142Z 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-11T08:03:07.155Z 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-11T08:03:07.215Z 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-11T08:03:07.215Z INFO 97 --- [ main] c.e.u.m.b.services.ServiceServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-11T08:03:07.338Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-11T08:03:07.361Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23 ms. Found 11 JPA repository interfaces. 2025-06-11T08:03:07.383Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-11T08:03:07.400Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:c42f32dd-3604-44cd-a1b7-b0d0870c0db7;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-11T08:03:07.425Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-11T08:03:07.427Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-11T08:03:07.431Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-11T08:03:07.433Z 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-11T08:03:07.650Z 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-11T08:03:07.694Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-11T08:03:07.937Z INFO 97 --- [ main] c.e.u.m.b.services.ServiceServiceTest : Started ServiceServiceTest in 0.745 seconds (process running for 10.238) 2025-06-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.980Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:07.980Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:07.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.012Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.039Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.039Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.041Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.045Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.045Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.046Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.046Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.046Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.094Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.094Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.094Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.094Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.096Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.096Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.098Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.098Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.098Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.099Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.099Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.100Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.101Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.101Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.101Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.117Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.117Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.118Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.118Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.119Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.119Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.120Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.120Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.120Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.121Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.121Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.121Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.137Z 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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.224Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.224Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.240Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.240Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.240Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.240Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.241Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.241Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.245Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.245Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.258Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.258Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.258Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.258Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.265Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.265Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.268Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.278Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.278Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.278Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.278Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.278Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.279Z 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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.325Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.325Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.329Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.329Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.330Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.330Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.330Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.330Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.332Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.332Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.345Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.345Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.378Z 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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.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-11T08:03:08.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.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-11T08:03:08.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.448Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.448Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.457Z 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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.502Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.537Z 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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.585Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.585Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.586Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.586Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.586Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.586Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.587Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.587Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.588Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.588Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.588Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.588Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.589Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.589Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.589Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.589Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.590Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.590Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.590Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.592Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.605Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.605Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.605Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.605Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.605Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.605Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.627Z 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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.645Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.645Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.686Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.686Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.686Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.686Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.690Z 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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.730Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.730Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.730Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.730Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.755Z 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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.818Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.818Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.818Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.818Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.849Z 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-11T08:03:08.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-11T08:03:08.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.881Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.881Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.881Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.881Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.881Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.881Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.882Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.882Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.885Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.885Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.885Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.885Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.906Z 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-11T08:03:08.916Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.917Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.917Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.917Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.917Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.917Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.917Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.918Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.918Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.918Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.919Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.919Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.919Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.919Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.919Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.919Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.919Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.919Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.920Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.920Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.920Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.920Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.931Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.931Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.931Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.957Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.957Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.957Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.957Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.958Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.958Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.958Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.958Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.958Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.958Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.959Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.959Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.959Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.959Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.959Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.959Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.960Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.960Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.960Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.960Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.961Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.961Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.961Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.961Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.961Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.961Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.961Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.961Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.962Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.962Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.962Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.962Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.963Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.963Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.963Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.963Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.963Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.963Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.963Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.964Z 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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.989Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.989Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.989Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:08.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:08.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.009Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.009Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.009Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.009Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.012Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.012Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.012Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.023Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.023Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.023Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.023Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.023Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.023Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.025Z 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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.038Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.038Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.038Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.038Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.038Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.038Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.039Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.039Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.039Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.039Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.041Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.041Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.041Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.043Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.043Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.043Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.043Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.043Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.043Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.045Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.045Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.045Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.045Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.045Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.046Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.046Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.046Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.046Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.046Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.066Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.066Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.080Z 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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.094Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.094Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.094Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.094Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.096Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.096Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.096Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.096Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.096Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.096Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.098Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.098Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.098Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.098Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.098Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.098Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.099Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.099Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.099Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.099Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.100Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.100Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.100Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.100Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.100Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.100Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.100Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.100Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.101Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.101Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.101Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.101Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.116Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.116Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.116Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.116Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.116Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.116Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.117Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.117Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.117Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.117Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.117Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.117Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.117Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.117Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.118Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.118Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.118Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.118Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.118Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.118Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.119Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.119Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.119Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.119Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.119Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.119Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.120Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.120Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.120Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.120Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.120Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.120Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.120Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.120Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.121Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.121Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.121Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.121Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.121Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.121Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.122Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.122Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.122Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.122Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.122Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.122Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.130Z 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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.171Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.171Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.171Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.171Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.171Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.171Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.171Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.171Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.172Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.172Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.172Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.172Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.172Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.172Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.173Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.173Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.173Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.173Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.173Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.173Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.174Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.174Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.174Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.174Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.174Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.174Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.174Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.174Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.175Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.175Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.175Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.175Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.175Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.175Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.176Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.176Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.176Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.176Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.176Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.176Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.177Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.177Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.177Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.177Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.177Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.177Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.191Z 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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.224Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.224Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.224Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.224Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.238Z 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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.258Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.258Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.258Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.258Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.258Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.258Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.258Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.265Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.265Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.265Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.265Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.265Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.265Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.268Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.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-11T08:03:09.268Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.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-11T08:03:09.268Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.278Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.278Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.278Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.278Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.278Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.278Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.278Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.278Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.284Z 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-11T08:03:09.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.325Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.325Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.325Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.326Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.326Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.326Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.326Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.326Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.326Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.329Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.329Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.329Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.329Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.329Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.329Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.330Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.330Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.330Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.330Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.330Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.330Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.332Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.332Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.332Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.339Z 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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.384Z 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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:09.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. 2025-06-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.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-11T08:03:09.429Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceEntity with arguments []. Returning null. Hibernate: insert into service_entity (brand_id,description,name,price,professional_id,id) values (?,?,?,?,?,default) Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) [ERROR] Tests run: 20, Failures: 0, Errors: 20, Skipped: 0, Time elapsed: 2.247 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest [ERROR] testUpdateInvalidServiceWithNullProfessional Time elapsed: 0.237 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testCreateServiceWithNullBrand Time elapsed: 0.109 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testUpdateInvalidServiceWithEmptyName Time elapsed: 0.098 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testUpdateService Time elapsed: 0.078 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testDeleteValidService Time elapsed: 0.078 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testGetValidService Time elapsed: 0.088 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testGetServices Time elapsed: 0.061 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testUpdateInvalidService Time elapsed: 0.065 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testCreateServiceWithEmptyDescription Time elapsed: 0.092 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testGetInvalidService Time elapsed: 0.057 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testDeleteInvalidService Time elapsed: 0.055 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testUpdateInvalidServiceWithNullDescription Time elapsed: 0.061 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testCreateServiceWithEmptyName Time elapsed: 0.052 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testCreateServiceWithNullName Time elapsed: 0.051 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testUpdateInvalidServiceWithNullBrand Time elapsed: 0.06 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testCreateServiceWithNullProfessional Time elapsed: 0.045 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testCreateServiceWithNullDescription Time elapsed: 0.046 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testUpdateInvalidServiceWithEmptyDescription 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:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testUpdateInvalidServiceWithNullName Time elapsed: 0.045 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [ERROR] testCreateService Time elapsed: 0.042 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:62) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:50) [INFO] Running co.edu.udistrital.mdp.beautyathome.services.BrandServiceTest 2025-06-11T08:03:09.438Z 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-11T08:03:09.445Z 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-11T08:03:09.472Z 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-11T08:03:09.472Z INFO 97 --- [ main] c.e.u.m.b.services.BrandServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-11T08:03:09.636Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-11T08:03:09.659Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22 ms. Found 11 JPA repository interfaces. 2025-06-11T08:03:09.689Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-11T08:03:09.703Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:56027a4d-432b-445a-806b-b325057d5835;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-11T08:03:09.725Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-11T08:03:09.727Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-11T08:03:09.731Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-11T08:03:09.733Z 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-11T08:03:09.947Z 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-11T08:03:10.000Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-11T08:03:10.234Z INFO 97 --- [ main] c.e.u.m.b.services.BrandServiceTest : Started BrandServiceTest in 0.786 seconds (process running for 12.536) 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.9 s - in co.edu.udistrital.mdp.beautyathome.services.BrandServiceTest [INFO] Running co.edu.udistrital.mdp.beautyathome.services.ExclusiveProductServiceTest 2025-06-11T08:03:10.547Z 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-11T08:03:10.551Z 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-11T08:03:10.574Z 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-11T08:03:10.574Z INFO 97 --- [ main] c.e.u.m.b.s.ExclusiveProductServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-11T08:03:10.667Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-11T08:03:10.684Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16 ms. Found 11 JPA repository interfaces. 2025-06-11T08:03:10.702Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-11T08:03:10.713Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:5cb29bb9-3e46-4057-bb55-bcb76f9d5dca;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-11T08:03:10.730Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-11T08:03:10.731Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-11T08:03:10.737Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-11T08:03:10.738Z 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-11T08:03:10.905Z 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-11T08:03:10.938Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-11T08:03:11.093Z INFO 97 --- [ main] c.e.u.m.b.s.ExclusiveProductServiceTest : Started ExclusiveProductServiceTest in 0.539 seconds (process running for 13.395) 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.78 s - in co.edu.udistrital.mdp.beautyathome.services.ExclusiveProductServiceTest [INFO] Running co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest 2025-06-11T08:03:11.339Z 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-11T08:03:11.348Z 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-11T08:03:11.368Z 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-11T08:03:11.368Z INFO 97 --- [ main] c.e.u.m.b.services.ReviewServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-11T08:03:11.433Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-11T08:03:11.448Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 14 ms. Found 11 JPA repository interfaces. 2025-06-11T08:03:11.462Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-11T08:03:11.473Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:e987da2f-7851-45dd-a554-91312c7cb969;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-11T08:03:11.490Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-11T08:03:11.491Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-11T08:03:11.495Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-11T08:03:11.496Z 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-11T08:03:11.652Z 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-11T08:03:11.681Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-11T08:03:11.838Z INFO 97 --- [ main] c.e.u.m.b.services.ReviewServiceTest : Started ReviewServiceTest in 0.488 seconds (process running for 14.14) Hibernate: delete from review_entity 2025-06-11T08:03:11.846Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.846Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.846Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.846Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.846Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.846Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.846Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.846Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.846Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.846Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.847Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.847Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.847Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.847Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.847Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.847Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.847Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.847Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.847Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.847Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.849Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.849Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.849Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.849Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.849Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.849Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.849Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.849Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.849Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.849Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.850Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.850Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.850Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.850Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.850Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.850Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.850Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.850Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.850Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.850Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.851Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.851Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.851Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.851Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.851Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.851Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.851Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.851Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.851Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.851Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.851Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.851Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.851Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.851Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.851Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.851Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.851Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.852Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.852Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.852Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.852Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.852Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.852Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.852Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.852Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.852Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.852Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.852Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.852Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.852Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.853Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.853Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.853Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.853Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.853Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.853Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.853Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.853Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.853Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.853Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.854Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.854Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.854Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.854Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.854Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.854Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.854Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.854Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.854Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.854Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.854Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.854Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.854Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.854Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.854Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.854Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.854Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.854Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.855Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.855Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.855Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.855Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.855Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.855Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.855Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.855Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.855Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.855Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.855Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.855Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.856Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.856Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.856Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.856Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.856Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.856Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.856Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.856Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.856Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.856Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.856Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.856Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.856Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.856Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.856Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.856Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.856Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.856Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.856Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.856Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.857Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.857Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.857Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.857Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.857Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.857Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.858Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.858Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.858Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.858Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.858Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.858Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.858Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.858Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.858Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.858Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.858Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.858Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.858Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.858Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.859Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.859Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.859Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.859Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.859Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.859Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.859Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.859Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.859Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.859Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.860Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.860Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.860Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.860Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.860Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.860Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.860Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.860Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.860Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.860Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.861Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.861Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.861Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.861Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.861Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.861Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.861Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.861Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.861Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.861Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.862Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.862Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.862Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.862Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.862Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.862Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.862Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.862Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.862Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.862Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.862Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.862Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.862Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.862Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.862Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.862Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.862Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.862Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.862Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.862Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.863Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.863Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.863Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.863Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.863Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.863Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.863Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.863Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.863Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.863Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.864Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.864Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.864Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.864Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.864Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.864Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.864Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.864Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.864Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.864Z 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-11T08:03:11.872Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.872Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.872Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.872Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.872Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.872Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.872Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.872Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.872Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.872Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.873Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.873Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.873Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.873Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.873Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.873Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.873Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.873Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.873Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.873Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.874Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.874Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.874Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.874Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.874Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.874Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.874Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.874Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.874Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.874Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.874Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.874Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.874Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.874Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.874Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.874Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.874Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.874Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.874Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.874Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.875Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.875Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.875Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.875Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.875Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.875Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.875Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.875Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.875Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.875Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.876Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.876Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.876Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.876Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.876Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.876Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.876Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.876Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.876Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.876Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.877Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.877Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.877Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.877Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.877Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.877Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.877Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.877Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.877Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.877Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.877Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.877Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.877Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.877Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.877Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.877Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.877Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.877Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.877Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.877Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.878Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.878Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.878Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.878Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.878Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.878Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.878Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.878Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.878Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.878Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.879Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.879Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.879Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.879Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.879Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.879Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.879Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.879Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.879Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.879Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.880Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.880Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.880Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.880Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.880Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.880Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.880Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.880Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.880Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.880Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.880Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.880Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.880Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.880Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.880Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.880Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.880Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.880Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.880Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.880Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.881Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.881Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.881Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.881Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.881Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.881Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.881Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.881Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.881Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.881Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.882Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.882Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.882Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.882Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.882Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.882Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.882Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.882Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.882Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.882Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.882Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.882Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.882Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.882Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.882Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.882Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.882Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.882Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.882Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.882Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.883Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.883Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.883Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.883Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.883Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.883Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.883Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.883Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.883Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.883Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.884Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.884Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.884Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.884Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.884Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.884Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.884Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.884Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.884Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.884Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.885Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.885Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.885Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.885Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.885Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.885Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.885Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.885Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.885Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.885Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.885Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.885Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.885Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.885Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.885Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.885Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.885Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.885Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.885Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.885Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.886Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.886Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.886Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.886Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.886Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.886Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.886Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.886Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.886Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.886Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.887Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.887Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.887Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.887Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.887Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.887Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.887Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.887Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.887Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.887Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.888Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.888Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.888Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.888Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.888Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.888Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.888Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.888Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.888Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.888Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.888Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.888Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.888Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.888Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.888Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.888Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.888Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.888Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.888Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.888Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.889Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.889Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.889Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.889Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.889Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.889Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.889Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.889Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.889Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.889Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.890Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.890Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.890Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.890Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.890Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.890Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.890Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.890Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.890Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.890Z 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-11T08:03:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.898Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.898Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.898Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.898Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.898Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.898Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.898Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.898Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.898Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.899Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.899Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.899Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.899Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.899Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.899Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.899Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.899Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.899Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.899Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.899Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.900Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.900Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.900Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.900Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.900Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.900Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.900Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.900Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.900Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.900Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.900Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.900Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.900Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.900Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.900Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.900Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.900Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.900Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.900Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.900Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.901Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.902Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.902Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.902Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.902Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.902Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.902Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.902Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.902Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.902Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.903Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.903Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.903Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.903Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.903Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.903Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.903Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.903Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.903Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.903Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.903Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.903Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.903Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.903Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.903Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.903Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.904Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.904Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.904Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.904Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.904Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.904Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.904Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.904Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.904Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.904Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.904Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.904Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.904Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.904Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.905Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.905Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.905Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.905Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.905Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.905Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.905Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.905Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.905Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.905Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.906Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.906Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.906Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.906Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.906Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.906Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.906Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.906Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.906Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.906Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.906Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.906Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.906Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.906Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.906Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.907Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.907Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.907Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.907Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.907Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.907Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.907Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.907Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.907Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.907Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.907Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.907Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.907Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.907Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.907Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.908Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.908Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.908Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.908Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.908Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.908Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.908Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.908Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.908Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.908Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.910Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.910Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.910Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.910Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.910Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.910Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.910Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.910Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.910Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.910Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.912Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.912Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.912Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.912Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.912Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.912Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.912Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.912Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.913Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.913Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.913Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.913Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.913Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.913Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.913Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.913Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.913Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.913Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.913Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.913Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.915Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.915Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.915Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.915Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.915Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.915Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.915Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.915Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.915Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.915Z 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-11T08:03:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.924Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.924Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.924Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.924Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.924Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.924Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.924Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.924Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.924Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.924Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.925Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.925Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.925Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.925Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.925Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.925Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.925Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.925Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.925Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.925Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.925Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.925Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.925Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.925Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.925Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.925Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.925Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.925Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.925Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.925Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.926Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.926Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.926Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.926Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.926Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.926Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.926Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.926Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.926Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.926Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.927Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.927Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.927Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.927Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.927Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.927Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.927Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.927Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.927Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.927Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.928Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.928Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.928Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.928Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.928Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.928Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.928Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.928Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.928Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.928Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.928Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.928Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.928Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.928Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.928Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.928Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.928Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.928Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.928Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.928Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.929Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.929Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.929Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.929Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.929Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.929Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.929Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.929Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.929Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.929Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.930Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.930Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.930Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.930Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.930Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.930Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.930Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.930Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.930Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.930Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.931Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.931Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.931Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.931Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.931Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.931Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.931Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.931Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.931Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.931Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.931Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.931Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.931Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.931Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.931Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.931Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.931Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.931Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.931Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.931Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.932Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.932Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.932Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.932Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.932Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.932Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.932Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.932Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.932Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.932Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.932Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.932Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.932Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.932Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.932Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.933Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.933Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.933Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.933Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.933Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.934Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.934Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.934Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.934Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.934Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.934Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.934Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.934Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.934Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.934Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.934Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.934Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.934Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.934Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.934Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.934Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.934Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.934Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.934Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.934Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.935Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.935Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.935Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.935Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.935Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.935Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.935Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.935Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.935Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.935Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.935Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.935Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.935Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.935Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.935Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.935Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.935Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.936Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.936Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.936Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.936Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.936Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.936Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.936Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.936Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.936Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.936Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.936Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.936Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.936Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.937Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.937Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.937Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.937Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.937Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.937Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.937Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.937Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.937Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.937Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.938Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.938Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.938Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.938Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.938Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.938Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.938Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.938Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.938Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.938Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.938Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.938Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.938Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.938Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.938Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.938Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.938Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.938Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.938Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.938Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.939Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.939Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.939Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.939Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.939Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.939Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.939Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.939Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.939Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.939Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.940Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.940Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.940Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.940Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.940Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.940Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.940Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.940Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.940Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.940Z 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-11T08:03:11.948Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.948Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.948Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.948Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.948Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.948Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.948Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.948Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.948Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.948Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.948Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.948Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.948Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.949Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.949Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.949Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.949Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.949Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.949Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.949Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.949Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.949Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.949Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.949Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.949Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.949Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.949Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.949Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.949Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.949Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.950Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.950Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.950Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.950Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.950Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.950Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.950Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.950Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.950Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.950Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.950Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.950Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.950Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.950Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.950Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.950Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.950Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.950Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.950Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.950Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.951Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.951Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.952Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.952Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.952Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.952Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.952Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.952Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.952Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.952Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.952Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.952Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.952Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.952Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.952Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.952Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.952Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.952Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.952Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.952Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.953Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.953Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.953Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.953Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.953Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.953Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.953Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.953Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.953Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.953Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.953Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.953Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.953Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.953Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.953Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.953Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.953Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.953Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.953Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.953Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.954Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.954Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.954Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.954Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.954Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.954Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.954Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.954Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.954Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.954Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.955Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.955Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.955Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.955Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.955Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.955Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.955Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.955Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.955Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.955Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.956Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.956Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.956Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.956Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.956Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.956Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.956Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.956Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.956Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.956Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.956Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.956Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.956Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.956Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.956Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.956Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.956Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.956Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.956Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.956Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.957Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.957Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.957Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.957Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.957Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.957Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.957Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.957Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.957Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.957Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.958Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.958Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.958Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.958Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.958Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.958Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.958Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.958Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.958Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.958Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.959Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.959Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.959Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.959Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.959Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.959Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.959Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.959Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.959Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.959Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.959Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.959Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.959Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.959Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.959Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.959Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.959Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.959Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.959Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.959Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.960Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.960Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.960Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.960Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.960Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.960Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.960Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.960Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.960Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.960Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.961Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.961Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.961Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.961Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.961Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.961Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.961Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.961Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.961Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.961Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.961Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.961Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.961Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.961Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.961Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.961Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.961Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.961Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.961Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.961Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.962Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.962Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.962Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.962Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.962Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.962Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.962Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.962Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.962Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.962Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.963Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.963Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.963Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.963Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.963Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.963Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.963Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.963Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.963Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.963Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.963Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.964Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.964Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.964Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.964Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.964Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.964Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.964Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.964Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.964Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.964Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.964Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.964Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.964Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.964Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.964Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.964Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.964Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.964Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.964Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.965Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.965Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.965Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.965Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.965Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.965Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.965Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.965Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.965Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.965Z 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-11T08:03:11.973Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.973Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.973Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.973Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.973Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.973Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.973Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.973Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.973Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.973Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.974Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.974Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.974Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.974Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.974Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.974Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.974Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.974Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.974Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.974Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.974Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.974Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.974Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.974Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.974Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.974Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.974Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.974Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.974Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.974Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.975Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.975Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.975Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.975Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.975Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.975Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.975Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.975Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.975Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.975Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.976Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.976Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.976Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.976Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.976Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.976Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.976Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.976Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.976Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.976Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.977Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.977Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.977Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.977Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.977Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.977Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.977Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.977Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.977Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.977Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.977Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.977Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.977Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.977Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.977Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.977Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.977Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.977Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.977Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.977Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.978Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.978Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.978Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.978Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.978Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.978Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.978Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.978Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.978Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.978Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.978Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.978Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.978Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.978Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.978Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.978Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.978Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.978Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.978Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.978Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.979Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.979Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.979Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.979Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.979Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.979Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.979Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.979Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.979Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.979Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.980Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.980Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.980Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.980Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.980Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.980Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.980Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.980Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.980Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.980Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.980Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.980Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.980Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.980Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.980Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.980Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.980Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.980Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.980Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.980Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.980Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.982Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.982Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.982Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.982Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.982Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.982Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.982Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.982Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.982Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.982Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.982Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.982Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.983Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.983Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.983Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.983Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.983Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.983Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.983Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.983Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.983Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.983Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.983Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.983Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.983Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.983Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.984Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.984Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.984Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.984Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.984Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.984Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.984Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.984Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.984Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.984Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.984Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.984Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.986Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.986Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.986Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.986Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.986Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.986Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.986Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.986Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.986Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.986Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.986Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.986Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.986Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.986Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.986Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.986Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.986Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.986Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.986Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.986Z 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-11T08:03:11.994Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.994Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.994Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.994Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.994Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.994Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.994Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.994Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.994Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.994Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.994Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.994Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.994Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.994Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.994Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.994Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.994Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.994Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.994Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.994Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.996Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.996Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.996Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.996Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.996Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.996Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.996Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.996Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.996Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.996Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.996Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.996Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.996Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.996Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.996Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.996Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.996Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.996Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.998Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.998Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.998Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.998Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.998Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.998Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.998Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.998Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.998Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.998Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.998Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.998Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.998Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.998Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.998Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.998Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.998Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.998Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.998Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.998Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.999Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.999Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.999Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.999Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.999Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.999Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.999Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.999Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.999Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:11.999Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.001Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.001Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.001Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.001Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.001Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.001Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.001Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.001Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.001Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.001Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.001Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.001Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.001Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.001Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.003Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.003Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.003Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.003Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.003Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.003Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.003Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.003Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.003Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.003Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.003Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.003Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.003Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.003Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.003Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.003Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.003Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.003Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.003Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.003Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.004Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.004Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.004Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.004Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.004Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.004Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.004Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.004Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.004Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.004Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.004Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.004Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.004Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.004Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.004Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.004Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.004Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.004Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.004Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.004Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.006Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.006Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.006Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.006Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.006Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.006Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.006Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.006Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.006Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.006Z 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-11T08:03:12.013Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.013Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.013Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.013Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.013Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.013Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.013Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.013Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.013Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.013Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.013Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.013Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.013Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.013Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.014Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.014Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.014Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.014Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.014Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.014Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.014Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.014Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.014Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.014Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.014Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.014Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.014Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.014Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.014Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.014Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.014Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.014Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.014Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.014Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.014Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.014Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.014Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.014Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.014Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.014Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.015Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.015Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.015Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.015Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.015Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.015Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.015Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.015Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.015Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.015Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.016Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.016Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.016Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.016Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.016Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.016Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.016Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.016Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.016Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.016Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.016Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.016Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.016Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.016Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.016Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.016Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.016Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.016Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.016Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.016Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.016Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.016Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.016Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.016Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.016Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.016Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.017Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.017Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.017Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.017Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.017Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.017Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.017Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.017Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.017Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.017Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.017Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.017Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.017Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.017Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.017Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.017Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.017Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.017Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.017Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.017Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.017Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.017Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.017Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.017Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.018Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.018Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.018Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.018Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.018Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.018Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.018Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.018Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.018Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.018Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.019Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.019Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.019Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.019Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.019Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.019Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.019Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.019Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.019Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.019Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.019Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.019Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.019Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.019Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.019Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.019Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.019Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.019Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.019Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.019Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.020Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.020Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.020Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.020Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.020Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.020Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.020Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.020Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.020Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.020Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.020Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.020Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.020Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.020Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.020Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.020Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.020Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.020Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.020Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.020Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.021Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.021Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.021Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.021Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.021Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.021Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.021Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.021Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.021Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.021Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.021Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.021Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.021Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.021Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.021Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.021Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.021Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.021Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.021Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.021Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.022Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.022Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.022Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.022Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.022Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.022Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.022Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.022Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.022Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.022Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.022Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.022Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.022Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.022Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.022Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.022Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.022Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.022Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.022Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.022Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.022Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.022Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.022Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.022Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.023Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.023Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.023Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.023Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.023Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.023Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.023Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.023Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.023Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.023Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.023Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.023Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.023Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.023Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.023Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.023Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.024Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.024Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.024Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.024Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.024Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.024Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.024Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.024Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.024Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.024Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.024Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.024Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.024Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.024Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.024Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.024Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.024Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.024Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.024Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.024Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.024Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.024Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.024Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.024Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.025Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.025Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.025Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.025Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.025Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.025Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.025Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.025Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.025Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.025Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.025Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.025Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.025Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.025Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.025Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.025Z 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-11T08:03:12.033Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.033Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.033Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.033Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.033Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.033Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.033Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.033Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.033Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.033Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.034Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.034Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.035Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.035Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.035Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.035Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.035Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.035Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.035Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.035Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.035Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.035Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.036Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.036Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.036Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.036Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.036Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.036Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.036Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.036Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.036Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.036Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.036Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.036Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.036Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.036Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.036Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.036Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.036Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.036Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.036Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.036Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.037Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.037Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.038Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.038Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.038Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.038Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.038Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.038Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.038Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.038Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.038Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.038Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.039Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.039Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.039Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.039Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.039Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.039Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.039Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.039Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.039Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.039Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.039Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.039Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.039Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.039Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.039Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.039Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.039Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.039Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.039Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.039Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.039Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.040Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.040Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.041Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.041Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.041Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.041Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.041Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.041Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.041Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.041Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.041Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.041Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.041Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.042Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.042Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.043Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.043Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.043Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.043Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.043Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.043Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.043Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.043Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.043Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.043Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.044Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.044Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.045Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.045Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.045Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.045Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.045Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.045Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.045Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.045Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.045Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.045Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.045Z 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-11T08:03:12.068Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.068Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.068Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.068Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.068Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.068Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.068Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.068Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.068Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.068Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.070Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.070Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.070Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.070Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.070Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.070Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.070Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.070Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.070Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.070Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.070Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.072Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.072Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.072Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.072Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.072Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.072Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.072Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.072Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.072Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.072Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.072Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.072Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.072Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.072Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.072Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.072Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.072Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.072Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.072Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.072Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.075Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.075Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.075Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.075Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.075Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.075Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.075Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.075Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.075Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.075Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.075Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.075Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.075Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.075Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.075Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.077Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.077Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.077Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.077Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.077Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.077Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.077Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.077Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.077Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.077Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.077Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.077Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.077Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.077Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.077Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.077Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.077Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.077Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.077Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.077Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.079Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.079Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.079Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.079Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.079Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.079Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.079Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.079Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.079Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.079Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.079Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.079Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.079Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.079Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.079Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.079Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.079Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.079Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.079Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.079Z 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-11T08:03:12.087Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.087Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.087Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.087Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.087Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.087Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.087Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.087Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.087Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.087Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.087Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.087Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.087Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.087Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.087Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.087Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.087Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.087Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.087Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.087Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.088Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.088Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.088Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.088Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.088Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.088Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.088Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.088Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.088Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.088Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.088Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.088Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.088Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.088Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.088Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.088Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.088Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.088Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.088Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.088Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.089Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.089Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.089Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.089Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.089Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.089Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.089Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.089Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.089Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.089Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.089Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.089Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.089Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.089Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.089Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.089Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.089Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.089Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.089Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.089Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.090Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.090Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.091Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.091Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.091Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.091Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.091Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.091Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.091Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.091Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.091Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.091Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.091Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.092Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.092Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.092Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.092Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.092Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.092Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.092Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.092Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.092Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.092Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.092Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.092Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.092Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.092Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.092Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.093Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.093Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.093Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.093Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.093Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.093Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.093Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.093Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.093Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.093Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.093Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.093Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.093Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.093Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.093Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.093Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.093Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.093Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.093Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.093Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.094Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.094Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.094Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.094Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.094Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.094Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.094Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.094Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.094Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.094Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.094Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.094Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.094Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.094Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.094Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.094Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.094Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.094Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.094Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.094Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.095Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.095Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.096Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.096Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.096Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.096Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.096Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.096Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.096Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.096Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.096Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.096Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.096Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.096Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.096Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.097Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.097Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.098Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.098Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.098Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.098Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.098Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.098Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.098Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.098Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.098Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.098Z 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-11T08:03:12.105Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.105Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.105Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.105Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.105Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.105Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.105Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.105Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.105Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.105Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.105Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.105Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.105Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.105Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.105Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.105Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.105Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.105Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.105Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.105Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.106Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.106Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.106Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.106Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.106Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.106Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.106Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.106Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.106Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.106Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.106Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.106Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.106Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.106Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.106Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.106Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.106Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.106Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.106Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.106Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.106Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.107Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.107Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.107Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.107Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.107Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.107Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.107Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.107Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.107Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.107Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.107Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.107Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.107Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.107Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.107Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.107Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.107Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.107Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.107Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.108Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.108Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.109Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.109Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.109Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.109Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.109Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.109Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.109Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.109Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.109Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.109Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.109Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.109Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.110Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.110Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.110Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.110Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.110Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.110Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.110Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.110Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.110Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.110Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.110Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.110Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.110Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.110Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.110Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.110Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.110Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.110Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.110Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.110Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.110Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.110Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.110Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.110Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.110Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.110Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.110Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.110Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.111Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.111Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.111Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.111Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.111Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.111Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.111Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.111Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.111Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.111Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.111Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.111Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.111Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.111Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.111Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.111Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.111Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.111Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.111Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.111Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.112Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.112Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.112Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.112Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.112Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.112Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.112Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.112Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.112Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.112Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.112Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.112Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.112Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.112Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.112Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.112Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.112Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.112Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.112Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.112Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.113Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.113Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.113Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.113Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.113Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.113Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.113Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.113Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.113Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.113Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.113Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.113Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.113Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.113Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.113Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.114Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.114Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.114Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.114Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.114Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.114Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.114Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.114Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.114Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.114Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.114Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.115Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.116Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.116Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.116Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.116Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.116Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.116Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.116Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.116Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.116Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.116Z 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-11T08:03:12.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.125Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.125Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.125Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.125Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.125Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.125Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.125Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.125Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.125Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.125Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.125Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.125Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.125Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.125Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.125Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.125Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.125Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.126Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.126Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.126Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.126Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.126Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.126Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.126Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.126Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.126Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.126Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.126Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.128Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.128Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.128Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.128Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.128Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.128Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.128Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.128Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.128Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.128Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.128Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.128Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.128Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.128Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.128Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.128Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.128Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.128Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.128Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.128Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.130Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.130Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.130Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.130Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.130Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.130Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.130Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.130Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.130Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.130Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.130Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.130Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.132Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.132Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.132Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.132Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.132Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.132Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.132Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.132Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.132Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.132Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.132Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.132Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.132Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.132Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.132Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.132Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.132Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.132Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.132Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.132Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.134Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.134Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.134Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.134Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.134Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.134Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.134Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.134Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.134Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.134Z 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-11T08:03:12.141Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.141Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.141Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.141Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.141Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.141Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.141Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.141Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.141Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.141Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.145Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.145Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.145Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.145Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.145Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.145Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.145Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.145Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.145Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.145Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.145Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.145Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.145Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.145Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.145Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.145Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.145Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.145Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.145Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.145Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.145Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.145Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.145Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.145Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.145Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.145Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.146Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.146Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.146Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.146Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.146Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.146Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.146Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.146Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.146Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.146Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.146Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.146Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.146Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.146Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.146Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.146Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.146Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.146Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.146Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.146Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.147Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.147Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.147Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.147Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.147Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.147Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.147Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.147Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.147Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.147Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.147Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.147Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.147Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.147Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.147Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.147Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.147Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.147Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.147Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.147Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.148Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.148Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.148Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.148Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.148Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.148Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.148Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.148Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.148Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.148Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.148Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.148Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.148Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.148Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.148Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.148Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.148Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.148Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.148Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.148Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.149Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.149Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.149Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.149Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.149Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.149Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.149Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.149Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.149Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.149Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.149Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.149Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.149Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.149Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.149Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.149Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.149Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.149Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.149Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.149Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.150Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.150Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.150Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.150Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.150Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.150Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.150Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.150Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.150Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.150Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.150Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.150Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.150Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.150Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.150Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.150Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.150Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.150Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.150Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.150Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.151Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.151Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.151Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.151Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.151Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.151Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.151Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.151Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.151Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.151Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.151Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.151Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.151Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.151Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.151Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.151Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.151Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.151Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.151Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.151Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.151Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.151Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.151Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.152Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.152Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.152Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.152Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.152Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.152Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.152Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.152Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.152Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.152Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.152Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.152Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.152Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.152Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.152Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.152Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.152Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.152Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.152Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.152Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.152Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.152Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.152Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.152Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.152Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.152Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.152Z 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-11T08:03:12.159Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.159Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.159Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.159Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.159Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.159Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.159Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.159Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.160Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.160Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.160Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.160Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.160Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.160Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.160Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.160Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.160Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.160Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.160Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.160Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.160Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.160Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.160Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.160Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.160Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.160Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.160Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.160Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.160Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.160Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.161Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.161Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.161Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.161Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.161Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.161Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.161Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.161Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.161Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.161Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.161Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.161Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.161Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.161Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.161Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.161Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.161Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.161Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.161Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.161Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.162Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.162Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.162Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.162Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.162Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.162Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.162Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.162Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.162Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.162Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.162Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.162Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.162Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.162Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.162Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.162Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.162Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.162Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.162Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.162Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.163Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.163Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.163Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.163Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.163Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.163Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.163Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.163Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.163Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.163Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.163Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.163Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.163Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.163Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.163Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.163Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.163Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.163Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.163Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.163Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.163Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.163Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.163Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.163Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.164Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.164Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.164Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.164Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.164Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.164Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.164Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.164Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.164Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.164Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.164Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.164Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.164Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.164Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.164Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.164Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.165Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.165Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.166Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.166Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.166Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.166Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.166Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.166Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.166Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.166Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.166Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.166Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.166Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.166Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.166Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.166Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.167Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.167Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.167Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.167Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.167Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.167Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.167Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.167Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.167Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.167Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.167Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.167Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.167Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.167Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.168Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.168Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.168Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.168Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.168Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.168Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.168Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.168Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.168Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.168Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.168Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.168Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.168Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.168Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.168Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.168Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.168Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.168Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.168Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.168Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.169Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.169Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.169Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.169Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.169Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.169Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.169Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.169Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.169Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.169Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.169Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.169Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.169Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.169Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.169Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.169Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.169Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.169Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.169Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.169Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.170Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.170Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.171Z 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-11T08:03:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.180Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.180Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.180Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.180Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.180Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.180Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.180Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.180Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.180Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.180Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.180Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.180Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.180Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.180Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.180Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.181Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.181Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.181Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.181Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.181Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.181Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.181Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.181Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.181Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.181Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.181Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.181Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.181Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.181Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.181Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.181Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.181Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.181Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.181Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.181Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.181Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.181Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.181Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.181Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.181Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.187Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.187Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.187Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.187Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.187Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.187Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.187Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.187Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.187Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.189Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.189Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.189Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.189Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.189Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.189Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.189Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.189Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.189Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.189Z 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-11T08:03:12.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-11T08:03:12.196Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.196Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.196Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.196Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.196Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.196Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.196Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.207Z 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-11T08:03:12.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.224Z 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-11T08:03:12.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.235Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.235Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.241Z 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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.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-11T08:03:12.259Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.259Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.259Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.259Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.259Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-11T08:03:12.259Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-11T08:03:12.259Z 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.912 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest [ERROR] testCreateReviewWithEmptyOpinion Time elapsed: 0.028 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.025 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.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] testCreateReview 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] testUpdateInvalidReviewWithNullOpinion 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] testCreateReviewWithNullService Time elapsed: 0.02 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testCreateReviewWithNullClient Time elapsed: 0.018 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testUpdateValidReview Time elapsed: 0.02 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testUpdateInvalidReviewWithStarsAbove5 Time elapsed: 0.034 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.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] testCreateReviewWithNullOpinion 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] testDeleteValidReview 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] testGetValidReview 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] testCreateReviewWithStarsSmallerThanFive 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] 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.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] testUpdateInvalidReviewWithNullClient 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] 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.014 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.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) [INFO] Running co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest 2025-06-11T08:03:12.264Z 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-11T08:03:12.280Z 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-11T08:03:12.298Z 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-11T08:03:12.298Z INFO 97 --- [ main] c.e.u.m.b.services.ClientServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-11T08:03:12.373Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-11T08:03:12.387Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 14 ms. Found 11 JPA repository interfaces. 2025-06-11T08:03:12.400Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-11T08:03:12.410Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:a950a880-689e-4a07-8b61-23280cc95636;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-11T08:03:12.426Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-11T08:03:12.427Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-11T08:03:12.431Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-11T08:03:12.432Z 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-11T08:03:12.590Z 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-11T08:03:12.618Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-11T08:03:12.757Z INFO 97 --- [ main] c.e.u.m.b.services.ClientServiceTest : Started ClientServiceTest in 0.474 seconds (process running for 15.058) [ERROR] Tests run: 16, Failures: 0, Errors: 16, Skipped: 0, Time elapsed: 0.468 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest [ERROR] testCreateClientWithNullReviews 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testCreateClientWithEmptyEmail 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testCreateClientWithNullEmail 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testUpdateClient 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testDeleteValidClient 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testCreateClientWithEmptyAddress 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testGetValidClient 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testCreateClientWithNullPhoneNumber 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testGetInvalidClient 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testDeleteInvalidClient 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testCreateClientWithNullName 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testCreateClientWithNullAddress 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testGetClients 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testCreateClientWithEmptyName 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testCreateClientWithEmptyPhoneNumber 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [ERROR] testCreateClient 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.ClientServiceTest.clearData(ClientServiceTest.java:47) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:41) [INFO] Running co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest 2025-06-11T08:03:12.804Z 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-11T08:03:12.809Z 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-11T08:03:12.831Z 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-11T08:03:12.831Z INFO 97 --- [ main] c.e.u.m.b.s.ProfessionalServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-11T08:03:12.890Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-11T08:03:12.904Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 13 ms. Found 11 JPA repository interfaces. 2025-06-11T08:03:12.916Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-11T08:03:12.926Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:b6be1544-14a0-4745-968d-c65752f05e0e;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-11T08:03:12.941Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-11T08:03:12.943Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-11T08:03:12.946Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-11T08:03:12.947Z 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-11T08:03:13.083Z 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-11T08:03:13.109Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-11T08:03:13.256Z INFO 97 --- [ main] c.e.u.m.b.s.ProfessionalServiceTest : Started ProfessionalServiceTest in 0.445 seconds (process running for 15.558) [ERROR] Tests run: 14, Failures: 0, Errors: 14, Skipped: 0, Time elapsed: 0.456 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest [ERROR] testUpdateProfessional Time elapsed: 0.004 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testGetValidProfessional Time elapsed: 0.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] testGetInvalidProfessional Time elapsed: 0.002 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testGetProfessionals Time elapsed: 0.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.003 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testDeleteInvalidProfessional Time elapsed: 0.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] testCreateProfessionalWithNullBirthDate 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] 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.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] testCreateProfessionalWithNullName 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] testCreateProfessionalWithNullSummary Time elapsed: 0.002 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) 2025-06-11T08:03:13.318Z 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-11T08:03:13.329Z 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-11T08:03:13.336Z 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-11T08:03:13.342Z 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-11T08:03:13.348Z 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-11T08:03:13.354Z 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-11T08:03:13.359Z 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:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ClientServiceTest.setUp:41->clearData:47 NullPointer Cannot invoke "org.spring... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:50->insertData:62 » PropertyValue not-null property r... [INFO] [ERROR] Tests run: 101, Failures: 0, Errors: 70, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 21.446 s [INFO] Finished at: 2025-06-11T08:03:13Z [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 01f912f40a30a166a0bf664d7d68d892703c42597f38a18ba12d9553776d8044 $ docker rm -f --volumes 01f912f40a30a166a0bf664d7d68d892703c42597f38a18ba12d9553776d8044 [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