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

Ryan LaMothe commented on CXF-4767:
-----------------------------------

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

Reply via email to