anonymous wrote : So you and gavin are basically saying that the outcome of any one of those transactions does not determine the success or failure of any of the other transactions?
Yes.
anonymous wrote : But what do I do if I want to span the transaction over several requests?
What you are really asking is "how can I have an atomic conversation". Use @Begin(flushMode=MANUAL), and explicitly flush() when you want the changes to be persistent.
anonymous wrote : Isn't it that only in a non extended persistent context the transaction starts and ends with the mehtod invocation, whereas in an extended context the transaction lasts for the livetime of the SFSB?
Definitely not. Transactions held open across a user interaction are almost always a really bad idea.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990695#3990695
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990695
I made download of version 1.5, but build did not function.
error:
anonymous wrote :
| _default:compile-classes:
|
| BUILD FAILED
| /home/fabio/uneb/projeto/bibliotecas/jboss-aop/svn/jboss-as-with-aop/tools/etc/buildmagic/buildmagic.ent:439: Could not create task or type of type: depend.
|
| Ant could not find the task or a class this task relies upon.
buildmagic.ent:
| <!-- Remove classes which depend on changed files, so they will rebuild. -->
| <depend srcdir="${source.java}:${build.gen-src}"
| destdir="${build.classes}"
| dump="${javac.depend.dump}"
| closure="${javac.depend.closure}">
| <include name="${javac.includes}"/>
| <exclude name="${javac.excludes}"/>
| </depend>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990671#3990671
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990671