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
0
votes
1 answer

Gatein 3.4.0 final Jboss 5.1.0 portlets states and JSR186 interaction, Not able to show multiple portlets when going from one portlet to another

i have a question about a problem we are having right now. As long as i searched the internet i have not found any useful information. So here is the question. In our system we are heavly using portlets, there are 10s of 100s of them. In some cases…
user2024778
0
votes
1 answer

Portlet navigation

We are evaluating using JSR-286 portlets for our next project. Users will be able to build an web app with our hosted service. Each user will get a webiste on our portlet server. One of our scenarios is: The user places our "table portlet" one…
dve
  • 371
  • 2
  • 16
0
votes
1 answer

How to create link to external domain in Gatein navigation?

I am trying to add an item to my navigation that would point to a external link like http://www.google.com, but I cannot find any documentation on how to do it. Here is a sample of how I manage my navigation, I use navigation.xml file:
acardoso
  • 68
  • 5
0
votes
0 answers

Is there a way to get HttpServletRequest from HttpServletResponse on my jsp?

I want to know if there is a way to get the HttpServletRequest from the jsp implicit object response.Note: I don't want to use the jsp implicit object request I need the one inside the response. Thanks on advance.
acardoso
  • 68
  • 5
0
votes
0 answers

Switching tab in GateIn doesn't make Vaadin portlet's content rendered

Switching a tab in GateIn doesn't make Vaadin portlet's content rendered. The only way to get the content of some tab rendered is to select the tab and refresh the page. Is there a way to resolve this problem? Here is the example code of the…
0
votes
1 answer

Remote JS files given as portlet dependencies in gatein-resources.xml not working

I want to use http://maps.google.com/maps/api/js in a portlet having name Banner for that in gatein-resources.xml i have declaired it as a shaired resource with name googlemap and add googlemap as dependencies of Banner portlet
0
votes
1 answer

JS dependencies in gatein-resources.xml

I am trying to reference JS scrips for each portlet in gatein-resources.xml. https://docs.jboss.org/author/display/GTNPORTAL34/GDG-JavaScript+Resource+Management How do I reference them to each portlet? I am trying to use the portlet scope but not…
M2201
  • 97
  • 1
  • 1
  • 6
0
votes
1 answer

How to migrate from JBoss Portal to GateIn?

I am new to GateIn portal. We have developed portal using JBoss Portal 2.7, which has simple UIs. How can I migrate my portal application from JBoss portal 2.7 to GateIn final release? From where to get the idea about how to create a new simple…
Abhishek Kumar
  • 315
  • 1
  • 4
  • 10
0
votes
2 answers

Deploying Gatein in EAP-6

I need to deploy Gatein in EAP 6. For this i have followed the instructions given in https://github.com/gatein/gatein-portal As per the instructions given in the above website,the EAP version supported is EAP-6.3.0.Alpha1 Now the downloads page of…
0
votes
1 answer

More than one instance of any JBOSS Product with oracle not working

I am using jboss products like GateIn, JBPM, Drools Guvnor...etc. By default all of those products provide HSQL DB database. I migrated the HSQLDB database to Oracle db. Here what is the problem is when i create two instance of any product (eg:…
Anish Antony
  • 875
  • 3
  • 17
  • 35
0
votes
1 answer

Specifying multiple filters in portlet.xml (gatein)

I have created a portlet that runs under Gatein on JBoss 7.2. (To be precise, this was a web app converted to a portlet.) I need two filters on my portlet, the Gatein CDI filter and the Primefaces Upload filter (since my portlet needs to handle…
0
votes
1 answer

How to remove the Gatein portal container resources from head tag

We created a Gatein Portal Site and when we accessed that using the below url. localhost:8080/portal/myportal, there are few resources loaded from the gatein portal container to head tag. Please refer the below source of the portal site script…
0
votes
2 answers

GateIn - redirect within portlet

How can you redirect a user by URL (within backing bean) to some other page within portlet? We are using GateIn 3.1 on JBoss 5.1.0 Usually, FacesContext.getCurrentInstance().getExternalContext().redirect("url") is enough, but here it doesn't work,…
rbiggy
  • 96
  • 1
  • 9
0
votes
1 answer

How to combine results from two different Lucene Indexes?

Use case: JBoss Portal / Gatein Pentaho BI Both have Lucene based search built on top of them. As a user I need to see both Portal Content and BI Reports for my search query. Is there a way to query both and then combine the results? Schema and…
0
votes
1 answer

Extjs 3.4 not fully working in GateIn 3.6 - Closure compiler compression issue

I am using ext-js version 3.4 with GateIn 3.6 (jboss as 7). On GateIn some ext components are not working fine (especially tree) when GateIn as in production mode. I think this issue is due to javascript compression mechanism. I got the same issue…
Anish Antony
  • 875
  • 3
  • 17
  • 35