[jboss-user] [JBoss Seam] - Re: Integrating Seam with EJB container

maek1975 do-not-reply at jboss.com
Wed Nov 8 12:44:53 EST 2006


ok thanks.

I moved my action classes (ie seam components defined in component.xml as MyEarApp/#{ejbName}/local) into the ejb-module, the component is now found/started by the jboss ejb container.

I can access the session beans like this: ctx.lookup("MyEarApp/MyEJB/local") from a jsp-file.

But when trying to load a .jsp/seam file containg seam specific code (the file is identical to seamInstallDir/examples/registration/register.jsp), the only things that are displayed is text, nighter the corresponding textfields nor the register-button. 

My question is then, are there any jars that i MIGHT BE MISSING OR IS it really possible to have the component.xml and faces-config.xml residing under web-inf in my war-file. Ie. should I move these into my ejb-jar (meta-inf)?



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

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



More information about the jboss-user mailing list