Issue with hibernate 3 + jboss-5.1.0.GA +mySql with Struts 2

2010-07-20 Thread sandeep kotha
Hi All I'm newbie using* *hibernate 3 + jboss-5.1.0.GA +mySql with Struts 2* *while i try to configure JNDI im getting the below exception. Please find my Jboss, hibernate and Struts configurations. Im using *transaction.factory_class as *org.hibernate.transaction.JTATransactionFactory in my

Re: Issue with hibernate 3 + jboss-5.1.0.GA +mySql with Struts 2

2010-07-20 Thread Hantsy Bai
? 2010/7/20 14:28, sandeep kotha ??: [org.xml.sax.SAXParseException: The element type local-tx-datasourcee must be terminated by the matching end-tag /local-tx-datasourcee.] Your config file is problematic, the start tag is *local-tx-datasource**e* but end with *local-tx-datasource* I

Re: Issue with hibernate 3 + jboss-5.1.0.GA +mySql with Struts 2

2010-07-20 Thread Lukasz Lenart
Hi, You have plenty of errors in XML, take a look on that with some validation tool, for example.: * user-name/root/user-name - first tag closed * local-tx-datasourcee ... /local-tx-datasource - double ee in the first tag Use better tool instead asking questions! Regards -- Łukasz + 48

Re: Issue with hibernate 3 + jboss-5.1.0.GA +mySql with Struts 2

2010-07-20 Thread sandeep kotha
Thank you Łukasz / hantsy. On 20 July 2010 12:23, Lukasz Lenart lukasz.len...@googlemail.com wrote: Hi, You have plenty of errors in XML, take a look on that with some validation tool, for example.: * user-name/root/user-name - first tag closed * local-tx-datasourcee ...