[jboss-user] [JBoss Seam] - Re: Tomcat, Seam 2.0.0.GA with no embedded?

2007-12-10 Thread andrew.rw.robinson
Thanks, That was all I needed to know. Now I just need to figure out what jar provides LocalOnlyContextFactory besides the embedded: Caused by: java.lang.ClassNotFoundException: org.jnp.interfaces.LocalOnlyContextFactory | at

[jboss-user] [JBoss Seam] - Re: Tomcat, Seam 2.0.0.GA with no embedded?

2007-12-10 Thread Techieexchange
Hi, If you would like to work with Seam 2 + Tomcat without EJB3, then take a look at this step-by-step tutorial. Use JPA example as your template and replace src and web (view) files with your existing ones.

[jboss-user] [JBoss Seam] - Re: Tomcat, Seam 2.0.0.GA with no embedded?

2007-12-10 Thread andrew.rw.robinson
I used the JPA as an example. I did find the problem though. I had a few extra config files still around from before, so I deleted them and that fixed the issue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111711#4111711 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Tomcat, Seam 2.0.0.GA with no embedded?

2007-12-08 Thread andrew.rw.robinson
Also, Is it possible to run Seam 2.0 with the Embedded EJB3 instead of JBoss Embedded (As I mentioned, that configuration was *much* better)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111420#4111420 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Tomcat, Seam 2.0.0.GA with no embedded?

2007-12-08 Thread matt.drees
Do you really need EJB3 (beyond JPA)? If not (and it sounds like you don't, if you're exclusively using Seam Pojos), then you don't need Embedded Jboss. Take a look at the JPA example, which deploys to tomcat. View the original post :

[jboss-user] [JBoss Seam] - Re: Tomcat, Seam 2.0.0.GA with no embedded?

2007-12-08 Thread matt.drees
And yes, you'd still have page flows, drools, etc. You'd only loose EJB3 stuff (though I think you'd consequently loose the Seam Remoting functionality that uses JMS). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111423#4111423 Reply to the post :