• ETag

    I tried the response.getCacheControl().setUseCachedContent(true). but it does not work.       Here is my portlet class   - package com.mycompany.frs.portlet; public class CacheDemo extends Ge...
    Profile Photo
    created by smart_umesh_123
  • richface treeview portlet error

    I worked on a portlet that includes a richface treeview, butafter I deployed it to Jboss Portal, I got following error from the portlet window: ERROR Cause: javax.faces.FacesException:XML parsing error Message: XM...
    Profile Photo
    created by jogger_zo
  • What is the best approach to monitor wsrp producer response time ?

    Hi, I have done a research regarding the configuration of a performance monitor related to the wsrp producer portlets and I have tried to use the Valve AccessLog to monitor,but unfortunately all the wsrp calls to the ...
    Profile Photo
    last modified by bfp
  • Configuration settings to qualify column names with table names in columnHeadings.

    Are there any configuration settings to qualify column names with table names in columnHeadings when the query contains identical column names from two tables in Syabse? I am using JDBC.
    Profile Photo
    created by samko
  • Simple Portal: which portlets get rendered when processAction returns?

    Hi. I've been doing some experiments using the Portlet Container, controlling what portals get displayed for a given user with a custom taglib that checks the user's entitlements.   That worked out pretty well, ...
    Profile Photo
    created by davidyan
  • portlet project facet unavailable

    I am using JBoss developer studio 3.0.1GA for developing portlets. As mentioned in developer studio user guide, I am trying to create a new portal project which requires portlet v2 project facet. But the facet remains...
    Profile Photo
    last modified by yazee29
  • Logout users.

    Hi. I have admin account and I want to do Logout option which will log out users. How can I logout user from portal programmatically?     Greetings
    Profile Photo
    created by marcus.b
  • JBOSS portal takes forever to start

    Hi.We use JBoss Portal 2.7.2.   When we start Jboss portal, we have problem with CMS.It takes forever to start CMS.     When we starting Jboss portal,error was:     08:29:12,519 INFO  ...
    Profile Photo
    created by borbar
  • Performance problems due to too many users registered?

    Hi all. We are running a JBoss Portal 2.6.4 instance on an Oracle 10g database, and we are experiencing a lot of performance problems related to OutOfMemoryError and CPU saturation; in addition to this, the system is...
    Profile Photo
    created by marco.angheben.2
  • Removing Dashboard Feature

    Describe your environment: JBoss Portal 2.6.4 - GA Downloaded from jboss.org JBoss AS Version (comes with the bundle) Tomcat (other details cannot locate) KUbuntu Hi! I want to remove the Dashboard feature in the Por...
    Profile Photo
    last modified by junanax
  • org.jboss.portal.portlet.container.PortletInitializationExce

    Hi All, I am trying to deploy a Sample Portlet App in JBoss Portal 2.4.0 CR3 and i am getting the following Exception 09:43:35,812 INFO [TomcatDeployer] deploy, ctxPath=/jbossPortlet, warUrl=.../tmp/deploy/tmp308...
    Profile Photo
    last modified by klsateesh
  • Avoid Page Reload on Tab Selection

    Is there a way to avoid having to reload the entire page when navigating through tabs (JBoss Portal 2.7.2)? Things like dojo libraries etc.
    Profile Photo
    created by rlespinola
  • Difference between JBoss Portal 5.0 and previous versions

    Hi All,      I found that JBoss Enterprose Portal Platform 5.0 has something called gatein.ear that does the portal functionality in its profile folders. But when I checked out the earlier JBEPP (...
    Profile Photo
    last modified by nprasanna
  • Dynamically adding / removing portlets programmatically

    I need to display or not display  a specific portlet based on certain criteria using a code. How do I do that ?.
    Profile Photo
    last modified by shaipai
  • Dynamically change Portlets in Portal page

      Hi All,   I have three roles in Jboss and created a page in portal which all three roles can view. I created three portlets instances which these roles can see.   for example i have a page with name '...
    Profile Photo
    created by ranai
  • The Session that I set in the valve  is the same or can be shared with the portletSession with ApplicationScope?

    The problem that I have is that I want  to display some content.in the header layouts of my portal page.according the usergroup.   This is the following snippet:     public void invoke(Requ...
    Profile Photo
    created by maikronian
  • Customized Skinning in Jboss Enterprise Platform Portal

    I have read documentation for customized skinning in Jboss Portal and could not find the exact steps that needs to be followed in getting this resolved.   http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Porta...
    Profile Photo
    created by ranman17
  • Wrong tx on thread

    JBoss 4.0.4 JBoss Portal 2.4.0 RC2 Every time my JBoss Portal app throws an exception, I get the following error: 2006-08-02 13:45:12,625 ERROR [org.jboss.portal.server.servlet.PortalServlet] Unexpected exception j...
    Profile Photo
    last modified by javajedi
  • How to share session data between portlets

    Hi, i'm looking for a way to share session attributes between portlets deployed in individual wars. I have tried to set/get data in the portletSession with PortletSession.APPLICATION_SCOPE but the data is not actual...
    Profile Photo
    last modified by guybedo
  • Using XInclude in portlet.xml

    So I am going to avoid going into details for the reasons why. But I have run into a situation where having the ability to include an external file into the portlet.xml, and possibly the portlet-instances.xml would re...
    Profile Photo
    created by mlaforest