[jboss-user] [JBoss jBPM] - Re: jbpm.sar deployment from ant file lost when server is re

2006-08-16 Thread kukeltje
The things that could be important are: - is the jbpm jar outside your war/ear - is the problem that jbpm cannot find classes in a war or jar in the ear? It could be that the jBPM processclassloader is the culprit. It it is sometimes to restrictive. There is a jira issue to be able to configure

[jboss-user] [JBoss jBPM] - Re: jbpm.sar deployment from ant file lost when server is re

2006-08-16 Thread brado
Well, my SAR and WAR just call classes in the jbpm.jar file and its depedent jars. My SAR isn't much different than the stock jbpm.sar from the starter's kit, it just has some of my additions. The only thing contained in my SAR file though is my configuration files. Similar situation in my WAR.

[jboss-user] [JBoss jBPM] - Re: jbpm.sar deployment from ant file lost when server is re

2006-08-16 Thread kukeltje
Brad, JBoss has a (maven?) repository. Yes, their own, but it's just to have a little more control. See repository.jboss.com jbpm is in there, only not with a pom which holds all dependencies. There is a difference in the libs required for building and running (at least lots of differences pe

[jboss-user] [JBoss jBPM] - Re: jbpm.sar deployment from ant file lost when server is re

2006-08-16 Thread brado
Ronald, Thanks for the reply. Hey, what's the chances of getting jBPM releases up on ibiblio/maven2 with poms that hold all dependencies? Also, here's another side question that's more about archive classloading than anything (working on multiple appservers, sometimes get wires crossed). I ha

[jboss-user] [JBoss jBPM] - Re: jbpm.sar deployment from ant file lost when server is re

2006-08-16 Thread kukeltje
Brad, That's what I do to. So it is the right way ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965539#3965539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965539 ___

[jboss-user] [JBoss jBPM] - Re: jbpm.sar deployment from ant file lost when server is re

2006-08-16 Thread brado
In all honesty, I knew I wouldn't be deploying the starter's kit in production, so I took the time to figure out all dependencies to do the following: 1) Use Maven for all my builds. 2) Deploy to standard JBoss 4.0.4 3) Build a custom SAR, rather than use the existing jbpm.sar. I wanted to add

[jboss-user] [JBoss jBPM] - Re: jbpm.sar deployment from ant file lost when server is re

2006-08-16 Thread gf_public
Hi Sadly I can't really help you, but maybe you can help me. How did you successfully undeploy the predeployed jbpm.sar from the starters-kit? When I call undeploy.service.archive it says BUILD SUCCESS, but the jbpm.sar is still there. I posted my problem here: http://www.jboss.com/index.html