JBoss Community

Re: Deploying jBPM 5.1 in weblogic 10

created by Demian Calcaprina in jBPM Development - View the full discussion

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

Start a new discussion in jBPM Development at Community