Log in to follow, share, and participate in this community.
Thread ETag
ETagI 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...
richface treeview portlet errorI 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...
Thread What is the best approach to monitor wsrp producer response time ?
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 ...
Thread Simple Portal: which portlets get rendered when processAction returns?
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, ...
portlet project facet unavailableI 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...
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
JBOSS portal takes forever to startHi.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 ...
Thread Performance problems due to too many users registered?
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...
Removing Dashboard FeatureDescribe 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...
org.jboss.portal.portlet.container.PortletInitializationExceHi 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...
Avoid Page Reload on Tab SelectionIs 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.
Thread Difference between JBoss Portal 5.0 and previous versions
Difference between JBoss Portal 5.0 and previous versionsHi 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 (...
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 '...
Thread Customized Skinning in Jboss Enterprise Platform Portal
Customized Skinning in Jboss Enterprise Platform PortalI 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...
Wrong tx on threadJBoss 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...
How to share session data between portletsHi, 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...
Using XInclude in portlet.xmlSo 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...