IDEA & Spring & CXF

Hi,

I want to offer web services to a Wicket/Spring application using CXF. The problem is, that the end points are defined in applicationContext.xml using:

<jaxws:endpoint id="incomingEndpoint" implementor="#incoming" address="/Incoming" />

with implementor being a bean id preceded by a "#". IDEA complains now that it can't resolve the class and I can't get rid of the error. :( Any hints how to solve this? It runs fine of course.

TIA

0

We're working on this. You can add yourself as watcher here http://www.jetbrains.net/jira/browse/WSVC-170

0

请先登录再写评论。