[jboss-user] [JBoss jBPM] - Re: Struts integration withjBPM

2009-02-05 Thread smjain
So I assume you will have some manual tasks in your simple Workflowprocess. What you can do is to use jbpm API's inside your struts . The jBPM API's can be behind service interfaces which may be a Session Bean. There is lot of help avaliable online for using jbpm API's Shashank View the original

[jboss-user] [JBoss jBPM] - Re: Attaching files

2009-01-22 Thread smjain
"kukeltje" wrote : you = use Can you provide some links if possible. Thanks for the inputs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204189#4204189 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204189 ___

[jboss-user] [JBoss jBPM] - Re: Attaching files

2009-01-22 Thread smjain
"kukeltje" wrote : you = use Can you provide some links if possible. Thanks for the inputs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204188#4204188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204188 ___

[jboss-user] [JBoss jBPM] - Re: Attaching files

2009-01-22 Thread smjain
"kukeltje" wrote : I do not adapt the jbpm-console. I leave that as is and use it what it is good for, admin purposes. For normal usage I developed my own webapp. So in effect its a complete web application which allows you to start and run a workflow... Will that be possible to share some part

[jboss-user] [JBoss jBPM] - Re: FileUpload in JBPM-3.1.4..very urgent

2009-01-22 Thread smjain
"mr.sathya" wrote : | I solved This Problem | | Thanks & Regards, | Sathya | | Hi Satya, I need urgent help on the same. Can you please elaborate the steps. Regards Shashank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203976#4203976 Rep

[jboss-user] [JBoss jBPM] - Re: Attaching files

2009-01-22 Thread smjain
"johnnyright" wrote : Thank you kukeltje for your answer ;)[/img] Were you able to use rich faces..Please guide me on this. I am unable to deploy the jbpm-console.war after adding rich faces libs.. Shashank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203964

[jboss-user] [JBoss jBPM] - Re: upload file in a task ?

2009-01-22 Thread smjain
I am unable to do an upload in jbpm task form.. Tried to integrate rich faces as you had suggested. If i put the rich faces jar in the jbpm-console.war file the war is not getting deployed If I dont do it the rich tag is itself not found.. Please help Shashank View the original post : http://www

[jboss-user] [JBoss jBPM] - Re: Using fileUpload (either

2009-01-22 Thread smjain
How do we use rich faces with jbpm. I try to put the rich faces jar inside web-inf/lib of jbpm-console.war . The console war file fails to get deployed if I make this change The use case is to allow file upload in a task form.. Regard Shashank View the original post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - jBPM token id=0

2008-11-16 Thread smjain
I am using the following code to invoke a process ProcessDefinition processDefinition = ProcessDefinition.parseXmlResource("simple/processdefinition.xml"); // Create an instance of the process definition. ProcessInstance instance =

[jboss-user] [JBoss jBPM] - JBPM integration with ESB

2008-11-15 Thread smjain
Hi, I am trying an integration of JBoss jBPM with JBoss ESB. I am launching the jBPM process from a servlet. Inside the servlet I am setting a process variable say x and some value to it.. This value is mapped to the ESB body as a String. I am able to access the value in the ESB action handler.

[jboss-user] [JBossWS] - Re: WS-Eventing and subscription expiration time

2008-08-25 Thread smjain
"[EMAIL PROTECTED]" wrote : Thanks Stefano, i did patch the eventing source acccordingly. This will make it into 1.0.4. I checked that this was added in 1.0.4 and then removed later.. I am using WS 2.0.3. How do I configure the lease time... Regards Shashank View the original post : http://www.j

[jboss-user] [JBossWS] - Re: WS-Eventing and subscription expiration time

2008-08-25 Thread smjain
I am using JBoss WS 2.0.3 and wanted to change the max lease time.. Whats the MBean parameter for doing so. I didnt find an in the Subscription Manager MBean. Can you please help me in that Regards Shashank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172219

[jboss-user] [JBossWS] - Re: WS Eventing client - basics question

2008-08-14 Thread smjain
I am able to deploy the WS-Eventing samples but when I run the Sysmon sample test case I am getting errors in logs. Testsuite: org.jboss.test.ws.jaxws.samples.wseventing.SysmonTestCase Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 7.029 sec Testcase: testSubscribe took 1.609 sec Ca

[jboss-user] [JBossWS] - Re: WS Eventing client - basics question

2008-08-12 Thread smjain
Hi Manu, I am trying to setup WS-Eventing on JBoss WS 2.0.3 Can you please let me know of the steps..I am not able to do it from what is mentioned on wiki Regards Shashank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170125#4170125 Reply to the post : http

[jboss-user] [JBossWS] - Configuring WS-Eventing on JBossWS2.0.3

2008-07-03 Thread smjain
Hi, I am using JBoss Application server 4.2.2 and JBoss WS 2.0.3. I am looking for some good book/documentation to start from scratch on WS-Eventing. We have a legacy application which acts as a Event Source. We already have connectors in java to recieve those events. I am looking out for detai