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
"[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
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