Re: Different namespaces for CXF Blueprint and Spring schemas

2011-12-09 Thread Sergey Beryozkin
On 08/12/11 18:26, Daniel Kulp wrote: On Thursday, December 08, 2011 6:15:27 PM Sergey Beryozkin wrote: Hi Dan ... What about having a single target namespace even with one schema used by Spring 2nd - by Blueprint, example: !-- Spring -- xs:xmlns

Different namespaces for CXF Blueprint and Spring schemas

2011-12-08 Thread Sergey Beryozkin
Hi At the moment we have different namespaces for Blueprint and Spring schemas, example: http://cxf.apache.org/blueprint/core; http://cxf.apache.org/core; and so on for all other namespaces. I'd like to propose to keep a single namespace, example, http://cxf.apache.org/core;, etc. Spring

Re: Different namespaces for CXF Blueprint and Spring schemas

2011-12-08 Thread Aki Yoshida
Hi Sergey, I think there is a possibility to use one schema that works for both of them, thereby making things a lot simpler. You will lose some degree of strictness in the combined schemas (i.e., certain attributes are available but have no associated semantics and simply ignored when configured

Re: Different namespaces for CXF Blueprint and Spring schemas

2011-12-08 Thread Sergey Beryozkin
Hi Aki On 08/12/11 11:23, Aki Yoshida wrote: Hi Sergey, I think there is a possibility to use one schema that works for both of them, thereby making things a lot simpler. You will lose some degree of strictness in the combined schemas (i.e., certain attributes are available but have no

Re: Different namespaces for CXF Blueprint and Spring schemas

2011-12-08 Thread Daniel Kulp
On Thursday, December 08, 2011 6:15:27 PM Sergey Beryozkin wrote: Hi Dan ... What about having a single target namespace even with one schema used by Spring 2nd - by Blueprint, example: !-- Spring -- xs:xmlns targetNamespace=http://cxf.apache.org/core;