This content has been marked as final.
Show 5 replies
-
1. Re: Deploying jBPM 5.1 in weblogic 10
ramanan.pathmaraj Nov 21, 2011 4:29 PM (in response to ramanan.pathmaraj)Can anybody help me on this?
-
2. Re: Deploying jBPM 5.1 in weblogic 10
ramanan.pathmaraj Dec 8, 2011 12:21 PM (in response to ramanan.pathmaraj)Any links or direction will help me. Thanks.
-
3. Re: Deploying jBPM 5.1 in weblogic 10
calca Dec 11, 2011 6:00 PM (in response to ramanan.pathmaraj)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
-
4. Re: Deploying jBPM 5.1 in weblogic 10
calca Dec 11, 2011 6:05 PM (in response to ramanan.pathmaraj)BTW, I think you should post it in user forum
-
5. Re: Deploying jBPM 5.1 in weblogic 10
ramiro Jun 28, 2012 1:41 PM (in response to ramanan.pathmaraj)I was able to run jBPM 5.2 on WL 11g and wrote this article about it. Hope it helps.