Re: How to get a public jaxrs.xsd at org.apache.cxf support multiple CXF versions [romana]

2014-06-12 Thread Jim Talbut
On 09/06/2014 18:15, Andrei Shakirin wrote: Hi Sergei, I am also a bit concerned about autocomplete feature actively used in IDEs (mentioned by Dan). Keeping unsupported element in schema can be a bit confusing because of that. Therefore if handling the client in the old namespace via the

Re: How to get a public jaxrs.xsd at org.apache.cxf support multiple CXF versions [romana]

2014-06-12 Thread Sergey Beryozkin
Hi On 12/06/14 07:20, Jim Talbut wrote: On 09/06/2014 18:15, Andrei Shakirin wrote: Hi Sergei, I am also a bit concerned about autocomplete feature actively used in IDEs (mentioned by Dan). Keeping unsupported element in schema can be a bit confusing because of that. Therefore if handling the

RE: How to get a public jaxrs.xsd at org.apache.cxf support multiple CXF versions

2014-06-09 Thread Andrei Shakirin
Hi Sergei, I am also a bit concerned about autocomplete feature actively used in IDEs (mentioned by Dan). Keeping unsupported element in schema can be a bit confusing because of that. Therefore if handling the client in the old namespace via the transformation feature will be too complicated

Re: How to get a public jaxrs.xsd at org.apache.cxf support multiple CXF versions

2014-06-06 Thread Aki Yoshida
Hi Sergey, Maybe, I am not getting the down side of option 1 right. Option 1 means, the schema contains some definitions that are no longer used. I don't know if this is really bad. A component can decide which part to implement and which part to ignore, no? The down side of option 3 is that you

Re: How to get a public jaxrs.xsd at org.apache.cxf support multiple CXF versions

2014-06-06 Thread Sergey Beryozkin
Hi Aki, thanks for the comments, On 06/06/14 16:32, Aki Yoshida wrote: Hi Sergey, Maybe, I am not getting the down side of option 1 right. Option 1 means, the schema contains some definitions that are no longer used. I don't know if this is really bad. A component can decide which part to

Re: How to get a public jaxrs.xsd at org.apache.cxf support multiple CXF versions

2014-06-06 Thread Aki Yoshida
2014-06-06 17:44 GMT+02:00 Sergey Beryozkin sberyoz...@gmail.com: Hi Aki, thanks for the comments, On 06/06/14 16:32, Aki Yoshida wrote: Hi Sergey, Maybe, I am not getting the down side of option 1 right. Option 1 means, the schema contains some definitions that are no longer used. I

Re: How to get a public jaxrs.xsd at org.apache.cxf support multiple CXF versions

2014-06-06 Thread Daniel Kulp
On Jun 6, 2014, at 11:44 AM, Sergey Beryozkin sberyoz...@gmail.com wrote: Hi Aki, thanks for the comments, On 06/06/14 16:32, Aki Yoshida wrote: Hi Sergey, Maybe, I am not getting the down side of option 1 right. Option 1 means, the schema contains some definitions that are no longer used.

Re: How to get a public jaxrs.xsd at org.apache.cxf support multiple CXF versions

2014-06-06 Thread Sergey Beryozkin
Hi Dan On 06/06/14 17:14, Daniel Kulp wrote: On Jun 6, 2014, at 11:44 AM, Sergey Beryozkin sberyoz...@gmail.com wrote: Hi Aki, thanks for the comments, On 06/06/14 16:32, Aki Yoshida wrote: Hi Sergey, Maybe, I am not getting the down side of option 1 right. Option 1 means, the schema

Re: How to get a public jaxrs.xsd at org.apache.cxf support multiple CXF versions

2014-06-06 Thread Daniel Kulp
On Jun 6, 2014, at 4:44 PM, Sergey Beryozkin sberyoz...@gmail.com wrote: Hi Dan On 06/06/14 17:14, Daniel Kulp wrote: We *might* be able to get 3.x to handle the client in the old namespace as well via the transformation feature. During the parsing of the element (either spring or