1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| 16:19:20,024 DEBUG Printer:90 - test.hibernate.InfHostingSite{InfObjectmiscellaneousinfo=null, InfPlatforms=<uninitialized>, InfDescription=null, InfAddress=null, InfName=pf11, VsObject=2363}
16:19:20,024 DEBUG Printer:90 - test.hibernate.InfHostingSite{InfObjectmiscellaneousinfo=, InfPlatforms=<uninitialized>, InfDescription=, InfAddress=, InfName=matt, VsObject=3293}
Exception in thread "main" java.lang.ClassCastException: java.util.ArrayList
at org.hibernate.type.EntityType.toLoggableString(EntityType.java:463)
at org.hibernate.pretty.Printer.toString(Printer.java:76)
at org.hibernate.engine.QueryParameters.traceParameters(QueryParameters.java:277)
at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:151)
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121)
at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
at test.test.Test1.testInstance(Test1.java:116)16:19:20,040 DEBUG Printer:90 - test.hibernate.InfHostingSite{InfObjectmiscellaneousinfo=null, InfPlatforms=<uninitialized>, InfDescription=null, InfAddress=null, InfName=PFAB, VsObject=2667}
16:19:20,074 DEBUG Printer:90 - test.hibernate.InfPlatform{InfClusters=<uninitialized>, InfPlatformProfile=test.hibernate.InfPlatformProfile#51, InfHostingSite=test.hibernate.InfHostingSite#2363, InfDescription=, InfEquipments=<uninitialized>, InfName=test_cmg, VsObject=2454, InfTelco=null}
16:19:20,074 DEBUG Printer:90 - test.hibernate.InfHostingSite{InfObjectmiscellaneousinfo=null, InfPlatforms=<uninitialized>, InfDescription=null, InfAddress=null, InfName=OMP, VsObject=3083}
16:19:20,074 DEBUG DefaultAutoFlushEventListener:53 - Dont need to execute flush
16:19:20,123 DEBUG HQLQueryPlan:150 - find: from InfPlatform p where p.InfHostingSite in (:sites)
at test.test.Test1.main(Test1.java:63) |