If I am not mistaken, the nightly 1.1 build contains a reference to
com.wintecinc.struts instead of org.apache.struts.
from struts-html.xml:
<tagclass>org.apache.struts.taglib.html.MessagesTag</tagclass>
<teiclass>com.wintecinc.struts.taglib.html.MessagesTei</teiclass>
Since Weblogic 6.0 won't even load a page with a tld reference to a class
that can't be found, I assume nobody has tried the 1.1 nightly build on
Weblogic 6.0? If anyone has done so let me know because I am getting the
following error when the struts-config.xml is processed.
Error loading servlet: 'action'
java.lang.AbstractMethodError
at javax.xml.parsers.SAXParser.parse(SAXParser.java:367)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:192)
at org.apache.commons.digester.Digester.parse(Digester.java:859)
at
org.apache.struts.action.ActionServlet.initMapping(ActionServlet.java:1272)
at
org.apache.struts.action.ActionServlet.init(ActionServlet.java:459)
at javax.servlet.GenericServlet.init(GenericServlet.java:258)
at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java
:638)
My error may have to do with the new JAXP 1.1 requirement but I think my
Weblogic 6.0 installation is modified to use JAXP 1.1.
Hal