[jboss-user] [Beginners Corner] - Getting the logged in user details

2007-01-09 Thread NewTo23
Hi, I have a DatabaseServerLoginModule. How can I get the name and the associated roles of the logged in user? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999711#3999711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Portal] - Deploying a JSF application

2007-01-10 Thread NewTo23
Hi, I have a Sun JSF application (version 1.1_02) which uses hibernate for persitence. I need to deploy this .war and .har in the JBoss portal. Please let me know some links, that can guide me. I know the basics about JBoss portal. Thanks. View the original post : http://www.jboss.com/index.

[jboss-user] [Management, JMX/JBoss] - Running a cron in JBoss

2007-01-10 Thread NewTo23
Hi, I have a requirement like monitoring the message communication between two systems. I need to monitor the status of the gateway, should be able to throttle the flow of messages, restarting the gateway, etc. I have my java classes ready for the messaging to take place. Please let me know h

[jboss-user] [Management, JMX/JBoss] - How to deploy a non-web application

2007-01-10 Thread NewTo23
Hi, Just have a fundamental query. How to deploy a non-web application on JBOSS App server ? Ours is a basic java application with just class files and we make it run by invoking a main method. My question is how do I wrap up my code and do I have to package it as WAR file to deploy it ? Pl

[jboss-user] [JBoss Portal] - Re: Deploying a JSF application

2007-01-11 Thread NewTo23
Hi, Thanks for the information, it was very helpful. Please let me know if you come across any links regarding .har deployment. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000477#4000477 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Portal] - java.lang.ClassNotFoundException: com.sun.faces.config.Confi

2007-01-11 Thread NewTo23
Hi, I am trying to deploy my Sun JSF application in JBoss 2.4.1 portal. I am getting the following exception while deploying, 2007-01-11 11:48:14,065 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/adjahjportlet]] Error configuring application listener of class com.sun

[jboss-user] [JBoss Portal] - Re: java.lang.ClassNotFoundException: com.sun.faces.config.C

2007-01-11 Thread NewTo23
Hi, I have resolved the issue. The issue was because I have left my jsf jars not included in the lib directory. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000541#4000541 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Portal] - java.lang.ClassCastException: com.sun.facelets.component.Rep

2007-01-11 Thread NewTo23
Hi, I have a JSF application using JSF 1.1_02 version. I am trying to deploy it as a war (as per JSR-168 spec) in the JBoss portal server 2.4.1 I am getting the following error while deploying, 2007-01-11 11:58:55,621 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/adja

[jboss-user] [JBoss Portal] - deploy a hibernate .har archive in JBoss portal

2007-01-11 Thread NewTo23
Hi, Please let me know how to deploy a hibernate .har archive in JBoss portal server version 2.4.1 Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000576#4000576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [JBoss Portal] - javax.portlet.PortletException: INIT_VIEW_PARAMETER must be

2007-01-12 Thread NewTo23
Hi, I have my Sun JSF application deployed successfully in my JBoss portal server 2.4.1 While launching the portal application, I am getting an exception like, 2007-01-12 09:38:40,729 ERROR [org.jboss.portal.portlet.container.com_sun_faces_portlet_FacesPortlet] The portlet threw an exception

[jboss-user] [JBoss Portal] - Re: javax.portlet.PortletException: INIT_VIEW_PARAMETER must

2007-01-12 Thread NewTo23
Hi Thomas, Thanks for the help. The exception is gone now. However my JSF pages are not rendered, I simply get a blank screen. The Jboss portal server throws the following warnings, 10:14:24,891 WARN [ViewHandlerImpl] Unable to determine FaceServlet mapping for | servlet path 'null'. | 10

[jboss-user] [JBoss Portal] - Unable to determine FaceServlet mapping for servlet path 'nu

2007-01-12 Thread NewTo23
Hi, I have my Sun JSF war application deployed successfully in my JBoss portal server version 2.4.1 as a portlet. But, My portlet comes as a blank page, and I get the following warning message from the Portal Server. 10:53:39,676 WARN [ViewHandlerImpl] Unable to determine FaceServlet mapping

[jboss-user] [JBoss Portal] - Re: deploy a hibernate .har archive in JBoss portal

2007-01-12 Thread NewTo23
Hi, I got to know how to deploy hibernate archive. Nothing needed, simply deploy the har archive, but add the database driver jar file in the default/lib folder. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001030#4001030 Reply to the post : http

[jboss-user] [JBoss Portal] - Re: javax.portlet.PortletException: INIT_VIEW_PARAMETER must

2007-01-12 Thread NewTo23
Hi Thomas, My JSP page has 3 frames in it. When I give the individual pages in my setting, my pages get rendered, where as if the frame page is called, I simply get a blank page with no exceptions. Please let me know how to resolve this. Thanks View the original post : http://www.jboss.com/

[jboss-user] [JBoss Portal] - Alternative for frames in portlet jsp

