[jBPM] - jbpm5 Building from Source
by Kamesh Sampath
Kamesh Sampath [http://community.jboss.org/people/kamesh_sampath] created the discussion
"jbpm5 Building from Source"
To view the discussion, visit: http://community.jboss.org/message/639053#639053
--------------------------------------------------------------
when i try to build jbpm5 from source, am getting the folllowing missing dependnecy error , though i have all the maven repositories in my local Nexus.
....
[INFO] jBPM Documentation ................................ FAILURE [9.792s]
[INFO] jBPM distribution ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:15.209s
[INFO] Finished at: Wed Nov 30 14:07:37 IST 2011
[INFO] Final Memory: 19M/261M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.3:resources (default-resources) on project jbpm-docs: Unexpected problem: Unable to locat
e artifact [org.eclipse.core:resources:jar:3.3.1]: Failure to find org.eclipse.core:resources:jar:3.3.1 in http://localhost:8081/nexus/content/groups/public http://localhost:8081/nexus/content/groups/public was cached in
the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.eclipse.core -DartifactId=resources -Dversion=3.3.1 -Dpackaging=jar -Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the file there:
[ERROR] mvn deploy:deploy-file -DgroupId=org.eclipse.core -DartifactId=resources -Dversion=3.3.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR] Path to dependency:
[ERROR] 1) org.jbpm:jbpm-docs:jdocbook:5.1.1.Final
[ERROR] 2) org.eclipse.wst.css:core:jar:1.1.101-v200705302225
[ERROR] 3) org.eclipse.wst.xml:core:jar:1.1.201-v200709201331
[ERROR]
[ERROR]
[ERROR] org.eclipse.core:resources:jar:3.3.1
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] nexus ( http://localhost:8081/nexus/content/groups/public http://localhost:8081/nexus/content/groups/public, releases=true, snapshots=true)
...
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/639053#639053]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years
[jBPM] - Persistence unit name for jBPM5
by mark boletti
mark boletti [http://community.jboss.org/people/markboletti] created the discussion
"Persistence unit name for jBPM5"
To view the discussion, visit: http://community.jboss.org/message/639133#639133
--------------------------------------------------------------
Hi all !
I'd like to create my first web application which uses jbpm5 engine. I've added in the META-INF folder the persistence.xml containing the JPA configuration, however if I name the persistence unit org.jbpm.persistence.jpa the deployment fails because the JBPM console is already using that unit name:
*DEPLOYMENTS IN ERROR:*
* Deployment "vfsfile:/D:/jbpm-installer/jboss-5.1.0.GA/server/default/deploy/jbpm5.war/" is in error due to the following reason(s): java.lang.IllegalStateException: persistence.unit:unitName=#org.jbpm.persistence.jpa is already installed.*
Is it possible to use another persistence unit name to jBPM5 application ? (If so, how does the jBPM engine know which is the persistence unit name used? I couldn't find this information in the docs)
Thanks a lot
Mark
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/639133#639133]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years