Demian Calcaprina [
http://community.jboss.org/people/calca] created the discussion
"Re: Deploying jBPM 5.1 in weblogic 10"
To view the discussion, visit:
http://community.jboss.org/message/640947#640947
--------------------------------------------------------------
Hi Ramanan. I have deployed jbpm 5.1 in weblogic 10. Basically it is deploying and fixing
issues :) .
I don't have it here, but you will find problems like:
- antlr jars. You can tell weblogic to lookup first inside webapp libs:
<?xml version="1.0" encoding="ISO-8859-1"?>
<weblogic-application>
<prefer-application-packages>
<package-name>antlr.*</package-name>
</prefer-application-packages>
</weblogic-application>
- hibernate/other lib versions
I don't remember more. It woudl be good that you try deploying your app and post the
errors here :)
Demian
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/640947#640947]
Start a new discussion in jBPM Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]