[jBPM] - Verifying change to JBPM database
by David Harris
David Harris [https://community.jboss.org/people/dmwpepper] created the discussion
"Verifying change to JBPM database"
To view the discussion, visit: https://community.jboss.org/message/800931#800931
--------------------------------------------------------------
Hi, I'm new to JBPM and wanted to change the underlying database to Postgress. I believe I followed the instructions in the JBPM User Guide. The server.log seems to indicate that it was deployed ok:
18:42:47,668 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
18:42:47,684 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) JBAS010404: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 9.2)
18:42:47,684 INFO [org.jboss.as.jpa] (MSC service thread 1-6) JBAS011402: Starting Persistence Unit Service 'jbpm-gwt-console-server.war#org.jbpm.persistence.jpa'
18:42:47,684 INFO [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-6) HHH000204: Processing PersistenceUnitInfo [
name: org.jbpm.persistence.jpa
Dumb question, but I'm not sure how to test to see that its actually working?
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/800931#800931]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 1 month
[JBoss Portal] - Beginner - Differences between GateIn & jboss enterprise portal platform
by sirseto
sirseto [https://community.jboss.org/people/sirseto] created the discussion
"Beginner - Differences between GateIn & jboss enterprise portal platform"
To view the discussion, visit: https://community.jboss.org/message/798785#798785
--------------------------------------------------------------
Hi everybody,
I'm currently making a comparison between differents portals (from liferay to microsoft...), to develop a prototype for an insurance company. I was interesting by eXo, but I just need the portal part. So, I went to GateIn. But, apparently, there is no support for enterprises need (is it exact ?).
So, I went to JBoss Entreprise Portal Platform. It's exactly the same portal as GateIn, but with the RedHat's support ?
Other little question, where I can find all the technical specifications (like the Deployment Compatibility, web services supported, standards used, ...) ? I need a lot of informations, but I'm a little bit lost into the large quantity of docs
Thank you in advance !
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/798785#798785]
Start a new discussion in JBoss Portal at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 1 month
[jboss-as-maven-plugin] deploy dependencies
by Julio Carlos Barrera Juez
I want to deploy all my project dependencies using jboss-as-maven-plugin. I
have defined project dependencies in my pom.xml file, but how can I deploy
it using the jboss-as-maven-plugin? Is there a way to do it?
13 years, 1 month
[Beginner's Corner] - Configure Maven for JBoss AS 7, associating Maven with project, unable to create Ticket-Monster project. Unable to obtain central repository.
by Charles Harris
Charles Harris [https://community.jboss.org/people/lionhyde] created the discussion
"Configure Maven for JBoss AS 7, associating Maven with project, unable to create Ticket-Monster project. Unable to obtain central repository."
To view the discussion, visit: https://community.jboss.org/message/801200#801200
--------------------------------------------------------------
Hello,
This is my first time ever utilizing JBoss, so please be kind :-) The problem that I'm having is trying to associate the Maven archetype with the Ticket-Monster turorial. I have set up Maven, and the jboss-as-7.1.1.Final Server starts up successfully. Unfortunately, no matter what I do. I am unable to advance past this point. These are the sequences of steps that I have taken thus far:
1) Successfully Installed Maven. I know this because when I issue the mvn --version command I get
2) But upon trying to proceed with the various processes to create the project I get (As indicated earlier, the jboss-as-7.1.1.Final Server starts up successfully) :
3) Other parameter inputs.
4) And ultimately, the treaded Error.
*What have I have tried?*
-pointing the Maven User settings to this, but was still unsuccessful.
-and even tried pointing to the settings.xml file in the apache-maven directory. I have also tried modifying the contents within the settings.xml file itself, to what Apache advises me to use. However, again no success. Can someone please help me. I have been stuck on this for the last 2 weeks.
Very Respectfully,
Charles
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/801200#801200]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 1 month
[jBPM] - How to change the Port of JBPM5.3 Full Installer?
by Thomas Setiabudi
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion
"How to change the Port of JBPM5.3 Full Installer?"
To view the discussion, visit: https://community.jboss.org/message/763195#763195
--------------------------------------------------------------
Hi,
I Used JBPM5.3 Full Installer, it works well with the default configuration
My question is how do we change the default sample which works at localhost:8080 to some other port?
So far, I have changed:
1. {installerPath}\jboss-as-7.0.2.Final\standalone\configuration\standalone.xml
changing the port value in this part
<socket-binding-group name="standard-sockets" default-interface="public">
<socket-binding name="http" port="8082"/>
doing this, i can access the jbpm console but the console is unable to load any process from guvnor repository
2. {installerPath}\guvnor.preferences.properties
changed port 8080 to 8082
3. {installerPath}\jbpm.console.properties
changed port 8080 to 8082
4. {installerPath}\jboss-as-7.0.2.Final\standalone\deployments\drools-guvnor.war\WEB-INF\classes\preferences.properties
changed port 8080 to 8082
5. {installerPath}\jboss-as-7.0.2.Final\standalone\deployments\jbpm-gwt-console-server.war\WEB-INF\classes\guvnor.preferences.properties
changed port 8080 to 8082
6. {installerPath}\jboss-as-7.0.2.Final\standalone\deployments\jbpm-gwt-console-server.war\WEB-INF\classes\jbpm.console.properties
changed port 8080 to 8082
but still no success, now when i try to refresh the list of process definition in jbpm console I always get the resteasy error.
I suppose there should be some other files that need to be modified. Which files are those?
Any Help is appreciated.
Regards,
Thomas Setiabudi
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/763195#763195]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 1 month
[jBPM] - Re: Deployment of bpmn and related artifacts WITHOUT guvnor -- is it possible?
by Yarr P.
Yarr P. [https://community.jboss.org/people/groopk] created the discussion
"Re: Deployment of bpmn and related artifacts WITHOUT guvnor -- is it possible?"
To view the discussion, visit: https://community.jboss.org/message/801115#801115
--------------------------------------------------------------
For anyone else in the same boat- it turns out the default knowledge builders already account for this (hence how the Evaluation demo is able to work). The png file needs to be {process.id}.png instead of {process.id}-image.png.
So, to depoy a bpmn process without using Guvnor from Eclipse:
-Put the bpmn file into the "jbpm.console.directory", which by default with the demo is ${install.home}/sample/evaluation/src/main/resources
-Create a PNG using the 'export png' option from the eclipse plugin, and name it {process.id}.png - i.e. com.sample.bpmn.hello.png
-Create FTL files by hand or by using the "generate jBPM forms" option within eclipse
-Put the PNG and FTL files inside the classes folder of the gwt console server (i.e. jboss-as-7.1.1.Final\standalone\deployments\jbpm-gwt-console-server.war\WEB-INF\classes\ ) - although anywhere on the gwt-console-server classpath should work
-Restart jboss and you are good to go.
For how extremely simple this process is, it sure took a long time to muddle through and figure out how to do it.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/801115#801115]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 1 month