2007-01-16 Thread NewTo23
Hi, I have a portlet jsf page with frames in it. As per the JSR-168 spec about portlets, the portlet page should not have frames in it. Does any one know what is the alternative that I can use on to have frames in my portlet page ? Thanks View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Portal] - org.hibernate.SessionException: Session was already closed

2007-01-17 Thread NewTo23
Hi, I get the following exception when I launch my Sun JSF application deployed as a portlet page in the JBoss portal server version 2.4.1. I am using hibernate 3 jars. I dont get the below exception in the same jsf application that I have deployed in the JBoss AS 4.0.3 2007-01-17 10:04:06,782

[jboss-user] [JBoss Portal] - Re: org.hibernate.SessionException: Session was already clos

2007-01-26 Thread NewTo23
Hi, Please help me with some inputs on how to resolve this . Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006898#4006898 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006898 _

[jboss-user] [JBoss Portal] - Re: java.lang.ClassCastException: com.sun.facelets.component

2007-01-26 Thread NewTo23
I have resolved the issue. The solution is not to include the jsf-api.jar in the lib folder, as it is loaded globally somewhere. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006901#4006901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Portal] - Re: org.hibernate.SessionException: Session was already clos

2007-01-29 Thread NewTo23
Any inputs plz.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007819#4007819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007819 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Portal] - Re: org.hibernate.SessionException: Session was already clos

2007-01-29 Thread NewTo23
Hi, I have deployed the Sun JSF application as a stand alone web application in JBoss AS 4.0.3 SP1, where I dont get this exception. I get the exception only when I deployed it as a portlet in the JBoss Portal server 2.4.1 Thanks. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Portal] - Forums and Wiki Portlets

2007-02-16 Thread NewTo23
Hi, I am trying to deploy the Wiki portlet (jbosswiki-beta2-2.4) in my JBoss AS 4.0.5GA that has Portal Server 2.4.1 in it. While deploying I get the below error, java.lang.NoClassDefFoundError: org/jboss/wiki/WikiSession Is there a Forums portlet compatible with Portal server version 2.4.1 ?

[jboss-user] [JBoss Portal] - Re: Forums and Wiki Portlets

2007-02-16 Thread NewTo23
Thanks for your reply. I am able to find the information in JBoss Forum user forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017966#4017966 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017966 __

[jboss-user] [JBoss Portal] - Single Sign On with Alfresco Portlet

2007-02-22 Thread NewTo23
Hi, I have deployed the Alfresco 1.4 portlet in my JBoss portal server 2.4.1 Please provide me with some inputs on how I can achieve Single Sign On between the Alfresco portlet and my JBoss portal server. Thanks.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2007-02-22 Thread NewTo23
Hi, Even after authenticating in the JBoss portal server, I found that the Alfresco CMS portlet still having a link as Login(guest), which means I have to login again. Thanks.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020835#4020835 Reply to the po

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2007-02-22 Thread NewTo23
Ans 1 : Yes, I logged in through the JBoss login page. Ans 2 : It takes me to the Alfresco Login page. Thanks.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020838#4020838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2007-02-22 Thread NewTo23
My portal page has some other portlets also and the Home page has the User Portlet for login. We are planning to have the login only through the JBoss portal server authentication. Regarding pluggable authentication, I am not sure, but found some xml files in the alfresco war to configure for

[jboss-user] [JBoss Portal] - Maximizing the Portlet window by default

2007-02-28 Thread NewTo23
Hi, I am trying to have my portlet displayed in Maximized window state by default ? Is there any preferences to be set for that ? If not, please let me know what is the method and the class that will get called when I click on the Maximize button. Thanks.. View the original post : http://www

[jboss-user] [JBoss Portal] - Re: Maximizing the Portlet window by default

2007-02-28 Thread NewTo23
Can anyone please provide me with some inputs ? Thanx in advance.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023935#4023935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023935 ___

[jboss-user] [JBoss Portal] - Re: Maximizing the Portlet window by default

2007-03-02 Thread NewTo23
Please help me with some inputs... Thanks... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024798#4024798 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024798 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: How do I default a portlet window to maximized?

2007-03-03 Thread NewTo23
I also have the same requirement, by any chance did you get this resolved ? Thanks.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024900#4024900 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024900 _

[jboss-user] [JBoss Portal] - Problem having a php page as an IFrame

2007-03-07 Thread NewTo23
Hi, I have a problem with having my php page as an IFrame portlet. When I click on the navigation tab that has this php as an IFrame portlet, the entire portal page gets redirected to the php page, ie the php page gets opened in my browser automatically. Please help me in resolving this issue.

[jboss-user] [JBoss Portal] - java.lang.ClassCastException: org.jboss.portal.theme.ServerR

2007-03-08 Thread NewTo23
Hi, I am trying to bring a Themes portlet in my JBoss Portal Server version 2.4.1 that runs on JBoss AS 4.0.5.GA. While rendering, I get the below error, 2007-03-08 10:03:21,703 ERROR [org.jboss.portal.core.command.ControllerCommand] Rendering portlet window MyPortal.Admin.ThemePortletWindow t