[jboss-user] [jBPM] - Re: Migration JBPM 3.2.3 to JBPM 5

2012-08-21 Thread mlsreekanth
mlsreekanth [https://community.jboss.org/people/mlsreekanth] created the discussion "Re: Migration JBPM 3.2.3 to JBPM 5" To view the discussion, visit: https://community.jboss.org/message/754742#754742 -- Hello Mauricio Sala

[jboss-user] [jBPM] - Migration JBPM 3.2.3 to JBPM 5

2012-08-17 Thread mlsreekanth
mlsreekanth [https://community.jboss.org/people/mlsreekanth] created the discussion "Migration JBPM 3.2.3 to JBPM 5" To view the discussion, visit: https://community.jboss.org/message/754250#754250 -- Hello all, We have

[jboss-user] [JBoss jBPM] - Re: Error while adding variables to execution context

2008-09-09 Thread mlsreekanth
Hello Ronald, Being precise, here is our setup. JBPM 3.2.GA, Jboss Seam 1.2.GA and Tomohawk , myfaces on jboss 4.0.5.GA along with mysql 5.0.24 on RHEL 4 update 4. If i am wrong please correct me. Jboss seam transaction handling is not much fine grained to handle EJB3 transactions and JBPM

[jboss-user] [JBoss jBPM] - Re: Error while adding variables to execution context

2008-09-09 Thread mlsreekanth
Hello Ronald, Thank you for your quick response. Somehow i am able to match the relations and tried correcting the missing relation (NULL values) and got the system stable. But, I think it is necessary to have a validation routines/scripts (could be optional , can be enabled by configuration) t

[jboss-user] [JBoss jBPM] - Error while adding variables to execution context

2008-09-09 Thread mlsreekanth
Hello All, I have been successfully using jbpm-jpdl-3.2.GA till now. Few days back, database server was down suddenly because of data storage issue. After that, i am seeing very peculiar errors from JBPM as follows, Caused by: org.hibernate.TransientObjectException: org.jbpm.context.exe.TokenV

[jboss-user] [JBoss Seam] - Seam and JBPM with JTA enabled

2007-10-22 Thread mlsreekanth
Hi, My primary requirement is to work with EJB3 entities fro JBPM action handlers by using Session Facades. So, i need all the calls to these session facades to be in a single transaction. I am trying to use JBPM JTA transactions which are supported in JBPM 3.2 GA and configured as they descr

[jboss-user] [EJB 3.0] - Error while timeout handler is executed

2006-10-30 Thread mlsreekanth
Hi all, Environment : Windows XP with java1.6 beta and Jboss 4.0.4GA I am using Container managed Persistence context (EJB3 entity manager) I have a problem with a timer. It is being created properly with a warning 20:53:13,343 WARN [TxConnectionManager] Prepare called on a local tx. Use of

[jboss-user] [JBoss Seam] - How to set a variable to a taskInstance

2006-08-21 Thread mlsreekanth
Hello all, I a trying to set a variable to a taskInstance where that variable is declared as required in the taskcontroller of the process. When i created this variable as Outjected and BUSINESS_PROCESS scoped, it is not being updated by an assignment rather than the initialization. But when

[jboss-user] [JBoss Seam] - DVDStore Example failing with No Active Conversation context

2006-08-17 Thread mlsreekanth
Hello all, We deployed Dvdstore example into jboss server (Installed using jems installler). Jboss Version : jboss-4.0.4.GA (installed using jems-installer-1.2.0.BETA.jar) Os : Windows XP JDK : jdk1.5.0_06 Seam : jboss-seam-1.0.1.GA. After logging in from DVStore home page, we are getting "No Ac

[jboss-user] [JBoss Seam] - Use of TaskInstanceList

2006-08-16 Thread mlsreekanth
Hello all, I am trying out Jboss Seam to use in an enterprose scale application. I am able to use conversations and jbpm based page flows. While using TaskInstanceList i faced the following problem. I have a requirement that starttask and endtask has to be invoked on two different event hander

[jboss-user] [JBoss Seam] - Re: JBPM and Seam Integration - JBPM as an external service

2006-08-03 Thread mlsreekanth
Hello JeanGuyer, What approach you did you try? Could you please shed some light on this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962812#3962812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962812 __

[jboss-user] [JBoss Seam] - JBPM and Seam Integration - JBPM as an external service

2006-08-02 Thread mlsreekanth
Hello All, First of all i would like to thank Jboss Seam developer community for delivering such a good framework. We have a requirement that JBPM has to run as a service in the application server and other applications uses the service to integrate business processes in to their components. F