2 Replies Latest reply on May 10, 2008 3:10 PM by peterj

    In which JAR can I find "javax.ejb.EJBNoSuchObjectException"

    thomas2008ch

      Very often I will find a class but don't know in which JAR I can find it. Has someone an idea to do that?

        • 1. Re: In which JAR can I find
          jaikiran

          Answering your question in the subject line-

          Which version of JBoss are you using? Can you post the exception stacktrace if you are seeing any? If you are using 4.0.4 then you can find the class javax.ejb.EJBNoSuchObjectException in jboss-ejb3x.jar which will be inside %JBOSS_HOME%\server\< serverName>\deploy\ejb3.deployer folder.

          Starting JBoss-4.2.0, that exception no longer exists and instead javax.ejb.NoSuchEJBException is thrown.

          • 2. Re: In which JAR can I find
            peterj

            I use a utility called jarfinder (http://www.isocra.com/2006/02/jarfinder/ to determine in which jar a class is hiding. Even works for properties files.