1 Reply Latest reply on Feb 17, 2011 2:49 AM by jaikiran

    JBoss 6 + CXF 2.3.2 + Spring 3.0.4: @Autowired, @Component, etc. not working

    kyle.watson

      I'm moving from JBoss AS 5.1 to 6.0 Final and am using CXF 2.3.2 (since JBoss-WS-CXF didn't have JAX-RS support and we're not using RESTeasy). I'm able to deploy my app, but the Spring annotations @Component, @Service, @Repository and @Autowired aren't working now.  In JBoss 5.1 I was able to use the geronimo-annotation_1.0_spec-1.1.1.jar to get the annotations working, but in JBoss 6 it's not working.  Is there a way to use these Spring annotations with JBoss 6?