Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to upload & deploy the war file #5

Open
GoogleCodeExporter opened this issue Sep 6, 2015 · 1 comment
Open

Trying to upload & deploy the war file #5

GoogleCodeExporter opened this issue Sep 6, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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>

Original issue reported on code.google.com by irfan.n...@gmail.com on 6 Dec 2012 at 9:50

@GoogleCodeExporter
Copy link
Author

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

Original comment by parmar.m...@gmail.com on 13 Feb 2015 at 8:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant