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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to