[jboss-user] [Installation, Configuration & Deployment] - Using xalan.jar 2.5.0 for deployed applications

2007-06-22 Thread jaysperk
I am trying to use xalan.jar version 2.5.0 in our deployed applications because we need that particular version to integrate with a third party library. Unfortunately, this version of xalan.jar includes bcel code that is incompatible with the version jboss uses. It seems that the bcel code is

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: TransactionRolledBackLocalException accessing entity bea

2006-11-06 Thread jaysperk
One more tidbit - this may be related to the following bug: http://jira.jboss.com/jira/browse/EJBTHREE-605 However, I am not sure about that because it is using EJB 3 where were are using EJB 2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983495#3983495 R

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: TransactionRolledBackLocalException accessing entity bea

2006-11-06 Thread jaysperk
After alot of research, I have come to the following conclusion. Performing a rollback does not rollback any changes made to a CMR relationship altered in concurrent transactions. The changes made to the database seem to be rolled back, but the entity that contains the CMR relationship will st

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - TransactionRolledBackLocalException accessing entity bean re

2006-09-15 Thread jaysperk
I am getting an exception TransactionRolledBackLocalException caused by NoSuchObjectLocalException: Entity not found under the following scenario: Using BMT. Commit Option A. Entities Customer Account Customer has one to many relationship with accounts. Sequence of events: Start Transact