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 wrote: > Hi, > > You have plenty of errors in XML, take a look on that with some > validation tool, for example.: > > * root - first tag closed > > * ... - double ee in the > first tag > > Use better tool instead asking quest

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

2010-07-19 Thread Lukasz Lenart
Hi, You have plenty of errors in XML, take a look on that with some validation tool, for example.: * root - first tag closed * ... - double ee in the first tag Use better tool instead asking questions! Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Kapituła Javarsovia 20

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

2010-07-19 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 "".] Your config file is problematic, the start tag is *local-tx-datasource**e* but end with *local-tx-datasource* I think the correct one

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

2010-07-19 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 hiber