[jboss-user] [JBoss Seam] - Can´t inject queueSession component

jpviragine do-not-reply at jboss.com
Tue Feb 27 12:15:13 EST 2007


I?m trying to inject a queueSession in my stateless session bean(jmsMessageProducer):


@In
  | private QueueSession queueSession;


but get: 

Exception during request processing: In attribute requires value for component: jmsMessageProducer.queueSession

In seam?s component.xml (from jboss-seam.jar):
<factory scope="stateless" auto-create="true" name="queueSession" value="#{org.jboss.seam.jms.queueSession}"/>
  | 
So, I don?t need create=true

Even put create=true the errors occurs

Any idea?

Cheers,

Joao Paulo

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023178#4023178

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023178



More information about the jboss-user mailing list