I've designed my process with Bonita BPM Studio and now I wanna deploy it on Jboss bundle.
In Bonita BPM when you run a process, Bonita BPM generates a war file and this war file is transmited to a Tomcat server who is embedded in Bonita BPM Studio.
In my process, there is a task who parse xml files. To do this, I've added JDOM2 in classpath of Tomcat.
And now, when I wanna deploy my application with Jboss bundle (by importing bar file) I throw an exception because JDOM2 isn't resolved in JBOSS AS7. I've tried this how to but doesn't work.
Someone could help me by telling me where and how to add JDOM2 in Bonita's JBoss bundle please ?
Thanks in advance and sorry for my bad english.