[JBoss-user] [JBoss Seam] - Re: JBPM task integration

2006-05-08 Thread dr_j
This may be related to this more recent post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=81736 I'm working on an example that would show our issue (it's being reviewed by a couple of folks first, to ensure I don't post something too boneheaded!). j View the original post : htt

[JBoss-user] [JBoss Seam] - Re: JBPM task integration

2006-02-14 Thread [EMAIL PROTECTED]
"js8523" wrote : I solved the error listed above by removing the pageflow definition from the @StartTask and performing navigation using faces-config.xml. Hmmm. I don't have any example of a task navigation using a jBPM pageflow, so I had better test that. http://jira.jboss.com/jira/browse/JB

[JBoss-user] [JBoss Seam] - Re: JBPM task integration

2006-02-14 Thread js8523
I solved the error listed above by removing the pageflow definition from the @StartTask and performing navigation using faces-config.xml. But I could not pick out the error through my debugging. As I understand it jpdl pageflows are never stored in the persistence, so I presume it is picking

[JBoss-user] [JBoss Seam] - Re: JBPM task integration

2006-02-13 Thread js8523
Unfortuneatly not as simple as that. I've checked all the obvious stuff, changed the names of the task and page ids but still to no avail. The one thing that could be confusing it is using the pageflow at the same time as trying to complete the task from the process flow, using : | @Star

[JBoss-user] [JBoss Seam] - Re: JBPM task integration

2006-02-13 Thread [EMAIL PROTECTED]
This seems pretty difficult to believe. More likely you have mixed up the two org.jboss.seam.core.jbpm.Definitions settings. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923350#3923350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss Seam] - Re: JBPM task integration

2006-02-13 Thread js8523
Hi Gavin thanks for the fast reply, what is happening is I have a pageflow and a process flow a page is called "match" and a task in my process flow is also called "match" and I imagine it is getting confused when looking up the task. I imagine this is the case, I will try now and post the re

[JBoss-user] [JBoss Seam] - Re: JBPM task integration

2006-02-13 Thread [EMAIL PROTECTED]
Business process definition do NOT have nodes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923346#3923346 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923346 -

[JBoss-user] [JBoss Seam] - Re: JBPM task integration

2006-02-13 Thread [EMAIL PROTECTED]
whoah! Sounds like you are using a pageflow as a business process definition! They are very, very different things! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923345#3923345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBoss Seam] - Re: JBPM task integration

2006-02-13 Thread js8523
Hi Really bafaling but it is org.jboss.seam.jbpm.Page as I imagine it should be. I am using Jbpm beta3. As a further note (not sure if useful) the server prints this out after the exception. | 16:15:46,646 INFO [STDOUT] FieldsManager in use = org.jboss.serial.classmetamodel.Reflect

[JBoss-user] [JBoss Seam] - Re: JBPM task integration

2006-02-11 Thread [EMAIL PROTECTED]
Put a breakpoint in Hibernate src at AbstractEntityPersister:3301 and see what you have got instead of the the expected org.jbpm.graph.de f.Node. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923096#3923096 Reply to the post : http://www.jboss.com/index.htm