You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Ryan LaMothe (JIRA)" <ji...@apache.org> on 2013/02/01 03:03:12 UTC

[jira] [Comment Edited] (CXF-4767) JAX-RS endpoints fail to register properly with ws-discovery service

    [ https://issues.apache.org/jira/browse/CXF-4767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568375#comment-13568375 ] 

Ryan LaMothe edited comment on CXF-4767 at 2/1/13 2:01 AM:
-----------------------------------------------------------

Thank you for such a quick response!

Unfortunately, we still seem to be experiencing this bug.

Here is some potentially useful configuration, are we using the correct settings?

pom.xml


<dependency>
   <groupId>org.apache.cxf.services.ws-discovery</groupId>
   <artifactId>cxf-services-ws-discovery-service</artifactId>
   <version>2.7.3-SNAPSHOT</version>
</dependency>

<dependency>
   <groupId>org.apache.cxf.services.ws-discovery</groupId>
   <artifactId>cxf-services-ws-discovery-api</artifactId>
   <version>2.7.3-SNAPSHOT</version>
</dependency>

<repository>
   <id>Apache-Snapshots</id>
   <name>Apache-Snapshots</name>
   <url>http://repository.apache.org/snapshots</url>
   <snapshots>
      <enabled>true</enabled>
   </snapshots>
</repository>

<pluginRepository>
   <id>Apache-Snapshots</id>
   <name>Apache-Snapshots</name>
   <url>http://repository.apache.org/snapshots</url>
   <snapshots>
      <enabled>true</enabled>
   </snapshots>
</pluginRepository>
                
      was (Author: subaruwrc):
    Thank you for such a quick response!

Unfortunately, we still seem to be experiencing this bug.

Here is some potentially useful configuration, are we using the correct settings?

pom.xml

<cxf.version>2.7.3-SNAPSHOT</cxf.version>

<dependency>
   <groupId>org.apache.cxf.services.ws-discovery</groupId>
   <artifactId>cxf-services-ws-discovery-service</artifactId>
   <version>${cxf.version}</version>
</dependency>

<dependency>
   <groupId>org.apache.cxf.services.ws-discovery</groupId>
   <artifactId>cxf-services-ws-discovery-api</artifactId>
   <version>${cxf.version}</version>
</dependency>

<repository>
   <id>Apache-Snapshots</id>
   <name>Apache-Snapshots</name>
   <url>http://repository.apache.org/snapshots</url>
   <snapshots>
      <enabled>true</enabled>
   </snapshots>
</repository>

<pluginRepository>
   <id>Apache-Snapshots</id>
   <name>Apache-Snapshots</name>
   <url>http://repository.apache.org/snapshots</url>
   <snapshots>
      <enabled>true</enabled>
   </snapshots>
</pluginRepository>
                  
> JAX-RS endpoints fail to register properly with ws-discovery service
> --------------------------------------------------------------------
>
>                 Key: CXF-4767
>                 URL: https://issues.apache.org/jira/browse/CXF-4767
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS, WS-* Components
>    Affects Versions: 2.7.2
>            Reporter: Sergey Beryozkin
>            Assignee: Sergey Beryozkin
>             Fix For: 2.7.3, 2.8.0
>
>
> NPE is reported if JAX-RS endpoint is created when WS-Discovery service is also running

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira