[jboss-dev-forums] [Design of EJB 3.0] - jboss_5_0.xsd: jboss version attribute

alex.loubyansky@jboss.com do-not-reply at jboss.com
Tue Jan 6 09:32:55 EST 2009


What is version attribute supposed to indicate? EJB spec version?

At the moment, in jboss_5_0.xsd its value is fixed and is 3.0. Everything else appearing in XML is invalid. In our tests though, some jboss.xml files have it set to 5.0, some 3.0.

<jboss xmlns="http://www.jboss.com/xml/ns/javaee"
  |        xmlns:jee="http://java.sun.com/xml/ns/javaee"
  |        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |        xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss_5_0.xsd"
  |        version="5.0">
  | 
  | <jboss
  |     xmlns="http://www.jboss.com/xml/ns/javaee"
  |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |     xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
  |     http://www.jboss.org/j2ee/schema/jboss_5_0.xsd"
  |     version="3.0">
  | 

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

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



More information about the jboss-dev-forums mailing list