Re: Exception in hibernate3

2011-03-06 Thread abhishek jain
No, i havent setup logs, but apparently it is not running else there would have been no exception message. Hey, can you guide me to the correct setup, i have asked this on hibernate forumns but apparently they are slow in replying , no response yet, Pl. help thanks abhishek On Sun, Mar 6, 2011 a

Re: invalid charactors in url and 500 error

2011-03-06 Thread DanY Liu
Thank you so much. It just solved my problem. :) On Mon, Mar 7, 2011 at 11:17 AM, Maurizio Cucchiara < maurizio.cucchi...@gmail.com> wrote: > The exclamation mark has a special meaning for the struts2, have you > tried to inhibit by disabling DMI? > > Try to add this row inside your struts.xml fi

Re: invalid charactors in url and 500 error

2011-03-06 Thread Maurizio Cucchiara
The exclamation mark has a special meaning for the struts2, have you tried to inhibit by disabling DMI? Try to add this row inside your struts.xml file. On 7 March 2011 03:51, Danyun.Liu wrote: > Hi all, > > > > I met a problem that I don't know how to solve it. > > > > When I send a URL like

invalid charactors in url and 500 error

2011-03-06 Thread Danyun.Liu
Hi all, I met a problem that I don't know how to solve it. When I send a URL like http://localhost/hello/a!b which contains "!", the server will return 500. The struts and web configuration is as below: Struts.xml {1} /WEB-INF/ftl/hello.ftl

Tomcat 7 supported?

2011-03-06 Thread Lee Clemens
Tomcat 7 changes include "Switch from AnnotationProcessor to InstanceManager." Struts 2.2.1.1 fails to work on Tomcat 7 due to java.lang.ClassNotFoundException: org.apache.AnnotationProcessor. Is anything being done to address this? Or is Struts not going to be supported on Apache Tomcat 7? --