You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Sergey Beryozkin <se...@iona.com> on 2008/10/09 11:17:01 UTC

Re: http://cxf.apache.org/schemas/jaxrs.xsd is OLD

It's been updated now, should sync in the next few hours. Apologies it took me so long to do it - I was having some issues with 
logging in to the people.apache.org from my Windows box :-) and I was also postponing the update as the schema would likely change 
soon too, once I add some schema validation support to the jax rs endpoints

Cheers, Sergey

----- Original Message ----- 
From: "smallufo" <sm...@gmail.com>
To: <us...@cxf.apache.org>
Sent: Monday, September 29, 2008 2:03 AM
Subject: http://cxf.apache.org/schemas/jaxrs.xsd is OLD


> http://cxf.apache.org/schemas/jaxrs.xsd is OLD
> It has entityProviders , which should rename to providers .... 

----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland

Re: http://cxf.apache.org/schemas/jaxrs.xsd is OLD

Posted by Daniel Kulp <dk...@apache.org>.
In general, when we release, I tend to just explode the cxf-bundle jar and 
copy the schemas directory out of it.   That's the only place where all the 
schemas are really in a single place.    Otherwise you need funky scripts and 
stuff to grab all the schemas from all over the place in the maven tree, and 
I would argue they don't really belong in the maven tree as individual 
artifacts.   They really don't do anyone any good there.


Dan



On Friday 10 October 2008 4:59:12 am Sergey Beryozkin wrote:
> Hi Willem
>
> Sounds like a good idea indeed. I've never done a CXF kit deployment though
> so not sure how this script would be used. Can you explain more please ?
>
> Thanks, Sergey
>
> > Hi Sergey,
> >
> > It is very easy to let mvn publish the schema into the repository when
> > deploy the kit.
> > How about run auto sync script to copy the schema which is deployed in
> > the maven repo ?
> > In Camel , we are using this script to publish the latest schema into
> > the web site.
> >
> > Willem
> >
> > Sergey Beryozkin wrote:
> >> It's been updated now, should sync in the next few hours. Apologies it
> >> took me so long to do it - I was having some issues with logging in to
> >> the people.apache.org from my Windows box :-) and I was also
> >> postponing the update as the schema would likely change soon too, once
> >> I add some schema validation support to the jax rs endpoints
> >>
> >> Cheers, Sergey
> >>
> >> ----- Original Message ----- From: "smallufo" <sm...@gmail.com>
> >> To: <us...@cxf.apache.org>
> >> Sent: Monday, September 29, 2008 2:03 AM
> >> Subject: http://cxf.apache.org/schemas/jaxrs.xsd is OLD
> >>
> >>> http://cxf.apache.org/schemas/jaxrs.xsd is OLD
> >>> It has entityProviders , which should rename to providers ....
> >>
> >> ----------------------------
> >> IONA Technologies PLC (registered in Ireland)
> >> Registered Number: 171387
> >> Registered Address: The IONA Building, Shelbourne Road, Dublin 4,
> >> Ireland
>
> ----------------------------
> IONA Technologies PLC (registered in Ireland)
> Registered Number: 171387
> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland



-- 
Daniel Kulp
dkulp@apache.org
http://dankulp.com/blog

Re: http://cxf.apache.org/schemas/jaxrs.xsd is OLD

Posted by Willem Jiang <wi...@gmail.com>.
Just one more comment, here are some python scripts[1] for publishing a 
last schema.
You may need it :)

[1]http://svn.apache.org/viewvc?rev=663498&view=rev

