[jBPM] New message: "Re: Deploy a new process jbpm-console 4.3"
by Maciej Swiderski
User development,
A new message was posted in the thread "Deploy a new process jbpm-console 4.3":
http://community.jboss.org/message/531296#531296
Author : Maciej Swiderski
Profile : http://community.jboss.org/people/swiderski.maciej
Message:
--------------------------------------------------------------
Hi,
afaik there is not possible to deploy process from a console (not yet implemented).
To deploy to remote database can be done in (at least) two ways:
1. using ant task - check examples shipped with jBPM distribution - there is a build.xml with all required tasks
2. use public API - RepositoryService (createNewDeployment method) - see java docs for it and all test cases use this approach
In both cases you need to configure hibernate to inform where the process should be deployed.
HTH
Maciej
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531296#531296
16 years, 3 months
[jBPM] New message: "How to pass values from jsp to *.jpdl.xml file"
by Anand Kumar
User development,
A new message was posted in the thread "How to pass values from jsp to *.jpdl.xml file":
http://community.jboss.org/message/531291#531291
Author : Anand Kumar
Profile : http://community.jboss.org/people/akstifr
Message:
--------------------------------------------------------------
Hi,
I am developing a web application in that i have a situation where a person selects a particular role from the available list in the *jsp* page and that value has to be passed and assigned to the *assignee* field in the *task* component of the **.jpdl.xml* file?
i am using jbpm 4.3 with tomcat 6.0 as server and Oracle 10g as database
How can i pass the values from the jsp to *.jpdl.xml file... ???
I have gone through google but could not find any solution about it.
Can any one help me to come out of this situation or any pointers how i can perform it ??
Thanks in advance for your help
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531291#531291
16 years, 3 months
[JBoss Tools] New message: "Re: Tutorial for BPEL simple-invoke"
by Feng Qian
User development,
A new message was posted in the thread "Tutorial for BPEL simple-invoke":
http://community.jboss.org/message/531289#531289
Author : Feng Qian
Profile : http://community.jboss.org/people/Grid.Qian
Message:
--------------------------------------------------------------
Haha, maybe what I wrote is too simple. For simple-invoke sample, it include two parts: one is a web service, one is bpel.
So we need to do more things.
You should copy the war files into the correcty location in a dynamic project, then deploy it into server. It will create a web service in server
Then do the steps like as I said in my last comment.
Of course, in the future, we will create bpel project examples in eclipse side. You can import them directly into eclipse workspace, then test them.
But for now. you need do something by yourself.
If any questions, please feel free to comment this topic.
BTW welcome your advices.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531289#531289
16 years, 3 months