This content has been marked as final.
Show 1 reply
-
1. Re: Not working injection with Service
gpro Jun 11, 2012 5:15 AM (in response to lanrjtokenring)Hi all,
I have the same problem trying to have a valid resource using:
@Resource(mappedName="activemq/TopicConnectionFactory")
private TopicConnectionFactory factory;
I think there are some problems related to class isolation. In my tests, "factory" is null when class isolation is ON, while it works fine when isolation is disabled.
Any ideas?
Please help on this.
Regards