[jboss-user] [JBoss jBPM] - Re: calling process from the database of JBPM

2008-06-27 Thread soumya_in
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:/

[jboss-user] [JBoss jBPM] - Re: calling process from the database of JBPM

2008-06-27 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Re: calling process from the database of JBPM

2008-06-27 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Re: calling process from the database of JBPM

2008-06-27 Thread soumya_in
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 _

[jboss-user] [JBoss jBPM] - Re: calling process from the database of JBPM

2008-06-27 Thread soumya_in
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 __

[jboss-user] [JBoss jBPM] - Re: Jbpm-jpdl failed to launch login console in JBoss-4.0.2G

2008-06-27 Thread soumya_in
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 :

[jboss-user] [JBoss jBPM] - Re: Jbpm-jpdl failed to launch login console in JBoss-4.0.2G

2008-06-27 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Re: jBPM book and HTTP Status 403

2008-06-26 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Re: Error http 403 at JBPM-console

2008-06-26 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Re: Error http 403 at JBPM-console

2008-06-26 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Re: Error http 403 at JBPM-console

2008-06-25 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Re: Jbpm-jpdl failed to launch login console in JBoss-4.0.2G

2008-06-25 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Jbpm-jpdl failed to launch login console in JBoss-4.0.2GA

2008-06-25 Thread soumya_in
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

[jboss-user] [Nukes User] - JBPM-3.2.2 failed to launch login console in JBoss standalon

2008-06-25 Thread soumya_in
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].[

[jboss-user] [JBoss jBPM] - Re: Standards support by JBPM

2008-05-15 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Standards support by JBPM

2008-05-15 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Regarding my last post Strange Asynchronous behaviour JBPM(3

2008-01-30 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Expression Language not worked in JBPM-jpdl-3.2.2

2008-01-24 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Re: Is it possible to display a metrics dashboard in jBPM ?

2008-01-23 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Re: Strange Asynchronous Behaviour of JBPM(3.2.2)

2008-01-22 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Re: Strange Asynchronous Behaviour of JBPM(3.2.2)

2008-01-18 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Strange Asynchronous Behaviour of JBPM(3.2.2)

2008-01-18 Thread soumya_in
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: | | | | |

[jboss-user] [JBoss jBPM] - JBPM-3.2.2 Migrated to Oracle 10g, Hibernate_Sequence is acce

2008-01-10 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Re: Changing the id of a processDefinition or of a instance?

2008-01-09 Thread soumya_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

[jboss-user] [JBoss jBPM] - Re: Changing the id of a processDefinition or of a instance?

2008-01-09 Thread soumya_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=4118183#4118183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss jBPM] - Re: Changing the id of a processDefinition or of a instance?

2008-01-09 Thread soumya_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=4118183#4118183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss jBPM] - Re: Invoking JBPM-3.2.2 Process from standalone java client

2008-01-08 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Re: Invoking JBPM-3.2.2 Process from standalone java client

2008-01-07 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Re: Invoking JBPM-3.2.2 Process from standalone java client

2008-01-05 Thread soumya_in
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

[jboss-user] [JBoss jBPM] - Invoking JBPM-3.2.2 Process from standalone java client

2008-01-03 Thread soumya_in
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