Hi TomEE is not integrated with Axis so you need to do the integration yourself. TomEE relies on CXF for webservices and in this context injections should work. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau
2013/11/21 Christof May <[email protected]>: > Hi all, > > > > I’m struggling to apply OWB to my existing/legacy Axis2 (version 1.6.2) > webservice running on TomEE. Unfortunately I couldn’t find any documentation > or hints at the Internet that would help me out there. > > > > I have a similar setup with JAX-WS where it works just fine and > out-of-the-box (basically via the WebBeansConfigurationListener listener). > > > > Basically my problem is injecting the dependencies in the main Axis > webservices classes – the @Inject statement do not have any effect and thus > the objects remain null. > > > > Any help would be appreciated… > > > > best, > > > > Chris
