Hi,
because CXF is not working properly (see
http://www.nabble.com/SMX-CXF-BC-crazy-nondeterministic-behavior%3A-org.apache.cxf.BusException-to23778867.html)
i'm trying to use jaxws for my webservice.
But now i ran into the issue that the ComponentContext cant be injected into
the jaxws bean. However i need it for sending messages into the nmr. Am i
right with this assumption?!
I use the OSGI deployment in smx4. Config is similar to this:
<jaxws:endpoint
id="helloWorld"
implementor="#mybean"
address="http://localhost/HelloWorld">
<jaxws:properties>
<entry key="mtom-enabled" value="true"/>
</jaxws:properties>
</jaxws:endpoint>
<bean id="mybean" class="org.dummy.MyBean"/>
Injecting the jaxws endpoint into the bean ends up in a circular reference
thus an exception.
Any hint would be nice.
Regards
Stefan
--
View this message in context:
http://www.nabble.com/Inject-ComponentContext-in-JAXWS-bean-tp23921564p23921564.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.