Re: Decent tutorial or working example of Hibernate 3 + Struts 2 +Tiles 2 on myeclipse

2011-02-10 Thread Emi Lu
Users Mailing List Reply-To: "Struts Users Mailing List" Subject: Re: Decent tutorial or working example of Hibernate 3 + Struts 2 + Tiles 2 on myeclipse the tiles is creating a problem with the following exception: Digester.getParser: java.lang.UnsupportedOperationException: This parser d

Re: Decent tutorial or working example of Hibernate 3 + Struts 2 +Tiles 2 on myeclipse

2011-02-10 Thread Nuwan Arambage
rom: abhishek jain >> Date: Thu, 10 Feb 2011 15:12:36 >> To: Struts Users Mailing List >> Reply-To: "Struts Users Mailing List" >> Subject: Re: Decent tutorial or working example of Hibernate 3 + Struts 2 + >>  Tiles 2 on myeclipse >> >> the til

Re: Decent tutorial or working example of Hibernate 3 + Struts 2 +Tiles 2 on myeclipse

2011-02-10 Thread Nuwan Arambage
ers Mailing List" > Subject: Re: Decent tutorial or working example of Hibernate 3 + Struts 2 + >  Tiles 2 on myeclipse > > the tiles is creating a problem with the following exception: > > Digester.getParser: java.lang.UnsupportedOperationException: This >

Re: Decent tutorial or working example of Hibernate 3 + Struts 2 +Tiles 2 on myeclipse

2011-02-10 Thread jlmagc
iling List Reply-To: "Struts Users Mailing List" Subject: Re: Decent tutorial or working example of Hibernate 3 + Struts 2 + Tiles 2 on myeclipse the tiles is creating a problem with the following exception: Digester.getParser: java.lang.UnsupportedOperationException: This parser d

Re: Decent tutorial or working example of Hibernate 3 + Struts 2 + Tiles 2 on myeclipse

2011-02-10 Thread abhishek jain
the tiles is creating a problem with the following exception: Digester.getParser: java.lang.UnsupportedOperationException: This parser does not support specification "null" version "null" at javax.xml.parsers.SAXParserFactory.setXIncludeAware(SAXParserFactory.java:448) at org.apache.commons.

RE: Decent tutorial or working example of Hibernate 3 + Struts 2 + Tiles 2 on myeclipse

2011-02-10 Thread adam pinder
i would start with the struts2 sample app, get it working then add hibernate3 (this adds a lot of new jars) get struts2 and hibernate3 working then add tiles2 and get that working - don't try and throw them all in together then try to work out which one is causing the issue. > Date: Thu, 10 F

RE: Decent tutorial or working example of Hibernate 3 + Struts 2 + Tiles 2 on myeclipse

2011-02-10 Thread adam pinder
make sure you only add additional jars into the web app itself and avoid (mostly) adding jars into common library folders. i use struts2 and hibernate3 but not tiles and have no problems like yours. adam > Date: Thu, 10 Feb 2011 14:53:52 +0530 > Subject: Decent tutorial or working example of Hi