Issue 4 in jwatch: cannot deploy on glassfish

14 views
Skip to first unread message

jwa...@googlecode.com

unread,
Dec 27, 2011, 8:28:06 PM12/27/11
to jwatc...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 4 by yxf...@gmail.com: cannot deploy on glassfish
http://code.google.com/p/jwatch/issues/detail?id=4

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.

Attachments:
server.log 69.6 KB

jwa...@googlecode.com

unread,
Jan 29, 2013, 7:58:24 AM1/29/13
to jwatc...@googlegroups.com

Comment #1 on issue 4 by yakup.a...@gmail.com: cannot deploy on glassfish
http://code.google.com/p/jwatch/issues/detail?id=4

It 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>


Reply all
Reply to author
Forward
0 new messages