You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by MaksimU <ma...@cisco.com> on 2008/07/23 22:57:38 UTC

Geronimo and Persistance Manager Factory

I'm working on project where we need to assign many roles to a user and I'm
using JSF, Seam and EJB. I'm trying to figure out how to create Seam-managed
persistence context in my application and all example are for JBoss. Can
anyone help me to set it up.
Here is the example that I was looking at:
http://docs.jboss.com/seam/2.0.3.CR1/reference/en-US/html_single/#persistence.seam-managed-persistence-contexts
Thanks
-- 
View this message in context: http://www.nabble.com/Geronimo-and-Persistance-Manager-Factory-tp18619656s134p18619656.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: Geronimo and Persistance Manager Factory

Posted by "Jay D. McHugh" <ja...@gmail.com>.
Earlier this year a lot of work was put into an example for using Seam 
under Geronimo.

But, the wiki page is still located under the Geronimo 2.0 samples.

Here is a direct link to the sample:

http://cwiki.apache.org/GMOxSAMPLES/running-jboss-seam-200ga-on-geronimo-211.html

Does that help?

Jay

MaksimU wrote:
> I'm working on project where we need to assign many roles to a user and I'm
> using JSF, Seam and EJB. I'm trying to figure out how to create Seam-managed
> persistence context in my application and all example are for JBoss. Can
> anyone help me to set it up.
> Here is the example that I was looking at:
> http://docs.jboss.com/seam/2.0.3.CR1/reference/en-US/html_single/#persistence.seam-managed-persistence-contexts
> Thanks