2 Replies Latest reply on Sep 19, 2005 1:19 AM by achetan

    EJB on jboss4.0.3 - HELP

    achetan

      Hi all,

      I have an application currently running on jboss4.0.1 . Now i want to migrate to 4.0.2 or 4.0.3(RC) .

      Please suggest which i should go for?

      Also on 4.0.2/4.0.3 when i am trying to create a stateless session bean using home.create() method , i am getting following exception on client side:

      java.rmi.ServerException: Could not get EJBObject; nested exception is:
      java.lang.NullPointerException

      at org.jboss.proxy.ejb.handle.StatefulHandleImpl.getEJBObject(StatefulHandleImpl.java:159)

      Please somebody help.
      Thanks
      Chetan

        • 1. Re: EJB on jboss4.0.3 - HELP
          darranl

           

          "achetan" wrote:

          Please suggest which i should go for?


          RC means Release Candidate i.e. It could be released as a production release but there may be other issues found that need to be addressed before it can be released.

          • 2. Re: EJB on jboss4.0.3 - HELP
            achetan

            Hi darranl,

            Thanks for your suggestion.

            I am currently trying to deploy my ejbs on JBOSS 4.0.2 but i was getting following error:

            javax.ejb.TransactionRolledbackLocalException: Could not instantiate bean; CausedByException is:
            null; CausedByException is:
            Could not instantiate bean; CausedByException is:
            null
            at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:232)
            at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)


            Has any body reported this kind of error? Due this problem i tried my luck with JBOSS 4.0.3 but i am getting same problem in 4.0.3 too.

            Please suggest something.
            Thanks