1 2 Previous Next 17 Replies Latest reply on Oct 9, 2008 4:54 AM by camunda Go to original post
      • 15. Re: jBPM Classloading
        camunda

        You can check in jira and SVN if you are interested, posted my solution there...

        • 16. Re: jBPM Classloading
          thomas.diesler

          Hi Bernd,

          there seems to be a problem with jdk-1.6 related to your changes

          http://jbpm.dyndns.org:8280/hudson/job/jBPM3-Matrix/24/

          • 17. Re: jBPM Classloading
            camunda

            Hmm, I don't get the problem...

            1.) I did run the JUnit tests locally with SUN Java JDK 6 -> no problems!

            2.) This exception seems not really related to changes I made (doesn't mean it can not be interrelated):
            Caused by: java.lang.NullPointerException
            at org.jbpm.jpdl.par.ResourceAction.execute(ResourceAction.java:24)

            code is (NPE in second line):

             URL resource = getClass().getResource("classresource.txt");
             InputStream stream = resource.openStream();
            


            Could it have been may run with a state where not everything was committed yet? Or other ideas?

            What puzzles me really is that I don't get these errors locally, even with Java 6... And they shouldn't have changed class loading basics there either...

            1 2 Previous Next