0 Replies Latest reply on Apr 18, 2007 3:57 PM by thalerion

    Portlet problems

      Hi!

      I am starting out with seam and I managed to get the Registration example to run under jboss-4.0.5 with EJB3 profile.

      I then installed the jboss portal.sar with no problems and then started to convert the Registration example into a Portlet. I have managed to deploy the Registration example as a portlet in the Jboss Portal as the example in "Jboss Portal Reference Guide(My first portlet)".

      But when I try to submit the User I get a:
      javax.naming.NameNotFoundException: Lookup UserTransaction threw IllegalStateException: JNDI properties not initialized, Seam was not started correctly'

      Is this because I am using an ear file to deploy the portlet so that the injected Registration.war portlet can´t find the EJB3:s?

      How do I manage to apply the correct JNDI naming pattern in the components.xml to find the EJB:s?

      Thanks in advance!