1 Reply Latest reply on Jul 1, 2010 1:30 PM by jjamrich

    Seam application as portlet in a portal issues

    magiccreative

      After a few long hours I managed to bring a Seam application to run as portlet through the Jboss Portlet Bridge.

       

      The login page is opened but after I login I get an exception.

       

      <code>

       

           Exception calling stateful session bean default @Remove method: org.jboss.seam.transaction.synchronizations
      javax.ejb.NoSuchEJBException: Could not find stateful bean: 3j011-vca53u-ga89ya9n-1-ga8a1c9s-g

       

      </code>

       

       

      I have configured

       

      <core:init debug="true" jndi-pattern="exampleProject-ear-2.0.0.FINAL/#{ejbName}/local" />

      <transaction:ejb-transaction />

       

      Any ideas?

       

      Cheers