[jboss-user] [JBoss jBPM] - Re: Contributing a New Document to JBPM Community

2008-07-03 Thread mandrita.ca
Hi Koen,

I'll try sending it to you to your mail id.It's aroung 5 MB.If it doesn't get 
delivered do let me know.

Thanks and Regards
Mandrita.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162272#4162272

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162272
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Contributing a New Document to JBPM Community

2008-05-16 Thread mandrita.ca
Hi Koen,

Could you please post your email id so that I can send you the editable copy of 
the jBPM Tutorial?

Regards,
Mandrita

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151360#4151360

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151360
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Contributing a New Document to JBPM Community

2008-05-14 Thread mandrita.ca
Hi Koen,

A big thanks to the jBPM community for appreciating our effort.I would get back 
to you on the issue of sharing the original document in a couple of days.

Thanks,
Mandrita.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150597#4150597

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150597
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Contributing a New Document to JBPM Community

2008-05-01 Thread mandrita.ca
Hi kukeltje,

You can find the document in the following location:-

http://wiki.jboss.org/wiki- JBoss Wiki Home Page.

Under the Attachement section on the same page the link with the name:-
http://wiki.jboss.org/wiki/_Files/Main/jbpm3.2.2-handsontutorial.pdf is the 
location to the actual document.

Thanks,
Mandrita.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148256#4148256

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148256
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Contributing a New Document to JBPM Community

2008-04-30 Thread mandrita.ca
Hi all,

The document has been uploaded.Please use the following link to view the 
document: 

http://wiki.jboss.org/wiki-files/_Files/Main/jbpm3.2.2-handsontutorial.pdf

Thanks,
Mandrita and Soumyajit.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147730#4147730

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147730
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Contributing a New Document to JBPM Community

2008-04-17 Thread mandrita.ca
Thanks for the responses.

The document is actually in a pdf format.So I have decided to upload in wiki.It 
will be availaible very soon.

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144804#4144804

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144804
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Contributing a New Document to JBPM Community

2008-04-11 Thread mandrita.ca
Hi,

I am an employee of Cognizant Technology solutions and for past couple of 
months my group had been evaluating JBPM 3.2.2.We have come up with a tutorial 
which is more relevant for developers who would be using this modelling tool.We 
want to contribute the same at the JBoss community.Is there any procedure for 
the same like verifications etc  or I can just upload a file at the Jbpm wiki 
site?
Please let me know.

Thanks,
Mandrita,

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143413#4143413

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143413
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Job Executor-Asynchronous execution

2007-12-19 Thread mandrita.ca
Hi, 
I am using JBPM-jpdl suite 3.2.2. 
These are some of the recent findings: 
1. System.out.println("Job Executor Name" + obj.getName()); gives the actual 
Job Executor Name which it reads from default.jbpm.cfg.xml file showing that 
the Job Executor is up and running. 
2. I configured a timer and the job executor is executing the timer action 
class as expected which is also getting reflected in the JBPM_JOB table as the 
version column value is increasing. 
3. However when I follow the similar steps for asynchronous execution i find 
that there is no new entry in the JBPM_JOB table,but the SOP is giving me the 
Job Executor name in the asynch action class handler which shows that the 
executor is up and running.But no other tasks are getting exceuted after the 
asynch node except for if i write 
executioncontext.getNode().leave(executionContext). 
Abruptly the process is ending without even raising exceptions if I am not 
including the above piece of code. 

So how is the job executor handling the asynch messages? since asynch means a 
non-blocking process. 

Thanks, 
Mandrita.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114177#4114177

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114177
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user