1 Reply Latest reply on Feb 8, 2008 9:43 AM by jbalunas

    Remote EJB invoking in websphere in seam component

    saasira

      I have remote EJB and trying invoke method of EJB from seam component in the same aapplication. I am able to lookup the bean , but when I invoke any method on that , it gives exception as belows


      [2/8/08 15:07:03:305 IST] 0000002f ExceptionUtil E CNTR0019E: EJB threw an unexpected (non-declared) exception during invocation of method "getUserFromSession". Exception data: javax.ejb.EJBException: session bean post construct failure; nested exception is: java.lang.IllegalStateException: Attempted to invoke a Seam component outside the an initialized application
      java.lang.IllegalStateException: Attempted to invoke a Seam component outside the an initialized application