[jboss-user] [JBoss Seam] - Re: invoke a Seam component outside the context of a web app

gavin.king@jboss.com do-not-reply at jboss.com
Thu Oct 12 14:59:32 EDT 2006


Unfortunately, the Seam metamodel (the Component objects) are all created by the servlet context listener.

The EJB3 container has no startup hooks, so I can;t really do that stuff at EJB container startup time.

But perhaps if you have some funny startup hooks, you could call new initialization().init() from there....

Might require some changes to Seam code.

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

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



More information about the jboss-user mailing list