Thread How to remove the portal container resources from head tag
How to remove the portal container resources from head tagHi We created a Portal Site and when we accessed that using the below url. http://localhost:8080/portal/myportal, there are few resources loaded from the portal container to head tag. Please refer the...
Thread Gatein Portal in Tivoli Access Manager(TAM) Webseal
Gatein Portal in Tivoli Access Manager(TAM) WebsealHi We are currently working on creating a Gatein Portal application using Richfaces and jBoss Portal Bridge. We were able to successfully run the portal application through our development environment. When we deploy...
Cluster Cache ReplicationMy configuration is as follows: Jboss Gatein 3.5.0.Final, cluster setup in local index mode, containing of nodes node1 and node2. Jgroups is configured to work in tcp (tcpping) mode. Unfortunately the cluster ...
Thread Got IllegalArgumentException while create a user based page
Got IllegalArgumentException while create a user based pageHi all When I login with root and create a user based page, which result a success output. But when I login with users other than root (mary, john, ...etc) and create a user based page i got the followin...
screen jumps to top after editHi, Added 3-4 portelts in a portal page .When edit action happens from most below portlet's jsp , screen jumps to top and we need to scroll down again. Is there any mechanism to avoid this. Looking fo...
Thread Exception while calling service list in GateIn 3.6
Exception while calling service list in GateIn 3.6I write the following code for list out all the service in GateIn (I am using GateIn 3.6 with JBOSS AS7 as server)
List serviceList = ExoContainerContext.getCurrentContainer().getComponentInstances();
When i am c...
Thread Inter Portlet Communication - Portlet Session
Inter Portlet Communication - Portlet SessionI am doing a simple project on portlets. It is deployed in gatein portal by Jboss. However, I have encountered some problems on PortletSession which I don't understand. Context: I have developed 2 portlets within the ...
Portlet maximized navigation not showingHi all I created a 2 level navigation in GateIn. In GateIn navigation the submenus are open when i mouse over into the main menu items. But when i maximize the portlet and after i mouse over into the menu bar the sub...
Thread Class cast exception when create a page programatically
Class cast exception when create a page programaticallyHi all Got class cast exception when i create a new page by program. The exception follows 15:17:45,107 ERROR [STDERR] java.lang.ClassCastException: Could not cast context EntityContext[state=ObjectSta...
JGroups version conflict with GateIn 3.2HI i created a portal application in my GateIn 3.2 with JBOSS 5 as server. By default GateIn provides JGroups jar whose version is 2.5 Final. But in my created application uses JGroups jar whose version is 3.4.1. The...
Thread How to avoid bypass authentication (detail test steps)
How to avoid bypass authentication (detail test steps)Steps to Reproduce: 1. Log into our portal project with correct username and password POST /portal/login HTTP/1.1 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Accept: tex...
Portlet display sizeHi, How can we define one portlet deployesd in gatein to use all available space in browser? We tried the width and height values, but nothing changes regarding the portlet size. Regards
how to set about IFRAME heightHello everyone: Ask a question, I built using the iframe in the page control in gatein, height of the displayed page, has chosen portlet 900px high altitude is always the same, can't control the height, how to set?
Oracle migration in gatein3.6Hi I am migrating from gatein3.2 to 3.6( with jboss7) . i want to import the JCR and IDM tables to my oracle database. I have changed standalone.xml but only the JCR tables got imported. Also ther...
Thread Unable to launch GateIn 3.6.0 Tomcat distro with Oracle
Unable to launch GateIn 3.6.0 Tomcat distro with OracleI'm getting a problem with the IDM, on a fresh Gatein install using Oracle. I'm connecting to oracle 11g203. Using the ojbdb6.jar driver. Running GateIn 3.6.0 Tomcat7 distro. I crea...
Role based redirection in GateIn 3.6Hi all I did the rolebased redirection in GateIn 3.2 according to the following documentation Redirect a user to page on login/logout based on role But now i changed my gatein from 3.2 to 3.6. Is it po...