[jboss-user] [JBoss Seam] - Re: Access Seam Component from Servlet

petemuir do-not-reply at jboss.com
Thu May 10 16:15:12 EDT 2007


Yes it is possible, it just depends on where the request originates.  We currently have:

* JBPM
* EJB MDB (JMS works on 4.0.5, other JCA doesn't)
* EJB timers
* WS (in CVS)
* JSF (for completeness)

Otherwise, you *should* be able to apply the principle to another request - you just have to set up and clean up the Seam contexts yourself - this is obviously harder for stateful than stateless requests (you just have EVENT and APPLICATION scope for free, no session).

HTH

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

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



More information about the jboss-user mailing list