• Configuring WSRP for use over SSL

    Note: This article needs to be updated for GateIn.Configuring WSRP for use over SSL  NOTE: For users running Portal on JBoss AS prior to version 4.2.x: The following will only work if you download and activate t...
    Profile Photo
    last modified by newtonm
  • Steps To Create A New Portal From Sample-Portal

    This document outlines the steps to create a new customized portal by re-factoring the source code provided in the sample-portal.
    Profile Photo
    last modified by fredcurry
  • Portlet Bridges

    Some findings about portlet bridges JSF JBoss Portlet Bridge, supports JSR-286 events and shared render parameters, fully functional. Also supports Seam and RichFaces Struts Apache Struts Bridge, supports JSR-168, wor...
    Profile Photo
    last modified by theute
  • Solutions: Deployment JBoss Gatein ver. 3.0 in www.intralot.com.pe

    Hello friends of forum, after a lot of effort, investigation and headaches, I could have developed a portal with Gatein for the company Intralot.   This solution is mounted on four servers Gatein in Cluster (Loa...
    Profile Photo
    last modified by eliasbg
  • FAQ

    Q: I get "17:35:50,621 ERROR [ContainerUtil] Cannot load property file null" when i startup the portal A: There is currently a bug in the JBoss VFS that prevents it from loading a resource containing a space in the f...
    Profile Photo
    last modified by sorenschmidt
  • Portlet deploy in GateIn

    GateIn doesn't require any specific changes to be made to your web.xml inorder for a portlet to be discovered and deployed. GateIn will be able to discover portlets with even if the web.xml just contains an empty <...
    Profile Photo
    last modified by mwringe
  • How to enable FINEST java.util.logging in GateIn on JBoss

    GateIn comes with JBoss 5.1.0.GA which automatically reroutes all java.util.logging calls to JBoss logger which uses log4j configuration (JBOSS_HOME/server/default/conf/jboss-log4j.xml).   That means that loggin...
    Profile Photo
    last modified by mstruk
  • Workaround when chunked encoding is not supported

    Some WSRP producers such as Oracle do not support chunked encoding.  For example, if you try to use http://portalstandards.oracle.com/portletapp/portlets?WSDL as producer URL and GateIn 3.0.0.Final as consumer, t...
    Profile Photo
    last modified by prabhat.jha
  • GateIn with LDAP in readonly mode

    This tutorial describes how to add LDAP users and organizations to GateIn portal. All default accounts and groups that comes with GateIn will be created in DB. LDAP will be configured in readonly mode. This means that...
    Profile Photo
    last modified by bdaw
  • GateIn with LDAP as a default user and group store

    This tutorial describes how to configure LDAP as the default users and groups store. All default accounts and some of groups that comes with GateIn will be created in LDAP. LDAP will be configured to store part of the...
    Profile Photo
    last modified by bdaw
  • Configure GateIn to use MySQL

    WARN: Deprecated, see the official reference guide.     Well, because I just like to, I wanted to get GateIn to use MySQL instead of hsqldb.   There are four (4) files that need changing: portal/WEB-...
    Profile Photo
    last modified by theute
  • Change GateIn Context path

    Because of the extension mechanism for portal containers, changing the context path  of GateIn requires to modify several files.   By default, the main portal container is accessible at http://localhost:808...
    Profile Photo
    last modified by theute
  • eXoKernelForGatein3.0

    The eXo Kernel has been added several features in order to make the configuration of GateIn 3.0 easier. System property configuration A new property configurator service has been developed for taking care of configuri...
    Profile Photo
    last modified by bdaw
  • GateIn Sign In

    GateIn sign in is based on servlet container sign on and by default relies on the the form based authentication. By default the features provided by the servlet container sign in are limited but GateIn adds a few feat...
    Profile Photo
    last modified by apemberton
  • Portal containers

    Work in progress Should move to the reference guide, published here "as-is" as it may give hints to some advanced developers.     {toc:style=disc|indent=20px} h1. Introduction h2. Overview Since GateI...
    Profile Photo
    last modified by theute
  • GateIn Testing

    Test logging All GateIn codebase and components use a wrapper of SLF4J logging framework. The unit test configuration leverages this and use the JDK logging via the SLF4J binding during the unit test executions. The c...
    Profile Photo
    last modified by julien_viet
  • GateIn Portal Test Component

    The GateIn Test component defines the base class to extend for writing GateIn unit tests.   The base AbstractGateInTest class This class is an extension of junit.framework.TestCase and it subclass its runbare met...
    Profile Photo
    last modified by julien_viet
  • LDAP setup for local testing

    This article describes a quick way to setup and populate LDAP server for local testing with GateIn portal. Example portal configurations with LDAP can be found in other articles. OpenDS is used as an example here but ...
    Profile Photo
    last modified by bdaw
  • GateIn Clustering

    Getting startedEnvironmentJBoss Community JBoss Application Server 5.1 JBoss Cache 3.2 in the all configuration replacing JBoss Cache 3.1 that ships by default with AS 5.1 Enterprise Application Platform GateIn clust...
    Profile Photo
    last modified by julien_viet
  • Proposal of a CMIS Connector for GateIn

    This document describes a proposal of a CMIS Connector that could be integrated with GateIn. Content Management Interoperability Services (CMIS) The CMIS standard is the SQL language dedicated to repositories defined ...
    Profile Photo
    last modified by piergiorgiolucidi