Animal_Instinct
06-28-2007, 10:36 AM
In this line code :
Query q=em.createQuery("select object(o) from Action_Role as o where o.roleroleid=:id");
I get the following error:
Caused by: Exception [TOPLINK-8034] (Oracle TopLink Essentials - 2.0 (Build b45-beta3 (05/03/2007))): oracle.toplink.essentials.exceptions.EJBQLException
Exception Description: Error compiling the query [select object(o) from Action_Role as o where o.roleroleid=:id]. Unknown abstract schema type [Action_Role].
at oracle.toplink.essentials.exceptions.EJBQLException.unknownAbstractSchemaType(EJBQLException.java:47 9)
...........
Can anybody help me?
TNX
Query q=em.createQuery("select object(o) from Action_Role as o where o.roleroleid=:id");
I get the following error:
Caused by: Exception [TOPLINK-8034] (Oracle TopLink Essentials - 2.0 (Build b45-beta3 (05/03/2007))): oracle.toplink.essentials.exceptions.EJBQLException
Exception Description: Error compiling the query [select object(o) from Action_Role as o where o.roleroleid=:id]. Unknown abstract schema type [Action_Role].
at oracle.toplink.essentials.exceptions.EJBQLException.unknownAbstractSchemaType(EJBQLException.java:47 9)
...........
Can anybody help me?
TNX