-
Sep 11th, 2007, 04:14 AM
#1
EJBQL query error on Glassfish
Hi, I have error executing EJBQL query if loadTimeWeaver is set to GlassFishLoadTimeWeaver, part of exception is
at org.springframework.orm.jpa.JpaTemplate$9.doInJpa( JpaTemplate.java:307) at org.springframework.orm.jpa.JpaTemplate.execute(Jp aTemplate.java:191) ... 75 more Caused by: Exception [TOPLINK-8034] (Oracle TopLink Essentials - 2.0 (Build b58g-fcs (09/07/2007))): oracle.toplink.essentials.exceptions.EJBQLExceptio n Exception Description: Error compiling the query [select o from VUserSes o where o.sessionId=?1]. Unknown abstract schema type [VUserSes]. at oracle.toplink.essentials.exceptions.EJBQLExceptio n.unknownAbstractSchemaType(EJBQLException.java:49 4) at
When I change to InstrumentationLoadTimeWeaver, everything is ok.
I am using Spring 2.0.6 and JDK6,
Thanks for any help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules