1 2 Previous Next 15 Replies Latest reply on Sep 11, 2009 11:12 PM by squirrel Go to original post
      • 15. Re: Seam-Wicket: Injected object is null at runtime
        squirrel

        I think that's part of my problem, although I've managed to convert a couple of SEAM projects to Tomcat without any issues, I can't seem to be able to get anything to work using SEAM with Wicket and Tomcat.  That is, it works, just can't get the entityManager / persistence wired up in any way that works.  Hibernate / JPA is doing it's thing since my object model gets created on the database, but I can never get an entity manager to work.


        Here's a question:


        One issue I ran into trying to use the EntityHome class extended for my objects.  Whenever I try to persist an object, I get an NPE from Home on joinTransaction.  Should the EntityHome be calling joinTransaction on a non-jta datasource?


        1 2 Previous Next