[
https://issues.apache.org/jira/browse/CXF-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13029570#comment-13029570
]
Edward Ost commented on CXF-3492:
---------------------------------
I've patched these two files on CXF 2.4.0 (attached) and it's working fine now.
./common/common/src/main/java/org/apache/cxf/common/util/SpringAopClassHelper.java
./rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ServerFactoryBean.java
I'll post to patches to dev-cxf mailing list.
To install on TESB 4.0:
rm -Rf system/org/apache/cxf
mkdir -p system/org/apache/cxf/cxf-bundle/2.4.0/
mkdir -p system/org/apache/cxf/karaf/apache-cxf/2.4.0/
cp ~/.m2/repository/org/apache/cxf/cxf-bundle/2.4.0/cxf-bundle-2.4.0.jar
system/org/apache/cxf/cxf-bundle/2.4.0/
cp
~/.m2/repository/org/apache/cxf/karaf/apache-cxf/2.4.0/apache-cxf-2.4.0-features.xml
system/org/apache/cxf/karaf/apache-cxf/2.4.0/
find . -name *.xml -exec grep -l '2.4.0-SNAPSHOT' {} \; | xargs sed -i
's/2.4.0-SNAPSHOT/2.4.0/g'
find . -name *.cfg -exec grep -l '2.4.0-SNAPSHOT' {} \; | xargs sed -i
's/2.4.0-SNAPSHOT/2.4.0/g'
David
> Spring OSGI Service Reference as JAXWS:endpoint implementor
> -----------------------------------------------------------
>
> Key: CXF-3492
> URL: https://issues.apache.org/jira/browse/CXF-3492
> Project: CXF
> Issue Type: Bug
> Components: OSGi
> Affects Versions: 2.4
> Reporter: Edward Ost
>
> Problem pointing <jaxws:endpoint> to an implementor that's provided by
> <osgi:reference>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira