Author: thomas.heute(a)jboss.com
Date: 2008-10-23 10:59:55 -0400 (Thu, 23 Oct 2008)
New Revision: 12152
Modified:
tags/JBoss_Portal_2_6_7/wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerInfo.java
Log:
JBPORTAL-2208: quick fix, real issue here is that we should have a concept of "WSRP
transaction" so
that multiple WSRP calls can share information and avoid going to the producer even
without cache.
Modified:
tags/JBoss_Portal_2_6_7/wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerInfo.java
===================================================================
---
tags/JBoss_Portal_2_6_7/wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerInfo.java 2008-10-23
14:21:47 UTC (rev 12151)
+++
tags/JBoss_Portal_2_6_7/wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerInfo.java 2008-10-23
14:59:55 UTC (rev 12152)
@@ -652,9 +652,8 @@
return portlet;
}
- public Map<String, Set<Portlet>> getPortletGroupMap() throws
PortletInvokerException
+ Map<String, Set<Portlet>> getPortletGroupMap() throws
PortletInvokerException
{
- refresh(false);
return portletGroups;
}
Show replies by date