weaver 2003/10/17 13:02:07
Modified: portal/src/java/org/apache/jetspeed/tools/pamanager
FileSystemPAM.java
Log:
replaced Castor logic with commons digester
Revision Changes Path
1.5 +2 -2
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager/FileSystemPAM.java
Index: FileSystemPAM.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager/FileSystemPAM.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- FileSystemPAM.java 10 Oct 2003 05:12:10 -0000 1.4
+++ FileSystemPAM.java 17 Oct 2003 20:02:07 -0000 1.5
@@ -120,7 +120,7 @@
// load the portlet.xml
System.out.println("Loading " + portletXMLPath + " into memory....");
- app = (MutablePortletApplication)
PortletDescriptorUtilities.loadPortletApplicationTree(portletXMLPath, paName);
+ app = (MutablePortletApplication)
PortletDescriptorUtilities.loadPortletDescriptor(portletXMLPath, paName);
if (app == null)
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]