Log in to follow, share, and participate in this community.
Thread JTA and Container Managed Transactions in JBoss 7.1.0
JTA and Container Managed Transactions in JBoss 7.1.0When i started to develop the application i tried to use the container managed transactions using EJB3. I am using JBoss 7.1.0 but my lazy loading is giving exceptions beacaus the Hibernate session is already closed....
Thread Setting up transaction manager outside of JBoss AS
Setting up transaction manager outside of JBoss ASI'm trying to use JBoss Transactions from a (kind of) standalone client. My goal is to setup a functional transaction manager and the transaction synchronization registry on a remote client side (which ultimately comm...
JBoss Session/Connection ManagementHi All; appologies if this has been previously answered, i have searched extensively and can't seem to find the answer to what should be a relatively easy task. Basically, i want to be able to monitor connections (a...
Thread Need help with hung transactions in JBoss 5.1.0.GA
Need help with hung transactions in JBoss 5.1.0.GAWe are running JBoss 5.1.0.GA, jBPM3, EJB3/JPA and HornetQ 2.2.5. We have problems with hung transactions. It looks to us that they are caused by rollbacks, but we don't know for sure. The symptoms are the the running...
Setup XA recovery with encrypted passwordI'm trying to configure JBossTS for recovery using a xa data source, and I'm getting this exception: AppServerJDBCXARecovery.createConnection got exception java.sql.SQLException: Invalid argument(s) in call
...
Thread TransactionRolledbackLocalException in method
TransactionRolledbackLocalException in methodHi , I have face following TransactionRolledbackLocalException in method: frequently when the user load increase . I have defined the max thread 400 ...
Transaction propagation + EJB3 + AlternativesHello there... Maybe my question is quite basic, but i really need some tips. I have a proof of concepts composed by two EJB3 components deployed in two different JBossAS 5.1. Both components perform the same ...
JTS in jboss6 (jboss-6.1.0.Final) problemHi all, My application uses queues+MDBs+session bean+2 data sources. the same application works fine on oc4j, but i have migrated it to JBOSS 6 (jboss-6.1.0.Final). Following observations or problems ...
Thread Question about distributed transactions recovery
Question about distributed transactions recoveryHi guys. Does anybody has an experience with following usecase: I have two jboss instances running in a cluster. Lets assume that following situation occurs: Node1 starts distributed transaction ...
Article Make your own style Tiffany Jewelry Creation
Make your own style Tiffany Jewelry CreationActually significantly regarded as one particular problem which just what ornament undoubtedly is the particular females friends? This specific can be typically the genuine thought that will the particular trend Tiffa...
jboss-atx: unknown Tx PropagationContextI have two JBoss EAP 5.1 with JTS configured as told in jboss-eap-5.1\jboss-as\docs\examples\transactions. I placed a WAR file on instance A and an EJB configured with a XA DataSource in instance B I s...
Thread how to intercept a transaction failure (JBoss 6)
how to intercept a transaction failure (JBoss 6)I don't want a client of a session bean to catch Transaction errors thrown by the application server. So I need the possibility to catch transaction errors. This is done by AOP at JBoss 6. If I write a "regu...
Thread distributed transaction : without jee container
distributed transaction : without jee containerHello All, We need to create a simple Spring Batch based Java Service which can update two Oracle databases. Java Service will need to manage transaction across two oracle data bases. Pls could you share how ...