[jboss-user] [JBoss Seam] - Re: Datasource problem with seam and jbpm

2008-01-02 Thread paulie!
s.org/j2ee/dtd/jboss-ds_1_5.dtd";> | | | | | JBPMDatasource | jdbc:postgresql://localhost:5432/jbpm | org.postgresql.Driver | paulie | paulie | | | | | Looks to be the same exception as above: 2008-01-03

[jboss-user] [JBoss Seam] - Re: Does anyone use @Rollback?

2006-11-05 Thread paulie!
"[EMAIL PROTECTED]" wrote : This is NOT the right way to implement atomic conversations! You are supposed to either do your work outside a transaction, or use @Begin(flushMode=FlushMode.MANUAL). | Wow I got an exclamation mark! AND capitals! We have been using Seam for a year now and have go

[jboss-user] [JBoss Seam] - Re: Does anyone use @Rollback?

2006-10-25 Thread paulie!
G'day I do use it, but I will let you decide if the UserTransaction stuff would be better. I use it probably out of a bit of laziness, I will try and explain: I have an Entity (lets call it mum) which I also use as a backing bean for a form. it has a collection of objects (Entity as well) on