[jboss-user] [Beginner's Corner] - Re: Migrating from JBoss AS 4.2.1 to 5.1.0

jaikiran pai do-not-reply at jboss.com
Wed Mar 23 04:02:08 EDT 2011


jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion

"Re: Migrating from JBoss AS 4.2.1 to 5.1.0"

To view the discussion, visit: http://community.jboss.org/message/594961#594961

--------------------------------------------------------------
> Michael Huang wrote:
> 
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <application xmlns=" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee"
> xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance http://www.w3.org/2001/XMLSchema-instance" version="5"
> xsi:schemaLocation=" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee
>  http://java.sun.com/xml/ns/javaee/application_5.xsd http://java.sun.com/xml/ns/javaee/application_5.xsd">
> <application>
The file has a problem. Notice the "application" element starting twice? Change it to:



<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/application_5.xsd">
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/594961#594961]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110323/aae9fc36/attachment.html 


More information about the jboss-user mailing list