This content has been marked as final. 
    
Show                 7 replies
    
- 
        1. Re: Why ? ...epbernard Jul 11, 2005 2:08 PM (in response to any_key)@embeddedSuperclass should not be used in conjunction with @Entity. 
 The whole issue is that you have to explicitly declare the @EmbeddedSuperclasses in your persistence.xml for this release
 This is now fixed in hibernate anntations.
- 
        2. Re: Why ? ...any_key Jul 13, 2005 3:26 AM (in response to any_key)"epbernard" wrote: 
 @embeddedSuperclass should not be used in conjunction with @Entity.
 The whole issue is that you have to explicitly declare the @EmbeddedSuperclasses in your persistence.xml for this release
 This is now fixed in hibernate anntations.
 Thanks !!!
- 
        3. Re: Why ? ...any_key Jul 13, 2005 4:18 AM (in response to any_key)"epbernard" wrote: 
 @embeddedSuperclass should not be used in conjunction with @Entity.
 The whole issue is that you have to explicitly declare the @EmbeddedSuperclasses in your persistence.xml for this release
 This is now fixed in hibernate anntations.
 What tag I should use in persistence.xml for definition of @EmbeddableSuperclass? <c1ass> does not work.
 <c1ass>platform.data.AuditableEntity</c1ass>
 PS: 1(Number One) is used in examples above instead of letter 'L' because tag CLASS is reserved in HTML.
- 
        4. Re: Why ? ...gamac Jul 19, 2005 9:27 AM (in response to any_key)Hi! 
 Did you manage to workaround this issue?
 I'm having this problem too, and the class tag dosen't work either!
 Thanks for any help.
- 
        5. Re: Why ? ...epbernard Jul 20, 2005 7:52 PM (in response to any_key)I'm sorry guys, this is probably a bug in the JBoss EJB3 parsing. You should use an hibernate.cfg.xml while waiting for the next release. 
- 
        6. Re: Why ? ...shmendrick Jul 22, 2005 11:16 AM (in response to any_key)Shouldn't this issue be posted in the JIRA? 
- 
        
 
     
     
    