4 Replies Latest reply on Dec 2, 2009 6:59 AM by tomeicher

    Schema Location

    tomeicher

      Hi,

      the jboss-esb.xml files in the examples all point to a svn URL as
      schema namespace:

      <jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd">


      But that URL gives a HTTP 404 not found, when I call it.

      As far as I understand XML/XSD, that doesn't matter, it's just used as a string constant.
      But of course one would like to validate (and get editor support ;-)) when
      editing the XML files, so one would like to put a xsi:schemaLocation there.

      So, what would be the correct schema Location URL for any of the JBoss XSDs ?
      And wouldn't it make sense to put that also in the samples distributed with ESB ?

      Cheers, Tom.