ate 2005/05/24 07:20:27
Modified:
components/registry/src/java/org/apache/jetspeed/components/portletregistry
PersistenceBrokerPortletRegistry.java
Log:
Put back in old construction without the PortletFactory parameter for usage
in testcases only (where it won't be needed anyway).
Revision Changes Path
1.5 +7 -1
jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/components/portletregistry/PersistenceBrokerPortletRegistry.java
Index: PersistenceBrokerPortletRegistry.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/components/portletregistry/PersistenceBrokerPortletRegistry.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PersistenceBrokerPortletRegistry.java 23 May 2005 21:04:54 -0000
1.4
+++ PersistenceBrokerPortletRegistry.java 24 May 2005 14:20:27 -0000
1.5
@@ -59,6 +59,12 @@
*/
static final String PORTLET_UNIQUE_NAME_SEPARATOR = "::";
+ // for testing purposes only: no need for the portletFactory then
+ public PersistenceBrokerPortletRegistry(String repositoryPath)
+ {
+ this(repositoryPath,null);
+ }
+
/**
*
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]