"JGF1" wrote : 
  | Application.xml:
  | 
  |   | <?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"; 
  |   |  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/application5.xsd";
  |   |  version="5">
  |   |   <display-name>StockListBmpApp</display-name>
  |   |   <description>Application description</description>
  |   |   <module>
  |   |    <ejb>StockList2xBmp.jar</ejb>
  |   |   </module>
  |   | </application>
  |   | 
  | 

I've been scouring throughmy code again and noticed application5.xsd should be 
application_5.xsd according to book.
I've missed an underscore...
But then in the code download they use _1_4.xsd.
What version should I use with JBoss 4.2.2.GA?


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134991
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to