[jboss-user] [JBoss Portal] - Multi Portals

2008-04-09 Thread maiky
Hello, I want to create multi portals on one JBoss portal, and I want to know if is possible. Is it possible to create one portal with intranet Acces and one portal with exranet acces. When I logout I arrived on a default page, if I have multi Portals, can I logout on one portal can I

[jboss-user] [JBoss Portal] - Statistics on login

2008-02-03 Thread maiky
Hello, I want to know if is possible to get the users that are log in, and the pages they visite ? And when they did that ? In database or in log files. Thanks. PS : Sorry for my bad English. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126015#4126015

[jboss-user] [JBoss Portal] - Statistics

2007-11-20 Thread maiky
Hello, I search a method to get statistics on my portal. I want to know who log in, the pages he visites and when. Do have a module in Jboss who do this ? I use JBoss portal 2.6.2. PS: Sorry for my bad English. View the original post :

[jboss-user] [JBoss Portal] - Re: Redirect after logout

2007-10-24 Thread maiky
Hello In 2.6.2 is now possible to set the default portal on that you want and the redirect after logout is ok. In the 2.6.1 I'm create my portal on the default portal to resolve this problem. PS: Sorry for my bad English. View the original post :

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-08-05 Thread maiky
Thks for response. If I've got time, I try to work on it. PS: Sorry for my English. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071021#4071021 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4071021

[jboss-user] [JBoss Portal] - Portlet with Ajax4jsf

2007-08-02 Thread maiky
Hello, I want to know if I can use Ajax4jsf when develop a portlet ? It seems to me that I read it didn't work. I use JBoss portal 2.6.1 (GA) and JBoss AS 4.0.5. Have got any solutions to include Ajax in portlet when using JSF ? Thks. PS: Sorry for my bad English View the original post :

[jboss-user] [JBoss Portal] - Re: Redirect after logout

2007-07-05 Thread maiky
Thks I go to see what is it ans try to understand what must I do. There is no methods to logout ? of any library ? Thks. PS: Sorry for my bad English. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060710#4060710 Reply to the post :

[jboss-user] [JBoss Portal] - Re: user's group

2007-07-04 Thread maiky
I'm back ! I find the methods to get an user when I'm in a page but they return null any time. I'm use : User user = (User) request.getAttribute(org.jboss.portal.header.USER); in library org.jboss.portal.identity.User What I must do ? After, I don't find the method isUserInRole(String toto)

[jboss-user] [JBoss Portal] - Re: Redirect after logout

2007-07-04 Thread maiky
I try to rewrite the header.jsp with the example of the doc but have erros. %@ page import=org.jboss.portal.identity.User % | %@ page import=org.jboss.portal.api.PortalURL % | | % |User user = (User) request.getAttribute(org.jboss.portal.header.USER); |PortalURL signOutURL =

[jboss-user] [JBoss Portal] - Re: user's group

2007-07-04 Thread maiky
Thks I'm go see it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060382#4060382 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060382 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: user's group

2007-07-04 Thread maiky
Thks for the methods I can get the user who is connect. But I've a last little problem : The isUserInRole(role) return me false any time. I check with many role's name (I create an user with all roles), I try with the Users or the Administrators. No error in return just false. I read that it

[jboss-user] [JBoss Portal] - Re: Redirect after logout

2007-07-04 Thread maiky
I can redirect but I want redirect after logout. with no new clic. When I click on logout, I want to redirect to my home page with no User log in. At this time when I'm using the sign_out_url, I'm redirect to default portal. If I can't change the sign_out_url, can I log out an user with a

[jboss-user] [JBoss Portal] - Re: user's group

2007-07-04 Thread maiky
First of all, thks for the help, I must get the role of user for finalize my portlet for Friday, and it's reassure me to find a community who try to help. But, the problem persist... I check the database and I'm sure now I use the role names. I try with Admin or User for test (with a user that

[jboss-user] [JBoss Portal] - Re: Redirect after logout

2007-07-04 Thread maiky
Yes I want to create a sign_out_url that redirect me to my proper home page when a user click on logout (with no user authentificated after). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060632#4060632 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Redirect after logout

2007-07-01 Thread maiky
Nobody knows who can i modify this ? Thanks. PS: Sorry for my bad English. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059500#4059500 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059500

[jboss-user] [JBoss Portal] - Redirect after logout

2007-06-29 Thread maiky
Hello, I want to know where I can modify the redirection url after an user log out. At time, when an user log out, he is redirect to default portal page. I want to redirect to my portal. I'm use Jboss portal 2.6 with Jboss AS 4.0.5. Any solutions ? Thanks. PS: Sorry for my bad English.

[jboss-user] [JBoss Portal] - user's group

2007-06-18 Thread maiky
Hy everybody, I'm developing a portlet and i want to recover the groups of the user who is connect. It is possible ? I read the javadoc at the user's methods but i don't see anything to that. Any solutions ? Thanks. PS: Sorry for my bad English. View the original post :

[jboss-user] [JBoss Portal] - Re: user's group

2007-06-18 Thread maiky
anonymous wrote : You can't get the roles of a user, you can only check if the user is in a specific role. What must I do to check the role ? Thanks PS: Sorry for my bad English View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055162#4055162 Reply to the post

[jboss-user] [JBoss Portal] - Re: The CMS fail when deploy JBoss-Portal-ha-2.6-RC2 on a cl

2007-06-14 Thread maiky
I've got the same error. I download the jdbc connector for oracle 10 (i've got oracle 9i) and replace the 9's version in ma lib folder. After that I don't have the error. I read it on a forum but I don't rememeber where. PS: Sorry for my bad English. View the original post :

[jboss-user] [JBoss Portal] - Re: About JBoss Portal 2.6 ...

2007-06-07 Thread maiky
[EMAIL PROTECTED] wrote : | JBoss Portal 2.4 is used in production in many places, 2.6 will be final late in June and is already used in production on jboss.org | Is there an approxymate date for the final version ? (next week or later ?) I want to use the 2.6 version in production but I

[jboss-user] [JBoss Portal] - Problem creation HelloWorldportlet

2007-05-23 Thread maiky
Hello, First, sorry if i choose the wrong forum for my post. If i must post in another place, i can. (notice me :) ) I recompile the Helloworld portlet that i found on the jboss depot and when i try to deploy it, i have erros. anonymous wrote : The portlet HelloWorldPortlet threw an error

[jboss-user] [JBoss Portal] - Jboss forum for 2.6

2007-05-21 Thread maiky
Hy all, I want to know if exist a portlet jboss-forum for jboss portal 2.6. I don't find it ... Sorry for my bad English. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047176#4047176 Reply to the post :