2 Replies Latest reply on Jan 15, 2010 5:09 PM by ranjix

    *All* the sources for JBoss AS?

    ranjix

      Hey everybody, downloaded the 5.1.0 binaries and sources and I started running into an exception in the ServerPeer class. Thinking I could take a look at the source, I tried to find the class in the downloaded sources. No such luck, the class doesn't seem to be there.

       

      Question - is there some other place where I should look for the specific source?

       

       

      Binaries and sources downloaded from http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/

       

       

      Exception:

      17:20:13,058 ERROR [ExceptionUtil] Topic[com.bluemartini.DBUtilTopic] startService

      java.lang.NullPointerException

              at org.jboss.jms.server.ServerPeer.getPostOfficeInstance(ServerPeer.java:1382)

              at org.jboss.jms.server.destination.DestinationServiceSupport.setMaxSizeForQueues(DestinationServiceSupport.java:273)

              at org.jboss.jms.server.destination.DestinationServiceSupport.startService(DestinationServiceSupport.java:110)

              at org.jboss.jms.server.destination.TopicService.startService(TopicService.java:63)

       

      thanks/Ranjix

        • 1. Re: *All* the sources for JBoss AS?
          peterj

          I assume that you mean org.jboss.jms.server.ServerPeer. This is part of JBoss Messaging. You can find the sources in the JBoss AS source download at jboss-5.1.0.GA-src/thirdparty/jboss/messaging/lib/jboss-messaging-sources.jar

           

          You can find most sources for third-party software that makes up the AS in the thirdparty directory within a source JAR file.

          • 2. Re: *All* the sources for JBoss AS?
            ranjix

            thanks Peter, you're right. Got fooled by the thirdparty/...lib path, we do have in our app a similar path which contains only the binary jars.

             

            Ranjix