[jboss-user] [JBoss Seam] - Re: Help with MDB + Seam + jBPM - transaction issue?

2007-06-18 Thread bsmithjj
OK - will check this too - thanks!

Brad

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

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


[jboss-user] [JBoss Seam] - Re: Help with MDB + Seam + jBPM - transaction issue?

2007-06-18 Thread bsmithjj
Due to firewall issues, I use the Seam nightly builds for testing 'what's in 
CVS.'  The last build available at 
http://cruisecontrol.jboss.com/cc/artifacts/jboss-seam-builds is dated 
jboss-seam-CVS.20070614.zip (as of this morning 20070618).  Any chance a 
nightly build made after your commits to CVS will be made available soon?

Thanks,
Brad

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

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


[jboss-user] [JBoss Seam] - Re: Help with MDB + Seam + jBPM - transaction issue?

2007-06-18 Thread [EMAIL PROTECTED]
Ah, the dist target was broken, I think. The build should work next time. 

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

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


[jboss-user] [JBoss Seam] - Re: Help with MDB + Seam + jBPM - transaction issue?

2007-06-17 Thread [EMAIL PROTECTED]
This is now fixed in CVS, please try it out for me, thanks.

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

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


[jboss-user] [JBoss Seam] - Re: Help with MDB + Seam + jBPM - transaction issue?

2007-02-08 Thread [EMAIL PROTECTED]
What version of Seam? Please try 1.1.6, so I can get accurate line numbers in 
the stack trace.

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

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


[jboss-user] [JBoss Seam] - Re: Help with MDB + Seam + jBPM - transaction issue?

2007-02-08 Thread bsmithjj
I am using 1.1.6.

Thanks

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

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


[jboss-user] [JBoss Seam] - Re: Help with MDB + Seam + jBPM - transaction issue?

2007-02-08 Thread [EMAIL PROTECTED]
So the NPE comes from the line in ManagedJbpmContext which flushes the 
BusinessProcessContext?

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

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


[jboss-user] [JBoss Seam] - Re: Help with MDB + Seam + jBPM - transaction issue?

2007-02-08 Thread [EMAIL PROTECTED]
I guess this makes sense ... in an MDB, the transaction is committed *after* 
the Seam contexts have been destroyed. This is not the same lifecycle as in a 
web request. What a pain.

Please add an issue to JIRA.

Thanks.

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

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


[jboss-user] [JBoss Seam] - Re: Help with MDB + Seam + jBPM - transaction issue?

2007-02-08 Thread bsmithjj
ok - will add to JIRA.

Thanks,
Brad Smith

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

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


[jboss-user] [JBoss Seam] - Re: Help with MDB + Seam + jBPM - transaction issue?

2007-02-08 Thread bsmithjj
Gavin,

Your last comment was helpful...

anonymous wrote : 
  | I guess this makes sense ... in an MDB, the transaction is committed 
*after* the Seam contexts have been destroyed. This is not the same lifecycle 
as in a web request.

I added a @TransactionAttribute to my SLSB and that fixed the problem.


  | @Stateless
  | @Name(provisionSuccess)
  | @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)
  | public class ProvisionSuccessBean implements ProvisionSuccess {
  | 
  | 
  | 
  | }
  | 

forcing a separate new transaction to be created for this SLSB, suspending the 
outer transaction associated with the MDB.

So maybe you don't need a JIRA issue for this?  rather, documentation should be 
expanded to explain how to do this?

Thanks,
Brad Smith

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

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


[jboss-user] [JBoss Seam] - Re: Help with MDB + Seam + jBPM - transaction issue?

2007-02-08 Thread [EMAIL PROTECTED]
naw, i dont love the workaround...

we need a better way.

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

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