JBoss Community

Re: Ho to install jBPM in an Existing JBoss AS

created by Laura delli Paoli in jBPM - View the full discussion

No answer???

I'll try to explain my configuration more plainly.

1) I have JBoss AS 7 and Eclipse already Installed.

2) I manually installed in  Eclipse JBoss Tool and drools bpm tools (through the update site found in the jbpm-installer\lib dir)

3) I edited the build.properties file (in the jbpm-installer dir, see below)

4) I run the following commands (from the jbpm-installer dir)

                         ant install.guvnor.into.jboss

                         ant install.designer.into.jboss

                         ant install.jBPM-gwt-console.into.jboss

 

My build.properties is (%JBOSS_HOME%: and %ECLIPSE_JBOSS_HOME% are envirnoment variables)

 

# the version of jBPM you want to use

# and the associated URL you want to get the dependencies from

# for example:

#   jBPM.version=5.3.0.Final

#   jBPM.url=http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.3.0.Final

jBPM.version=5.3.0.Final

jBPM.url=http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.3.0.Final

 

 

# the version of jBPM and Drools Eclipse plugin you want to use

# and the associated URL you want to get the dependencies from

# for example:

#droolsjbpm.eclipse.version=5.4.0.Final

#droolsjbpm.eclipse.url=https://repository.jboss.org/nexus/content/repositories/releases/org/drools/org.drools.updatesite/5.4.0.Final/org.drools.updatesite-5.4.0.Final-assembly.zip

droolsjbpm.eclipse.version=5.4.0.Final

droolsjbpm.eclipse.url=https://repository.jboss.org/nexus/content/repositories/releases/org/drools/org.drools.updatesite/5.4.0.Final/org.drools.updatesite-5.4.0.Final-assembly.zip

 

 

# the version of Drools Guvnor you want to use

# and the associated URL you want to get the dependencies from

# for example, for AS7:

#   drools.guvnor.version=5.4.0.Final

#   drools.guvnor.url=https://repository.jboss.org/nexus/content/repositories/releases/org/drools/guvnor-distribution-wars/5.4.0.Final/guvnor-distribution-wars-5.4.0.Final-jboss-as-7.0.war

# for example for AS5:

# NOTE: Guvnor (from version 5.4) requires JBoss EAP5 to run properly on AS5-based installations

#   drools.guvnor.version=5.4.0.Final

#   drools.guvnor.url=https://repository.jboss.org/nexus/content/repositories/releases/org/drools/guvnor-distribution-wars/5.4.0.Final/guvnor-distribution-wars-5.4.0.Final-jboss-eap-5.1.war

drools.guvnor.version=5.4.0-20120516

drools.guvnor.url=http://download.jboss.org/drools/release/5.4.0.Final/guvnor-distribution-wars-5.4.0-20120516-jboss-as-7.0.war

 

 

# the URL to download the Form Builder from

# for example,

#   form.builder.url=http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.3.0.Final/jbpm-5.3.0.Final-form-builder.war

form.builder.url=http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.3.0.Final/jbpm-5.3.0.Final-form-builder.war

 

 

# the version of the Designer you want to use

# and the associated URL you want to get it from

# for example, for AS7:

# designer.version=2.2.Final-jboss7

# designer.url=http://sourceforge.net/projects/jbpm/files/designer/designer-2.2/

# for example, for AS5:

# designer.version=2.2.Final-jboss

# designer.url=http://sourceforge.net/projects/jbpm/files/designer/designer-2.2/

designer.version=2.2.Final-jboss7

designer.url=http://sourceforge.net/projects/jbpm/files/designer/designer-2.2/

 

 

# the home of your JBoss AS installation

jboss.server.version.7=7.1.1

#jboss.server.version.5=5.1.0.GA

# for example, for AS7:

#   jboss.server.version=${jboss.server.version.7}

#   jboss.home=./jboss-as-${jboss.server.version}

# if you move to 7.1, don't forget to change the following line (7.0 -> 7.1):

#   jboss.download.url=http://download.jboss.org/jbossas/7.0/jboss-as-${jboss.server.version}/jboss-as-${jboss.server.version}.zip

#   jboss.server.conf.dir=${jboss.home}/standalone/configuration

#   jboss.server.deploy.dir=${jboss.home}/standalone/deployments

#   jboss.server.data.dir=${jboss.home}/standalone/data

#   jboss.clean.repository=true

# alternatively, for AS5

#   jboss.server.version=${jboss.server.version.5}

#   jboss.home=./jboss-${jboss.server.version}

#   jboss.download.url=http://downloads.sourceforge.net/jboss/jboss-${jboss.server.version}.zip

#   jboss.server.configuration=default

#   jboss.server.deploy.dir=${jboss.home}/server/${jboss.server.configuration}/deploy

#   jboss.server.data.dir=${jboss.home}/server/${jboss.server.configuration}/data/

#   jboss.clean.repository=true

jboss.server.version=${jboss.server.version.7}

jboss.home=%JBOSS_HOME%

#jboss.download.url=http://download.jboss.org/jbossas/7.0/jboss-as-${jboss.server.version}/jboss-as-${jboss.server.version}.zip

jboss.server.conf.dir=${jboss.home}/standalone/configuration

jboss.server.deploy.dir=${jboss.home}/standalone/deployments

jboss.server.data.dir=${jboss.home}/standalone/data

jboss.clean.repository=true

 

 

# the home of your eclipse installation

# will be used to deploy the Eclipse plugin to

eclipse.home=%ECLIPSE_JBOSS_HOME%

 

 

# defines whether you want the birt plugin (for reporting) to be downloaded or not

# if you do not download the birt plugin, reporting in the jbpm-console will not work

# put this property to false if you do not want to download birt as well

jBPM.birt.download=true

Reply to this message by going to Community

Start a new discussion in jBPM at Community