DOSGi deploy failing on Hudson

2009-12-18 Thread davidb
Hi all, The DOSGi deploy build on Hudson is failing with the following: [INFO] Error deploying artifact: Authorization failed: Access denied to: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/cxf/dosgi/cxf-dosgi-remote-service-admin-interfaces/1.0.0/cxf-dosgi-remote

Re: DOSGi deploy failing on Hudson

2009-12-18 Thread Eoghan Glynn
Hmmm ... smells like a Nexus issue. If I follow that link, I'm redirected to: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/cxf/dosgi/cxf-dosgi-remote-service-admin-interfaces/1.0.0/cxf-dosgi-remote-service-admin-interfaces-1.0.0.jar with the message: Item not foun

Re: svn commit: r892222 - in /cxf/dosgi/trunk/dsw/cxf-dsw/src: main/java/org/apache/cxf/dosgi/dsw/handlers/ test/java/org/apache/cxf/dosgi/dsw/handlers/

2009-12-18 Thread Sergey Beryozkin
Hi David Author: davidb Date: Fri Dec 18 11:16:42 2009 New Revision: 89 URL: http://svn.apache.org/viewvc?rev=89&view=rev Log: Added support for old way of configuring endpoint location back in. The following properties on the exposed services are now equivalents and can be set to a va

Re: svn commit: r892222 - in /cxf/dosgi/trunk/dsw/cxf-dsw/src: main/java/org/apache/cxf/dosgi/dsw/handlers/ test/java/org/apache/cxf/dosgi/dsw/handlers/

2009-12-18 Thread David Bosschaert
Hi Sergey, 2009/12/18 Sergey Beryozkin : > Hi David > >> Author: davidb >> Date: Fri Dec 18 11:16:42 2009 >> New Revision: 89 >> >> URL: http://svn.apache.org/viewvc?rev=89&view=rev >> Log: >> Added support for old way of configuring endpoint location back in. The >> following properties o

Re: svn commit: r892222 - in /cxf/dosgi/trunk/dsw/cxf-dsw/src: main/java/org/apache/cxf/dosgi/dsw/handlers/ test/java/org/apache/cxf/dosgi/dsw/handlers/

2009-12-18 Thread Sergey Beryozkin
Hi David The endpoint.uri is a new property that's introduced in the OSGi Remote Service Admin spec. This is now the standard way to configure the endpoint URI. The old properties are still supported for backward compatibility. This endpoint.uri property will work JAXRS services as well ? If

Re: DOSGi deploy failing on Hudson

2009-12-18 Thread Daniel Kulp
The problem is due to: parent/pom.xml: 1.0.0 Thus, the build of dsw/cxf-osgi-remote-service-admin-interfaces/pom.xml is considered a release and is trying to deploy as a release. That version number needs to change to a SNAPSHOT. Dan On Fri December 18 2009 4:35:36 am dav...@apa

Re: DOSGi deploy failing on Hudson

2009-12-18 Thread davidb
Ok - I'll take a look. I can't just change it to 1.0.0-SNAPSHOT because these classes are defined by the OSGi Alliance and their version is actually 1.0.0. But maybe we can avoid building this module separately, this module is only an internal artefact for DOSGi... Cheers, David 2009/12/18 Danie