[esb-issues] [JBoss JIRA] Created: (JBESB-1775) Fix jBPM ant task for qa unit tests

Kevin Conner (JIRA) jira-events at lists.jboss.org
Wed May 28 08:57:10 EDT 2008


Fix jBPM ant task for qa unit tests
-----------------------------------

                 Key: JBESB-1775
                 URL: http://jira.jboss.com/jira/browse/JBESB-1775
             Project: JBoss ESB
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Process flow
    Affects Versions: 4.2.1 CP3
            Reporter: Kevin Conner
         Assigned To: Kevin Conner
             Fix For: 4.2.1 CP3


The qa unit tests are failing with the following result

     [java]     [junit] java.lang.NullPointerException
     [java]     [junit] 	at org.jbpm.ant.DeployProcessToServerTask.deployProcessWithServlet(DeployProcessToServerTask.java:228)
     [java]     [junit] 	at org.jbpm.ant.ProcessDeployer.execute(ProcessDeployer.java:51)
     [java]     [junit] 	at org.jboss.soa.esb.quickstart.test.BPMOrchestration2Test.sendDeployMessage(BPMOrchestration2Test.java:77)
     [java]     [junit] 	at org.jboss.soa.esb.quickstart.test.BPMOrchestration2Test.testMessage(BPMOrchestration2Test.java:54)
     [java]     [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
     [java]     [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
     [java]     [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:27)

This ant task is also built separately from the main codebase, with the jar being checked into source control.

I am changing the build to create the jar file as part of the build, thus removing one potential source of problems, and will fix the NPE.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list