[jboss-user] [JBoss Seam] - Re: JBPM and Seam integration. What am I doing wrong?

2006-09-26 Thread [EMAIL PROTECTED]
Jump wrote : [EMAIL PROTECTED] wrote : 
  |   | No. Follow the example apps and the reference documentation. Don't try 
and invent new ways of doing things until you really understand how the 
standard way works.
  | 
  | What are standart ways? TODO sample app? 

The DVD Store demo, and the reference manual.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3974228#3974228

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974228
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBPM and Seam integration. What am I doing wrong?

2006-09-25 Thread [EMAIL PROTECTED]
Are you passing the task id in the taskId request parameter when you call 
startTask() ?




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3973882#3973882

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973882
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBPM and Seam integration. What am I doing wrong?

2006-09-25 Thread Jump
Well, actually I didnt. But pooledTask.assignToCurrentActor worked fine, does 
not that mean, that somebody already outjected taskId variable?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3973890#3973890

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973890
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBPM and Seam integration. What am I doing wrong?

2006-09-25 Thread Jump
And by the way, are there any ways to pass taskId when I call endTask().

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3973894#3973894

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973894
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBPM and Seam integration. What am I doing wrong?

2006-09-25 Thread [EMAIL PROTECTED]
Jump wrote : Well, actually I didnt. But pooledTask.assignToCurrentActor 
worked fine, does not that mean, that somebody already outjected taskId 
variable?

No. Follow the example apps and the reference documentation. Don't try and 
invent new ways of doing things until you really understand how the standard 
way works.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3974004#3974004

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974004
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBPM and Seam integration. What am I doing wrong?

2006-09-25 Thread [EMAIL PROTECTED]
Jump wrote : And by the way, are there any ways to pass taskId when I call 
endTask().

You do not need to do that because @StartTask starts a conversation and 
associates the task with the conversation.

Please follow the examples.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3974005#3974005

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974005
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user