[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3186) org.jboss.seam.Entity$NotEntityException: Unable to establish name of entity class

Julien Buret (JIRA) jira-events at lists.jboss.org
Thu Jul 24 13:35:44 EDT 2008


org.jboss.seam.Entity$NotEntityException: Unable to establish name of entity class
----------------------------------------------------------------------------------

                 Key: JBSEAM-3186
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3186
             Project: Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0.2.SP1
         Environment: JBoss 4.2.1
Hibernate 3.2.6
            Reporter: Julien Buret
            Priority: Minor
         Attachments: HibernatePersistenceProvider.patch

Sometimes I've got this kind of exception : 

org.jboss.seam.Entity$NotEntityException: Unable to establish name of entity class Test_$$_javassist_40
	at org.jboss.seam.Entity.mergeAnnotationAndOrmXml(Entity.java:181)
	at org.jboss.seam.Entity.<init>(Entity.java:58)
	at org.jboss.seam.Entity.forClass(Entity.java:165)
	at org.jboss.seam.Entity.forBean(Entity.java:145)
	at org.jboss.seam.persistence.PersistenceProvider.getId(PersistenceProvider.java:64)
	at org.jboss.seam.persistence.HibernatePersistenceProvider.getId(HibernatePersistenceProvider.java:168)
	at org.jboss.seam.framework.EntityIdentifier.<init>(EntityIdentifier.java:13)
	at org.jboss.seam.ui.converter.entityConverter.EntityLoader.createIdentifier(EntityLoader.java:40)
	at org.jboss.seam.ui.converter.entityConverter.AbstractEntityLoader.put(AbstractEntityLoader.java:50)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list