Hi,
thanks for your reply;
i developp my question: I have a J2EE Application (==> result .ear on JBOSS AS7) this application in IDE(for example jbStudio) i have 2 projects : one a web project with jsp pages and actions... and another projectis a JBPM project(that execute a process).
in a particular use cas , i must call the process(that exists in the second project) from the first project.
My question is how to package this 2 projects in ordre to deploy on AS7.
the first porject is .war in .ear but i dont know how to deploy the second project. i must export it as .jar and includ it ine the first project (==> in .war) or there is another manear to do this?
Thanks for your help