I am having trouble deploying the Fibo tutorial.   Specifically I am getting 
the following error:


  | 00:50:12,354 ERROR [MainDeployer] Could not initialise deployment: 
file:/usr/local/jboss-4.0.4RC1/server/all/deploy/FiboApp.ear
  | org.jboss.deployment.DeploymentException: Invalid XML: file=META-INF/[EMAIL 
PROTECTED]:2; - nested throwable: (org.xml.sax.SAXParseException: The 
processing instruction target matching "[xX][mM][lL]" is not allowed.)
  | 

Here is my application.xml,  I cannot see what is wrong, perhaps I am missig 
something:

  | ?xml version="1.0" encoding="UTF-8"?>
  | <!DOCTYPE application PUBLIC
  |     "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
  |     "http://java.sun.com/dtd/application_1_3.dtd";>
  | <application>
  |     <display-name>Sun Application</display-name>
  |     <module>
  |             <ejb>FiboEJB.jar</ejb>
  |     </module>
  |     <module>
  |             <web>
  |                     <web-uri>FiboWeb.war</web-uri>
  |                     <context-root>/fibo</context-root>
  |             </web>
  |     </module>
  | </application>
  | 

Versions:
Ecliplse: 3.1.1
JBOSS:  4.0.4RC1
IDE: 1.5.0

Thx


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924739#3924739

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924739


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to