Wow, thanks for that super-quick reply. Hmmm, that's gotta be the problem. User (entity bean) doesn't have a @Name annotation because it's included in an EJB-JAR from a different application. Is there any other way to make Seam inject an instance of that class without having to recompile my entity bean? Could I for instance create a sub-class of User (let's call it UserSeam), and annotate it with @Name. Would it still be an entity bean, or would I have to re-insert all the annotations (like @Table, @Id, @OneToMany etc.) from User into UserSeam?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938390#3938390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938390 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
