Questions tagged [gatein]

GateIn Portal. The Opensource Website Framework.

GateIn Portal – both an enterprise web portal and also a portal framework to build upon. GateIn Portal includes support for Web Services for Remote Portlets (WSRP), Java Content Repository (JCR), Single Sign-On (SSO), and OpenSocial gadgets.

The GateIn project is a merge of JBoss Portal 2.7 and eXo Portal 2.5 that produced GateIn Portal 3.0, and also the related projects GateIn Portlet Container, eXo JCR, and JBoss Portlet Bridge

46 questions
7
votes
1 answer

Integrating JBoss GateIn Portal with PicketLink-STS (SAML)

I'm trying to figure out (if it's possible) how to integrate the JBoss GateIn Portal app with PicketLink-STS to generate a security token (i.e. SAML Assertion) that can be used to implement "Single Sign On" (thus talk to backside EJB services that…
MItch Branting
  • 613
  • 1
  • 6
  • 6
5
votes
1 answer

Bypassing non proxy hosts in JAVA_OPTS

I am adding non proxy hosts in standalone.conf.bat of getting portal server by -Dhttp.proxyHost=10.111.1.00 -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=localhost|127.0.0.1|172.16.31.* " and when i am starting the server getting following…
Yogesh
  • 63
  • 1
  • 1
  • 5
3
votes
2 answers

user profile info

I am trying to fetch user info in my portlet (JSR 286 portlet deployed in JBoss GateIn) like Map userInfo = (Map) request.getAttribute(PortletRequest.USER_INFO); but I get nothing back. My portlet.xml has following params: …
mod
  • 383
  • 5
  • 22
2
votes
2 answers

rich:fileUpload within GateIn portlet

Environment: RichFaces 3.3.3 Final; Facelets 1.1.15; JBoss portletbridge 2.1.0 Final; GateIn Portal 3.1.0 as bundled with JBoss AS 5.1 and the Mojarra JSF 1.2 which is built in. Some code snippets: filepage.xhtml:
cobaltduck
  • 1,598
  • 5
  • 25
  • 51
2
votes
0 answers

GateIn - Why can't custom portal see all skins?

This is a rather specific question to GateIn, but I can't get help anywhere else. GateIn has a Skin Service which detects deployed skins automatically. This works fine for the default portal container, which correctly lists all available skins in…
Bruno Teixeira
  • 3,099
  • 3
  • 16
  • 8
1
vote
0 answers

How do I use Jboss Cache

I am trying to build some servlets in Netbeans 7.0 for a web project that is running on/under GateIn - the successor to to Jboss Portal. GateIn comes with and runs JbossCache. I would like to also use JbosCache in my servlets. How do I import…
Cliff
  • 1,621
  • 1
  • 13
  • 22
1
vote
1 answer

How to see message.properties in a Jar using JSF?

Using: JSF 1.2, Facelets 1.1.15, GateIn 3.1 GA, Richfaces 3.3.3 I have some common .xhtml and backing bean in a JAR that our portlets can see. I did this by overriding ResourceResolver as described in other…
JoeP
  • 13
  • 5
1
vote
1 answer

Running portlets on Liferay on 1Gig Server - Performance Issue

We have a couple of custom portlet applications running inside Liferay Portal. The solution is installed on client’s computer which is entry-level (RAM <= 1 Giga). Due to red tape, it is rather unlikely the client switches to higher-end computers in…
Yahia
  • 805
  • 7
  • 25
1
vote
1 answer

Not able to submit request On IE in GateIn portal

I have a GateIn portal based application, where I am submitting a offline form (a HTML form, submitted using javascript). I am POSTing my form submit to a Servlet. The Servlet checks whether user is logged in. If user is not logged then it redirects…
Yogesh
  • 63
  • 1
  • 1
  • 5
1
vote
1 answer

Domain name mapping on JBoss GateIn 3.6 Portals through Virtual Host

I have created a portal in GateIn 3.6 and deployed on server and i have append portal/boxmanagement at the end of domain name to access this portal like http://www.example.com:8080/portal/boxmanagement. Actually I want to create multiple portals on…
Abdul Basit
  • 189
  • 2
  • 8
1
vote
2 answers

Portlet in Websphere 6 to Jboss 7.1.1

I'm looking for some tutorials about portlet in internet, but i can't find a good one. I need to migrate a portlet deployed in websphere 6 to jboss 7, i have some questions about it and i hope you can help me is it possible migrate a portlet from…
Cateno Viglio
  • 407
  • 11
  • 25
1
vote
1 answer

Get current user on GateIn 3.3/Jboss AS 7 from AJAX

I wanna get current user from AJAX query. For this obvious I have to use the code: String user = request.getRemoteUser(); but I have null value for authenticated portal user. I googled it a much and found this article:…
ilalex
  • 3,018
  • 2
  • 24
  • 37
1
vote
1 answer

JNDI Datasource in GateIn portlet on JBoss 7.1

I'm trying to get a datasource in a portlet that I deployed in GateIn 3.2.0 on JBoss 7.1. First I created the datasource in the standalone.xml
csupnig
  • 3,327
  • 1
  • 24
  • 22
0
votes
1 answer

Cannot get Wizard Example to work in GateIn 3.1 GA

I cannot get the Richfaces wizard example to work in GateIn 3.1. I am using JSF 1.2, Facelets 1.1.15, GateIn 3.1 GA, Richfaces 3.3.3, IE8. I am reposting here as I have had good luck on stackoverflow in the past (originally posted on JBoss user…
JoeP
  • 13
  • 5
0
votes
1 answer

Richfaces error page redirection with gatein, jboss 5.1.0 ga portlet bridge jars and my mistakes

i know there are a lot of similar questions out there about the same/similar topics but i could not apply any of the solutions to my problem. I want to redirect user to a custom error page whenever an exception caught while rendering the portlet…
user2024778
1
2 3 4