1 Reply Latest reply on Jan 20, 2009 2:17 AM by jaikiran

    NPE during deployment in JBoss5.0.0.GA

    jyc5131

      we have a .ear package can be deployed on Jboss4.2.2.GA
      but cannot be deployed to JBoss5.0.0.GA
      the error include many WARN simliar :

       14:29:38,502 WARN [Ejb3AnnotationHandler] JBMETA-4: did not find any bean meta
      data for annotation bean XXXDAOBean, will create some
      

      and
      at org.jboss.Main.boot(Main.java:209)
       at org.jboss.Main$1.run(Main.java:547)
       at java.lang.Thread.run(Thread.java:619)
      aused by: java.lang.NullPointerException
       at org.jboss.ejb3.session.ProxyDeployer.hasJNDIBinding(ProxyDeployer.jav
      :150)
       at org.jboss.ejb3.session.SessionContainer.hasJNDIBinding(SessionContain
      r.java:656)
       at org.jboss.injection.AbstractHandler.addJNDIDependency(AbstractHandler
      


        • 1. Re: NPE during deployment in JBoss5.0.0.GA
          jaikiran

          Please post the entire exception stacktrace including the console logs. Also provide us more details about your application, including the way you package it and some sample code.

          While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your post is correctly formatted.