[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2008-02-12 Thread torsty
hi, have you solved your problem? I did something similar with seam 2.0.1GA and jbpm 3.2.2. Everything worked all right. process-definition looked like: | process-definition | name=myWf | xmlns=urn:jbpm.org:jpdl-3.2 | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2008-02-04 Thread pbrewer_uk
Thanks Pete, I have now filled a JIRA relating to this issue. I've also done some further investigation and discovered that JBPM session is not null. The NPE is caused by a call to getTransactionManager().getTransaction() in Hibernates JTATransaction class that returns null. Its detailed in the

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2008-02-04 Thread pbrewer_uk
I've added an example ear and project source to the jira And I've now posted on the jBPM forums too: http://www.jboss.com/index.html?module=bbop=viewtopicp=4126208#4126208 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126213#4126213 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2008-02-03 Thread [EMAIL PROTECTED]
I don't really know what the problem is here. I'm a bit overloaded atm. But if you can create a JIRA issue, and attach a simple example to reproduce with steps, then hopefully someone can take a look soon. With the first exception - what is the NPE from Hibernate about? You might want to

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2008-02-01 Thread pbrewer_uk
I'm more than willing to take this task on, but I'll need some pointers on where the cause of the problem lies and how to tackle it. This is now a critical issue for my project, so any help at all would be greatly appreciated. In addition, I think a related problem can be observed if, for

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2008-01-13 Thread liqweed
Having a similar problem on JBoss AS v4.2.2. Ophir View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119442#4119442 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119442 ___

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2008-01-04 Thread pbrewer_uk
Thanks Pete. Let me know how you get on, or if you need anything else from me to replicate the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116994#4116994 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116994

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2007-12-27 Thread pbrewer_uk
Unfortunately, this is still a major problem for me. I'd be grateful for any suggestions you may have. If you need any further info then please don't hesitate to ask. Many thanks, Pete. BTW Are you able to replicate this issue using the code I posted previously? View the original post :

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2007-12-27 Thread [EMAIL PROTECTED]
I haven't tried, but will do after the new year now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115807#4115807 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115807 ___

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2007-12-26 Thread [EMAIL PROTECTED]
Pete, did you solve this problem? Sorry, I lost track of it til now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115517#4115517 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115517

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2007-11-15 Thread pbrewer_uk
Thanks Jamie, I think we have slightly different problems (although possibly/ probably related). I am deploying on JBoss AS 4.2.1.GA and my processes manage to complete successfully, as long as I do not use jbpm timers. My problem occurs when a jbpm timer fires and then I think it trys to

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2007-11-14 Thread pbrewer_uk
Hi Alex, thanks for your continued help. Unfortunately, I get the same behaviour whether I initiate the JobExecutor via a seam component or by using the JobExecutorServlet. | 2007-11-14 11:58:05,675 ERROR [org.jbpm.db.JobSession] org.hibernate.TransactionException: could not register

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2007-11-14 Thread jcruise
Are you running on tomcat or Jboss AS? I get this error whenever I have the jbpm scheduler service even configured. It appears whenever I try to close a process instance. So, I've been working around it by just disabling the scheduler service. I'll file a JIRA issue for my problem. View the

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2007-11-14 Thread jcruise
http://jira.jboss.org/jira/browse/JBSEAM-2251 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104857#4104857 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104857 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2007-11-13 Thread arussel
Have you set up JTA in hibernate.cfg.xml of jbpm ? mine looks like: !-- JTA transaction properties (begin) -- | property name=hibernate.transaction.factory_classorg.hibernate.transaction.JTATransactionFactory/property | property

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2007-11-13 Thread pbrewer_uk
Thanks for the speedy reply. I have set that property - heres my config in full: jbpm.cfg.xml | ?xml version=1.0 encoding=utf-8? | | jbpm-configuration | | jbpm-context | service name=persistence |factory | bean