Everything looks fine.
Do one thing.
1)Replace your existing deployed websale process from console.
2)Redeploy the process freshly once again
3)Stop your JBoss server
4)Use default.jbpm.cfg.xml instead of jbpm.cfg.xml
4)Start your application(client application)
View the original post :
http:/
Also the JBPM version ur using...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161149#4161149
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161149
___
jboss-user mailing li
give me your hibernate.cfg.xml file conf
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161146#4161146
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161146
___
jboss-user mai
Make sure that before running the process should be deployed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161118#4161118
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161118
_
Stop your server and Start running it.
If it works I will tell you the reason later.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161117#4161117
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161117
__
Oppp! My problem solved.
I replaced 4.0.2GA lib/endorsed xml-apis.jar with the 4.0.4GA
lib/endorsed/xml-apis.jar. And now console is running smoothly.
It seems that API has changed for higher version.
Thanks Ronald and Leo for your response.
Thanks
Soumya
View the original post :
Hi,
Leo Thanks for your response.
I replaced 4.0.2GA lib's dom4j.jar with 4.0.4GA
Result is same. Moreover org.w3c..dom.Element doesn't exist in 4.0.4GA
dom4j.jar.In 4.0.4GA JBPM console launching perfectly.Even process
deployment takes place properly.
Totally clueless.
Thanks
Sou
Give your user atleast an user role.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160855#4160855
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160855
___
jboss-user mailin
Contd
role) in JBPM_ID_MEMBERSHIP table.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160812#4160812
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160812
___
jboss-use
For a role X make sure that the user that you have added must have an user role.
So you need to do two things
1) All user should have X role.
2) Additionally all user should have user role.
Therefore all user_id must corresponds to a group_id(that you have created in
JBPM_ID_GROUP table) and addi
Adding user is not easy as adding user to it's JBPM_ID_USER table.
Follwing is neccessary during adding a user.
1) Add a user to it's JBPM_ID_USER and note your USER_ID
2) Check JBPM_ID_GROUP table to find the ID corresponding to user role and note
it as GROUP_ID
(This is neccessary because as pe
Thanks Ronald for your response.
It's 3.2.2
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160730#4160730
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160730
___
jboss-u
I tried to deploy JBPM ear in 4.0.4GA.
It deployed
I tried the same with 4.0.2GA
Got following exception while launching the login console though sucessfully
deployed the ear.
2008-06-25 16:35:54,020 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jbpm
| -consol
I tried to deploy JBPM ear in 4.0.4GA.
It deployed
I tried the same with 4.0.2GA
Got following exception while launching the login console though sucessfully
deployed the ear.
| 2008-06-25 16:35:54,020 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jbpm-console].[
Is this really relevant to my question!!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151242#4151242
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151242
___
jboss-user
I need to know that among these what are JBPM supports directly.
Currently I am eveluaing JBPM-3.2.2.JPDL is confirmed.What about the others.
Lists are:-
Modeling
| -
| XPDL
| BPDM
| BPML
| JDPL
| BPMN
|
|
| Execution
| ---
| WS-Coordination
Hi Ronald,
I recently post a topic Strange Asynchronous behaviour JBPM(3.2.2)
I found ronald didn't complete his statement after realizing my problem.
My question is does JBPM correctly assimilate Asynchronous Mechanism as what it
is expected or it is known bug for this version yet as I got an JI
I used a back-end bean like this.
| public String strUser = "user";
| public String getStrUser() {
| return strUser;
| }
| public void setStrUser(String strUser) {
| this.strUser = strUser;
| }
|
I used a Expression Language to
Plz check the SeeWhy with VM installer.
It can help you in some sense.But I am not sure how much it fix up your
requirement.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122584#4122584
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
Yes...Asynchronous means a non-blocking.I have a requirement like this. e.g.
CreditValidation.My main process validate a credit card no which will be
validated in a subprocess.At that point customer registration will be done in
the main process.Now at all a customer entered a wrong credit card n
In connection to my previuos post.
Now my point is that if at all the command had reached to the asynch node then
why do i have to add the leave code in my action class explicitly?
If I don't add this code to the one with aynch=true then any other new project
with a synchronous node goes blocking
Hi all,
I have deployed the jbpm-enterprise.ear into my existing jpm-jpdl-suite
3.2.2.The ear got successfully deployed.
However when I am trying to achieve asynchronous execution by declaring one
node as asynch="true" which I tried with the following code:
|
|
|
|
|
Hi All,
I have migrated JBPM in Oracle 10g but I have encountered a problem regarding
Hibernate_sequence that has been provided with the given Oracle script.
Actually when my JBPM was associated with Hypersonic after each
deployment the Process_ID is getting increased evenly and with an in
Redeploy your jbpm-console.war/jbpm.war file by changing
../WEB-INF/classes/hibernate.cfg.xml.I think that will be helpful..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118184#4118184
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
Redeploy your jbpm-console.war/jbpm.war file by changing
../WEB-INF/classes/hibernate.cfg.xml.I think that will be helpful..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118183#4118183
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
Redeploy your jbpm-console.war/jbpm.war file by changing
../WEB-INF/classes/hibernate.cfg.xml.I think that will be helpful..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118183#4118183
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
Hi All,
I was able to start a process from a standalone java client by following the
given steps:-
1. Migrated JBPM Database schema to Oracle 10g using the given oracle script.
2.Redeployed the jbpm-console.war by making changes in the
jbpm-console/web-inf/classes/hibernate-cfg.xml file to redire
Thanks Ronald for your response.
I followed the testcase as u instructed and run it successfully.But the problem
is when I tried to find those 'Hello World' process instance from the database
I can't find. Does this deployment a dummy one or it is deployed somewhere else
or I am doing something
can u name one of them or a certain portion of code-snippet that u want to
stress
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117326#4117326
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117326
Hi,
I am using JBPM jpdl 3.2.2. I have a requirement that a user logs into some web
portal and sumbits a quotation payload which then will invoke a jpdl deployed
process that will process that document.In the version 3.0.4 there is some code
in HomeBean.java in java-webapp that states how to ca
30 matches
Mail list logo