Ok my ear structure now looks like this - It used to have the spring jars in the workejb.jar and workweb.war but now they reside at the root of the ear:
work.ear
- spring jars
- META-INF
...
Type: Posts; User: yorkroad; Keyword(s):
Ok my ear structure now looks like this - It used to have the spring jars in the workejb.jar and workweb.war but now they reside at the root of the ear:
work.ear
- spring jars
- META-INF
...
Thanks for the prompt reply.
My ear structure now looks like this:
work.ear
- APP-INF
- classes
- beanRefContext.xml
- myContext.xml
I am trying to use the Autowiring Interceptor for EJB 3...
atStateless
atInterceptors(SpringBeanAutowiringInterceptor.class)
public class MyBean implements MyBeanLocal, MyBeanRemote
{
...