Sergey Beryozkin wrote:
> Thanks Willem, it can be of help indeed
>
> Cheers, Sergey
>
>> Hi Sergey ,
>>
>> You may find more information about the script here [1].
>> Here is an example[2] for attaching the schema by using 
>> build-helper-maven-plugin.
>>
>> [1] https://issues.apache.org/activemq/browse/CAMEL-545
>> [2] 
>> https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-cxf/pom.xml 
>>
>>
>> Cheers,
>>
>> Willem
>> Sergey Beryozkin wrote:
>>> Hi Willem
>>>
>>> Sounds like a good idea indeed. I've never done a CXF kit deployment 
>>> though so not sure how this script would be used. Can you explain 
>>> more please ?
>>>
>>> Thanks, Sergey
>>>
>>>> Hi Sergey,
>>>>
>>>> It is very easy to let mvn publish the schema into the repository 
>>>> when deploy the kit.
>>>> How about run auto sync script to copy the schema which is deployed 
>>>> in the maven repo ?
>>>> In Camel , we are using this script to publish the latest schema 
>>>> into the web site.
>>>>
>>>> Willem
>>>>
>>>> Sergey Beryozkin wrote:
>>>>> It's been updated now, should sync in the next few hours. 
>>>>> Apologies it took me so long to do it - I was having some issues 
>>>>> with logging in to the people.apache.org from my Windows box :-) 
>>>>> and I was also postponing the update as the schema would likely 
>>>>> change soon too, once I add some schema validation support to the 
>>>>> jax rs endpoints
>>>>>
>>>>> Cheers, Sergey
>>>>>
>>>>> ----- Original Message ----- From: "smallufo" <sm...@gmail.com>
>>>>> To: <us...@cxf.apache.org>
>>>>> Sent: Monday, September 29, 2008 2:03 AM
>>>>> Subject: http://cxf.apache.org/schemas/jaxrs.xsd is OLD
>>>>>
>>>>>
>>>>>> http://cxf.apache.org/schemas/jaxrs.xsd is OLD
>>>>>> It has entityProviders , which should rename to providers .... 
>>>>>
>>>>> ----------------------------
>>>>> IONA Technologies PLC (registered in Ireland)
>>>>> Registered Number: 171387
>>>>> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, 
>>>>> Ireland
>>>>>
>>>
>>> ----------------------------
>>> IONA Technologies PLC (registered in Ireland)
>>> Registered Number: 171387
>>> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, 
>>> Ireland
>>>
>
> ----------------------------
> IONA Technologies PLC (registered in Ireland)
> Registered Number: 171387
> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
>


Re: http://cxf.apache.org/schemas/jaxrs.xsd is OLD

Posted by Sergey Beryozkin <se...@iona.com>.
Thanks Willem, it can be of help indeed

Cheers, Sergey

> Hi Sergey ,
> 
> You may find more information about the script here [1].
> Here is an example[2] for attaching the schema by using 
> build-helper-maven-plugin.
> 
> [1] https://issues.apache.org/activemq/browse/CAMEL-545
> [2] 
> https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-cxf/pom.xml
> 
> Cheers,
> 
> Willem
> Sergey Beryozkin wrote:
>> Hi Willem
>>
>> Sounds like a good idea indeed. I've never done a CXF kit deployment 
>> though so not sure how this script would be used. Can you explain more 
>> please ?
>>
>> Thanks, Sergey
>>
>>> Hi Sergey,
>>>
>>> It is very easy to let mvn publish the schema into the repository 
>>> when deploy the kit.
>>> How about run auto sync script to copy the schema which is deployed 
>>> in the maven repo ?
>>> In Camel , we are using this script to publish the latest schema into 
>>> the web site.
>>>
>>> Willem
>>>
>>> Sergey Beryozkin wrote:
>>>> It's been updated now, should sync in the next few hours. Apologies 
>>>> it took me so long to do it - I was having some issues with logging 
>>>> in to the people.apache.org from my Windows box :-) and I was also 
>>>> postponing the update as the schema would likely change soon too, 
>>>> once I add some schema validation support to the jax rs endpoints
>>>>
>>>> Cheers, Sergey
>>>>
>>>> ----- Original Message ----- From: "smallufo" <sm...@gmail.com>
>>>> To: <us...@cxf.apache.org>
>>>> Sent: Monday, September 29, 2008 2:03 AM
>>>> Subject: http://cxf.apache.org/schemas/jaxrs.xsd is OLD
>>>>
>>>>
>>>>> http://cxf.apache.org/schemas/jaxrs.xsd is OLD
>>>>> It has entityProviders , which should rename to providers .... 
>>>>
>>>> ----------------------------
>>>> IONA Technologies PLC (registered in Ireland)
>>>> Registered Number: 171387
>>>> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, 
>>>> Ireland
>>>>
>>
>> ----------------------------
>> IONA Technologies PLC (registered in Ireland)
>> Registered Number: 171387
>> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
>>

----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland

Re: http://cxf.apache.org/schemas/jaxrs.xsd is OLD

Posted by Willem Jiang <wi...@gmail.com>.
Hi Sergey ,

You may find more information about the script here [1].
 Here is an example[2] for attaching the schema by using 
build-helper-maven-plugin.

[1] https://issues.apache.org/activemq/browse/CAMEL-545
[2] 
https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-cxf/pom.xml

Cheers,

