[JBoss-user] [EmbeddedTomcat] java.rmi.ServerException: Transaction rolled back:com/sun/xml/tree/XmlDocument

2001-03-30 Thread fabien
Hi all, I'm getting this error when I reach this simple piece of code in a stateful SessionBean : .. XmlDocument xmlDoc = new XmlDocument(); . , the Xmldocument class doesn't implements serializable but that shouldn't be a pb since it's not a bean attribute. In addition I believe

Re: [JBoss-user] [EmbeddedTomcat] java.rmi.ServerException: Transaction rolled back:com/sun/xml/tree/XmlDocument

2001-03-30 Thread fabien
sorry about that, mismatch between xml.jar and crimson.jar. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 1:57 PM Subject: [JBoss-user] [EmbeddedTomcat] java.rmi.ServerException: Transaction rolled back:com