Does dependency injection work in JBoss Portal portlets?
I am trying to do something like this:
| public final class MyPortlet
| extends GenericPortlet
| {
|
| @Resource ( name = "jms/ConnectionFactory" )
| private ConnectionFactory connectionFactory;
|
| @Resource ( name = "jms/Destination" )
| private Destination destination;
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170445#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...