Bugs item #511612, was opened at 2002-02-01 09:16
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=511612&group_id=31602

Category: webdoclet
Group: None
Status: Open
Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Catalina fails to deploy web.xml

Initial Comment:
I have used WEBDOCLET to build the web.xml. The 
problem is it needs an EMPTY <distributable> tag. 
There seems to be on way to achieve this. The only 
options are "TRUE" or "FALSE".



[07:59:04,153,Default] org.xml.sax.SAXParseException: 
EMPTY content models must have no content.
[07:59:04,173,EmbeddedCatalinaServiceSX] ContextConfig
[/accdev] Parse error in application web.xml
org.xml.sax.SAXParseException: EMPTY content models 
must have no content.
        at org.apache.crimson.parser.Parser2.error
(Parser2.java:3086)
        at 
org.apache.crimson.parser.ValidatingParser$EmptyValidat
or.text(ValidatingParser.java:299)
        at 
org.apache.crimson.parser.InputEntity.parsedContent
(InputEntity.java:597)
        at org.apache.crimson.parser.Parser2.content
(Parser2.java:1813)
        at 
org.apache.crimson.parser.Parser2.maybeElement
(Parser2.java:1494)

----------------------------------------------------------------------

>Comment By: Mathias Bogaert (pathoss)
Date: 2002-04-04 14:23

Message:
Logged In: YES 
user_id=102175

Sorry, I put it to fixed. I thought <distributable> was
missing the ending / (<distributable/>) and that this was
the bug (it was fixed in CVS before). TRUE or FALSE is not
valid content for the <distributable/> tag (check the DTD).

----------------------------------------------------------------------

Comment By: Dmitri Colebatch (dimc)
Date: 2002-04-04 14:02

Message:
Logged In: YES 
user_id=204154

Not quite sure how this got fixed.  But I just committed a 
change to ConfigTagsHandler to ensure that Boolean true and 
String true would equate to equal.  See 
http://cvs.sourceforge.net/cgi-
bin/viewcvs.cgi/xdoclet/xdoclet/core/src/xdoclet/tags/Config
TagsHandler.java.diff?r1=1.11&r2=1.12

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=511612&group_id=31602

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to