[jboss-user] [JBoss Seam] - Help: problem with EntityHome
scott.stark@jboss.org
2007-05-04
Hi,
I am having problem using EntityHome. I have an entity class Foo, follow the Seam documentation in Section 10.2 I define a FooHome class
| public FooHome extends EntityHome<Foo> { | } |
First I get null pointer exception because getEntityManager() returns null. I solve this problem by injecting an entity manager. Now when I call persist() I get the following exception:
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043342#4043342
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043342 _______________________________________________ jboss-user mailing list jboss-user@(protected) https://lists.jboss.org/mailman/listinfo/jboss-user