Log in to follow, share, and participate in this community.
Thread SAML based SSO for JBoss EPP 5.2 possible?
SAML based SSO for JBoss EPP 5.2 possible?It seems that SAML based SSO has been added to JBoss EPP 6.0 (I do not know which GateIn versions these 5.2 & 6.0 match to?). We are using JBoss EPP 5.2. at the moment and would need to add support for SAM...
A new forums project is bornI started the development of Rubia Forums. It's the old Jboss Forums project resumed and refactored with the new java enterprise technologies. Another feature respect the previous version is that it doesn't depend by ...
Portlet RefreshUsing GateIn 3.6 i encounter the following behaviour of the portal: When developing a portlet in eclipse and deploy it to a GateIn server instance i am not able to see the changes that i have made to the appli...
Thread [GateIn3.6.0_jbossas7] Issue running GateIn with Java Security Manager
[GateIn3.6.0_jbossas7] Issue running GateIn with Java Security ManagerIs there a good guide for running GateIn 3.6.0_jbossas7 with the Java Security Manager on Windows Server 2008 (Java 1.6.0_45 64bit)? I have used this as a starting point but am running into an exception that do not kn...
GateIn: build, install, run and moreFor up-to-date information on how to build, install and run GateIn Portal, please refer to the README files at the repositories: https://github.com/gatein/gatein-portal https://github.com/gatein/gatein-wsrp ...
Jpp 6.1(gatein 3.6) Mysql configurationEdit:- I still need help...hit "assumed answer" by mistake and don't know how to undo it I tried to configure jboss portal 6.1 for about 2 days now. I tried editing configure.properties,standalone.xml , c...
Avoid Page ReloadingHi all I have one application deployed in Gatein 3.6(JBOSS 7) . The UI is in such a way that one page I have multiple portlets. The problem is that if I edit any of these portlets and do any action, the entire...
Thread Jersey Web Service is not working in Gatein 3.6 with JBOSS AS7
Jersey Web Service is not working in Gatein 3.6 with JBOSS AS7Hi All, I have created a sample jersey server in my gatein 3.6 (with Jboss AS7). Here follows the steps for creating jersey server. I have added the following lines of code in web.xml...
JAAS in GateIn 3.6Hi, We have recently upgraded GateIn from 3.2 to 3.6.We have authenticated a CustomLoginModule in GateIn 3.2 by extending PortalLoginModule class. What we did for GateIn 3.2 is as follows : 1. In gatein-jbos...
Using different version of JQueryHi, I'm making a few portlet that use Jquery 1.9.1, I'm searching in the tutorials but I don't find any example of how to create a javascript module for JQuery 1.9.1. I need to used only this version instead 1...
Rest url to get user rolesHi I am developing a mobile application in jboss7(Gatein 3.6). I want the rest url to get the user roles for a particular user. Can anybody help?