[jboss-user] [jBPM] - Asynchronus execution error

Maciej Swiderski do-not-reply at jboss.com
Sat Apr 3 10:34:32 EDT 2010


Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] replied to the discussion

"Asynchronus execution error"

To view the discussion, visit: http://community.jboss.org/message/535467#535467

--------------------------------------------------------------
Hi,

yes, ant script is good way of doing deployments.

Based on what I can see in your ant script it misses resources to be included in the jar archive. At the moment you only include jpdl.xml files regardless of package location. You should include your classes exactly the same way.

Here is how it should look like. In addition, please include any other resources as well (such as task form .ftl, rules definition .rtl)
    <jar  destfile="${jbpm.home}/eclipse/workspace/PETest1/target/PETest1.bar">
       <fileset dir="${jbpm.home}/eclipse/workspace/PETest1/src">
         <include name="**/*.jpdl.xml" />        
         <include name="**/*.class" />
       </fileset>
    </jar>


HTH
Maciej

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/535467#535467]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100403/2648be59/attachment.html 


More information about the jboss-user mailing list