Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
8answers
3k views

A lightweight alternative to portal container like Liferay

Has somebody found a lightweight alternative to portal containers like liferay? One that pushes features like quick startup times, not limiting the developer, and flexible configuration?
3
votes
0answers
131 views

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 ...
2
votes
2answers
312 views

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: ...
1
vote
1answer
188 views

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 ...
1
vote
0answers
79 views

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 ...
1
vote
0answers
171 views

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 ...
0
votes
0answers
24 views

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 ...
0
votes
0answers
129 views

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 ...
0
votes
0answers
67 views

Google gadgets makeRequest not working

I have put together a google gadget for an internal project on a network not connected to the internet. The gadget/portlet container is GateIn which is the Jboss/Exo portal. When I try to use the ...