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  questions!
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Kapituła Javarsovia 2010 http://javarsovia.pl
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>


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 2010 http://javarsovia.pl

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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 is .
*
local-tx-datasource*