[jboss-user] [JBoss Seam] - transactions all I try seems to fail

2008-01-15 Thread dreuzel
I'm trying to follow advise and running nowhere trying to set up a manual JTA transaction All advice from the forums seems not to work or to fail (I probably attack it from the wrong angle ) I define JTA eplicitely in the persistence.xml | persistence-unit name=httpscan

[jboss-user] [JBoss Seam] - Transactions without EJB

2007-11-23 Thread breako
Hi, I am just reading through Seam spec, chapter nine, section 9.3.1 I am using Seam without EJB and I was just wondering if I can configure my app so that it uses a Seam managed EntityManager does that mean the under lying transactions will JTA User transactions or will they be resorce local

[jboss-user] [JBoss Seam] - Transactions Persistence Context

2007-08-08 Thread clemente.cioffi
HI, I'm figuring out how using the transactions and the persistence Context in a good way. My environment is : JbossAs 4.0.0, Seam 1.2 and Icefaces 1.6 The back-end of my application is compounded by pojos with conversation scope that call stateless ejb3s which a Seam-managed Entity Manager is

[jboss-user] [JBoss Seam] - transactions in jboss 4.0.2

2007-05-20 Thread johnwatson99
I am currently running jboss AS v. 4.0.2 and I have some performance problems with a large transaction. I would like to put this work into a thread pool but I need all the threads to share the same transaction. Based on the documentation that I've seen so far I get the impression that this

[jboss-user] [Jboss Seam] Transactions

2006-12-28 Thread Bram Biesbrouck
Hi all, Hi all, I'm struggling with transaction-rollback in Seam for nearly two days straight now, tried everything, but it just don't seem to work. I found a very nice overview of the possibilities, here: http://svn.nuxeo.org/nuxeo/ECMPlatform/NXCore/trunk/doc/Transactions.txt I tried the

[jboss-user] [JBoss Seam] - Transactions in Perstistence Context

2006-12-01 Thread bfo81
Sorry for my late answer :). Those transactions are independent from each other. But step by step: During the existence of an Extended Persistence Context there can be multiple Java Transactions (JTA). And each Java Transaction will encapsulate write accesses to the database in a database