[jboss-user] [JBoss jBPM] - Re: TaskNode override

2009-01-14 Thread Kooper
I think not, I've solved the problem by creating the package with the same name as is in jbpm jar org.jbpm.graph.node and putting node.type.xml there, initially it was in another package . And it works now, but then another issue came, I need to add attribute type to node and as I understand I

[jboss-user] [JBoss jBPM] - Re: TaskNode override

2009-01-13 Thread Kooper
Hi, Can anyone give me any link where I can find solution to the chalenge above? As all that I found is how to override TaskInstanse and not Task Node and I need Task Node override due to system archetecture. Thank you. View the original post :

[jboss-user] [JBoss jBPM] - TaskNode override

2009-01-12 Thread Kooper
Hi, I need to override TaskNode with my custome Node to add type attribute to it. I read on the forum that for this I need update jbpm.cfg.xml with | string name=resource.node.types value=com/jbpm/node/node.types.xml / | I've moved node.types.xml to the location above and updated task node

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple instances of same application in JBOSS

2008-12-02 Thread Kooper
Yes, I have two ears with same application, for example Myapp.ear and Myapp1.ear Ear has the structure: | lib dir | Meta-inf dir | myapp-ejb.jar | myapp.jar | myapp.war | I have application.xml in myapp.ear/meta-in: | | | ?xml version=1.0 encoding=UTF-8? | | application

[jboss-user] [Installation, Configuration DEPLOYMENT] - Multiple instances of same application in JBOSS

2008-12-01 Thread Kooper
Hi, I have application and want to have 2 instances of it on JBOSS, but when working with them JBOSS use classloader pool and works correctly only with the application which was started first and when trying to work with another instance it takes all settings of the first and throws exceptions.