What steps will reproduce the problem? 1.install glassfish 2.deploy jwatch
What is the expected output? What do you see instead? Error occurred during deployment: Exception while deploying the app [jwatch] : org.xml.sax.SAXParseException: cvc-complex-type.2.4.d: Invalid content was found starting with element 'description'. No child element is expected at this point.. Please see server.log for more details.
What version of the product are you using? On what operating system? Glassfish 3.1.1, Windows 7(64bit)
What browser/version are you using? chrome 16
Please provide any additional information below.
- server.log 69.56KB
Comment #1
Posted on Jan 29, 2013 by Helpful OxIt has been solved. Just put the description at first place as below on WEB-INF/web.xsml :
<context-param>
<description>How many job execution events to keep in the queue.</description>
<param-name>maxevents</param-name>
<param-value>1000</param-value>
</context-param>
Status: New
Labels:
Type-Defect
Priority-Medium