Issue 5 in jwatch: Trying to upload & deploy the war file

15 views
Skip to first unread message

jwa...@googlecode.com

unread,
Dec 6, 2012, 4:51:03 AM12/6/12
to jwatc...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 5 by irfan.n...@gmail.com: Trying to upload & deploy the war file
http://code.google.com/p/jwatch/issues/detail?id=5

Whenever i try to upload the war file in weblogic its giving this error how
to resolve it

Unable to access the selected application.
Message icon - Error Exception in AppMerge flows' progression
Message icon - Error Exception in AppMerge flows' progression
Message icon - Error VALIDATION PROBLEMS WERE FOUND problem:
cvc-enumeration-valid: string value '3.0' is not a valid enumeration value
for web-app-versionType in namespace
http://java.sun.com/xml/ns/javaee:<null> problem: cvc-complex-type.2.4b:
Element not allowed: description@http://java.sun.com/xml/ns/javaee in
element context-param@http://java.sun.com/xml/ns/javaee:<null>

jwa...@googlecode.com

unread,
Feb 13, 2015, 3:57:15 AM2/13/15
to jwatc...@googlegroups.com

Comment #1 on issue 5 by parmar.m...@gmail.com: Trying to upload & deploy
the war file
https://code.google.com/p/jwatch/issues/detail?id=5

When creating a project using JAVAEE6, so when the generated web.xml file
is this:

<web-app version="3.0"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">

  The definition of weblogic11g does not support web-app_3_0.xsd. So
wrong.

  To the following OK:

<web-app version="2.5"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Reply all
Reply to author
Forward
0 new messages