This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: EJB3 hibernate mapping exceptiontstich Oct 24, 2005 5:03 PM (in response to haller)Try using 
 public Collection getArticles()
 This should do the trick!
 -Timo
- 
        2. Re: EJB3 hibernate mapping exceptiontstich Oct 24, 2005 5:06 PM (in response to haller)Uups. I meant public Collection<Articles> getArticles() 
 BBCode ate the Generic Definition...
- 
        3. Re: EJB3 hibernate mapping exceptionhaller Oct 26, 2005 7:57 AM (in response to haller)Sorry, 
 I had the same problem as you.
 That means the code deployed contains the generic definition.
 
    