Re: Should schema location URLs be valid?

2007-08-02 Thread Steven E. Harris
Benson Margulies <[EMAIL PROTECTED]> writes: > In my rather quirky opinion, if you use a URL, it should be a working > URL. The stuff in the JAR is an optimization. > > If you don't want to have a working URL, use a URI instead. I agree. I ran into this same confusion when investigating JIRA issu

RE: Should schema location URLs be valid?

2007-08-02 Thread Christopher Moesel
: cxf-user@incubator.apache.org Subject: RE: Should schema location URLs be valid? This seems to be a flaw in the incubator policy model -- on the one hand, Apache wants to use only 'incubator' names for incubated things, but on the other hand, url's shouldn't change. I guess y

RE: Should schema location URLs be valid?

2007-08-02 Thread Benson Margulies
age- > From: Christopher Moesel [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 02, 2007 8:34 AM > To: cxf-user@incubator.apache.org > Subject: RE: Should schema location URLs be valid? > > Whoops. Add the word "release" to my last statement below. ;) > >

RE: Should schema location URLs be valid?

2007-08-02 Thread Christopher Moesel
Whoops. Add the word "release" to my last statement below. ;) -Original Message- From: Christopher Moesel [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 8:30 AM To: cxf-user@incubator.apache.org Subject: RE: Should schema location URLs be valid? It should also be

RE: Should schema location URLs be valid?

2007-08-02 Thread Benson Margulies
4 PM > To: cxf-user@incubator.apache.org > Subject: Re: Should schema location URLs be valid? > > In CXF we have the spring.schemas file in the jars META-INF. > > Its content is > > http\://cxf.apache.org/schemas/jaxws.xsd=schemas/jaxws.xsd > Maybe you need to do the same mapping

RE: Should schema location URLs be valid?

2007-08-02 Thread Christopher Moesel
, August 01, 2007 10:44 PM To: cxf-user@incubator.apache.org Subject: Re: Should schema location URLs be valid? In CXF we have the spring.schemas file in the jars META-INF. Its content is > http\://cxf.apache.org/schemas/jaxws.xsd=schemas/jaxws.xsd Maybe you need to do the same mapping thing

Re: Should schema location URLs be valid?

2007-08-01 Thread Willem Jiang
In CXF we have the spring.schemas file in the jars META-INF. Its content is http\://cxf.apache.org/schemas/jaxws.xsd=schemas/jaxws.xsd Maybe you need to do the same mapping thing in the IDE's configuration. Willem. Benson Margulies wrote: http://cxf.apache.org/schemas/jaxws.xsd This isn

Re: Should schema location URLs be valid?

2007-08-01 Thread Ray Krueger
If your're using IDEA you can register an XSD resource to use when it sees that URL, rather than having it try to use the literal one. If you're using Eclipse, well, I guess you should be happy if you have syntax highlighting... Ok ok, that was uncalled for. Seriously, for eclipse it depends on t