1 Reply Latest reply on Apr 26, 2011 4:12 AM by wdfink

    Invalid Invocation, check your deployment packaging

    etp_scm

      We are migrating our application from Jboss 4.x to Jboss5.1.0 and we are using EJB2.0. We are able to deploy the .jar file for our application but when we deploy the .war file for our application we encounter the following issue. The details of the stacktrace for the error are attached.

       

      Any help on the same would be appreciated. Thanks in advance

       

      Jatin

        • 1. Invalid Invocation, check your deployment packaging
          wdfink

          I suppose the in.etp.db.IDBWrapper is your implementation, right?

          The create() will thrown an Exception. I suspect the following entry:

          ERROR [SCMServletContextListener] java.lang.NullPointerExcption

           

          Could you check where this message and the create() method failure is?