Willem
Sergey Beryozkin wrote:
> Hi Willem
>
> Sounds like a good idea indeed. I've never done a CXF kit deployment 
> though so not sure how this script would be used. Can you explain more 
> please ?
>
> Thanks, Sergey
>
>> Hi Sergey,
>>
>> It is very easy to let mvn publish the schema into the repository 
>> when deploy the kit.
>> How about run auto sync script to copy the schema which is deployed 
>> in the maven repo ?
>> In Camel , we are using this script to publish the latest schema into 
>> the web site.
>>
>> Willem
>>
>> Sergey Beryozkin wrote:
>>> It's been updated now, should sync in the next few hours. Apologies 
>>> it took me so long to do it - I was having some issues with logging 
>>> in to the people.apache.org from my Windows box :-) and I was also 
>>> postponing the update as the schema would likely change soon too, 
>>> once I add some schema validation support to the jax rs endpoints
>>>
>>> Cheers, Sergey
>>>
>>> ----- Original Message ----- From: "smallufo" <sm...@gmail.com>
>>> To: <us...@cxf.apache.org>
>>> Sent: Monday, September 29, 2008 2:03 AM
>>> Subject: http://cxf.apache.org/schemas/jaxrs.xsd is OLD
>>>
>>>
>>>> http://cxf.apache.org/schemas/jaxrs.xsd is OLD
>>>> It has entityProviders , which should rename to providers .... 
>>>
>>> ----------------------------
>>> IONA Technologies PLC (registered in Ireland)
>>> Registered Number: 171387
>>> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, 
>>> Ireland
>>>
>
> ----------------------------
> IONA Technologies PLC (registered in Ireland)
> Registered Number: 171387
> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
>


Re: http://cxf.apache.org/schemas/jaxrs.xsd is OLD

Posted by Sergey Beryozkin <se...@iona.com>.
Hi Willem

Sounds like a good idea indeed. I've never done a CXF kit deployment though so 
not sure how this script would be used. Can you explain more please ?

Thanks, Sergey

> Hi Sergey,
> 
> It is very easy to let mvn publish the schema into the repository when 
> deploy the kit.
> How about run auto sync script to copy the schema which is deployed in 
> the maven repo ?
> In Camel , we are using this script to publish the latest schema into 
> the web site.
> 
> Willem
> 
> Sergey Beryozkin wrote:
>> It's been updated now, should sync in the next few hours. Apologies it 
>> took me so long to do it - I was having some issues with logging in to 
>> the people.apache.org from my Windows box :-) and I was also 
>> postponing the update as the schema would likely change soon too, once 
>> I add some schema validation support to the jax rs endpoints
>>
>> Cheers, Sergey
>>
>> ----- Original Message ----- From: "smallufo" <sm...@gmail.com>
>> To: <us...@cxf.apache.org>
>> Sent: Monday, September 29, 2008 2:03 AM
>> Subject: http://cxf.apache.org/schemas/jaxrs.xsd is OLD
>>
>>
>>> http://cxf.apache.org/schemas/jaxrs.xsd is OLD
>>> It has entityProviders , which should rename to providers .... 
>>
>> ----------------------------
>> IONA Technologies PLC (registered in Ireland)
>> Registered Number: 171387
>> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
>>

----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland

Re: http://cxf.apache.org/schemas/jaxrs.xsd is OLD

Posted by Willem Jiang <wi...@gmail.com>.
Hi Sergey,

It is very easy to let mvn publish the schema into the repository when 
deploy the kit.
How about run auto sync script to copy the schema which is deployed in 
the maven repo ?
In Camel , we are using this script to publish the latest schema into 
the web site.

Willem

Sergey Beryozkin wrote:
> It's been updated now, should sync in the next few hours. Apologies it 
> took me so long to do it - I was having some issues with logging in to 
> the people.apache.org from my Windows box :-) and I was also 
> postponing the update as the schema would likely change soon too, once 
> I add some schema validation support to the jax rs endpoints
>
> Cheers, Sergey
>
> ----- Original Message ----- From: "smallufo" <sm...@gmail.com>
> To: <us...@cxf.apache.org>
> Sent: Monday, September 29, 2008 2:03 AM
> Subject: http://cxf.apache.org/schemas/jaxrs.xsd is OLD
>
>
>> http://cxf.apache.org/schemas/jaxrs.xsd is OLD
>> It has entityProviders , which should rename to providers .... 
>
> ----------------------------
> IONA Technologies PLC (registered in Ireland)
> Registered Number: 171387
> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
>