[jboss-user] [JBoss Portal] - Re: Subdomain in jboss Portal ??

2008-03-17 Thread remi_dong
In jboss, i have 2 appWeb: toto.war and tata.war, the subdomain toto.google.com is for appWeb toto.war, and tata.google.com is for tata.war. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4137011#4137011 Reply to the post :

[jboss-user] [JBoss Portal] - Subdomain in jboss Portal ??

2008-03-14 Thread remi_dong
Hello, I want create 2 subdomain in portal. I add: virtual-hosttoto.google.com/virtual-host |virtual-hosttata.google.com/virtual-host in the file 'portal-server.war\WEB-INF\jboss-web.xml' , and i set the conf in the apache and tomcat. when i run the jboss, i can't get reponse with

[jboss-user] [JBoss Portal] - javax.transaction.NotSupportedException

2007-11-22 Thread remi_dong
Hello, I have a exception when i use the transaction in my portlet. I get the log: 15:45:01,640 ERROR [GiftCardActivate] Exception in actevate card. = Quit the transaction 15:45:01,640 ERROR [STDERR]

[jboss-user] [JBoss Portal] - Unexpected exception when login

2007-11-16 Thread remi_dong
Hello, when i to connecter in portal, i get the erro: *** 12:01:40,287 ERROR [PortalServlet] Unexpected exception java.lang.NullPointerException at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Multiple last resources have been added to the current trans

2007-11-16 Thread remi_dong
Hello, I have the erro in Linux, when i want connecter to my site, i get the message: *** 11:51:10,380 WARN [loggerI18N] [com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.multipleWarning]

[jboss-user] [JBoss Portal] - Trying to install an already registered mbean: jboss.jca:ser

2007-11-15 Thread remi_dong
Hello, I have a problm with deply the file portal-mysql5-ds.xml, when i run the jboss portal 2.6, in the boot, i have a Exception: 16:42:19,442 ERROR [MainDeployer] Could not create deployment:

[jboss-user] [JBoss Portal] - Re: I can't get the parameter form in my portlet

2007-10-19 Thread remi_dong
Thanks... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096904#4096904 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096904 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: I can't get the parameter form in my portlet

2007-10-19 Thread remi_dong
Yes that is strange, because this code is run in Jboss Portal 2.0, i can get the parameter in doView() and in processeAction(). I think the problem is Jboss Portlet 2.6 block some method ex: POST.

[jboss-user] [JBoss Portal] - I can't get the parameter form in my portlet

2007-10-18 Thread remi_dong
Hi, I have a in jsp ex: *JSP*** | form method=POST name=register_form action=/portal/default/userDisplay/userDisplayWindow?action=2act=1 | input name=uname type=text maxLength=100/ | input name=mail type=text maxLength=100/ | input

[jboss-user] [JBoss Portal] - I can't get the parameter form in my portlet

2007-10-18 Thread remi_dong
Hi, I have a in jsp ex: *JSP*** * and in my portlet i want get the value of the form: *Portlet*** public void doView(RenderRequest request,RenderResponse

[jboss-user] [Installation, Configuration DEPLOYMENT] - PortalServlet Exception??

2007-10-15 Thread remi_dong
Hello, I have the exception very frequent, in the console some time it get : 18:19:22,906 ERROR [[PortalServletWithPathMapping]] Servlet.service() pour la servlet PortalServletWithPathMapping a gÚnÚrÚ une

[jboss-user] [JBoss Portal] - PortalServlet Exception??

2007-10-15 Thread remi_dong
Hello, I have the exception very frequent, in the console some time it get : 18:19:22,906 ERROR [[PortalServletWithPathMapping]] Servlet.service() pour la servlet PortalServletWithPathMapping a gÚnÚrÚ une

[jboss-user] [JBoss Portal] - WARN [LoadContexts] ?

2007-10-12 Thread remi_dong
Hi, I have the WARN when i show the page portal: - 19:08:03,203 WARN [LoadContexts] fail-safe cleanup (collections) : [EMAIL PROTECTED][EMAIL PROTECTED] 19:08:03,203 WARN [LoadContexts] fail-safe cleanup (collections) :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unexpected error processing socket in jboss-4.0.5.GA

2007-10-12 Thread remi_dong
I have this problem also. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094690#4094690 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094690 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: WARN [LoadContexts] ?

2007-10-12 Thread remi_dong
remi_dong wrote : Hi, | I have the WARN when i show the page portal: | - | 19:08:03,203 WARN [LoadContexts] fail-safe cleanup (collections) : [EMAIL PROTECTED][EMAIL PROTECTED] | 19:08:03,203 WARN [LoadContexts

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

2007-10-05 Thread remi_dong
Hi, I have a problem with user the modules Identity for gestion authentication. My Portlet is : - public class UserIdentity extends GenericPortlet{ private UserModule userModule; private RoleModule roleModule; static Logger

[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: -- portlet-nameUserGestionPortlet/portlet-name

[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

[jboss-user] [JBoss Portal] - Access parameter url in doView?

2007-09-28 Thread remi_dong
Hi, I want use request.getParameter(toto); in doView. In Jboss Portal 2.0 i can use the url like http://127.0.0.1/index.html?ctrl:id=window.default.mywindowctrl:type=rendertoto=to, , but not in Portal 2.6. What i do? Thanks. View the original post :