[jboss-user] [JBoss Portal] - Re: User Identity modules in a Portlet?

2007-10-05 Thread Antoine_h
For the first question, yes, the "transactionManager" is initialized by the Portlet Container. It is a kind of Injection, like oftenly used in AOP (Aspect Oriented Programming), in EJB3 (for the persistenceManager), in Seam, etc... Second question : you are doing a Login Portlet : a portlet to

[jboss-user] [JBoss Portal] - Re: User Identity modules in a Portlet?

2007-10-05 Thread remi_dong
"remi_dong" wrote : I have other question. | when i finish the verification the password in my Portlet, i want connect this use, so i have a JSP for send to context de auth. | But it send me to page login.jsp. | --

[jboss-user] [JBoss Portal] - Re: User Identity modules in a Portlet?

2007-10-05 Thread remi_dong
I have other question. when i finish the verification the password in my Portlet, i want connect this use, so i have a JSP for send to context de auth. But it send me to page login.jsp. -- <% String form_path="/au

[jboss-user] [JBoss Portal] - Re: User Identity modules in a Portlet?

2007-10-05 Thread remi_dong
I find the solution. My problme is i'am not decalre the Transaction in my portlet, so i add the description in to the jboss-portlet.xml: -- UserGestionPortlet R