Fordemo Only
2014-03-24 21:29:23 UTC
Hello
With a dwr.xml labeled below and the lastest 3.0RC2 download and a complete rebuild, I am getting the following upon servlet startup
0 [main] FATAL org.directwebremoting.servlet.DwrServlet fatal - DwrServlet.init() failed
org.xml.sax.SAXException: Failed to
resolve: arg0=-//GetAhead Limited//DTD Direct Web Remoting 3.0//EN arg1=http://directwebremoting.org/schema/dwr30.dtd
at org.directwebremoting.impl.DTDEntityResolver.resolveEntity(DTDEntityResolver.java:59)
the doctype header is:
<!DOCTYPE dwr PUBLIC
"-//GetAhead Limited//DTD Direct Web Remoting 3.0//EN"
"http://directwebremoting.org/schema/dwr30.dtd">
Struts 1.3.1
When it is changed to 2.0 everything works correctly. I appear to be unable to get past go.
With a dwr.xml labeled below and the lastest 3.0RC2 download and a complete rebuild, I am getting the following upon servlet startup
0 [main] FATAL org.directwebremoting.servlet.DwrServlet fatal - DwrServlet.init() failed
org.xml.sax.SAXException: Failed to
resolve: arg0=-//GetAhead Limited//DTD Direct Web Remoting 3.0//EN arg1=http://directwebremoting.org/schema/dwr30.dtd
at org.directwebremoting.impl.DTDEntityResolver.resolveEntity(DTDEntityResolver.java:59)
the doctype header is:
<!DOCTYPE dwr PUBLIC
"-//GetAhead Limited//DTD Direct Web Remoting 3.0//EN"
"http://directwebremoting.org/schema/dwr30.dtd">
Struts 1.3.1
When it is changed to 2.0 everything works correctly. I appear to be unable to get past go.