On Apr 20, 2004, at 8:16 PM, David Le Strat wrote:


Hello there,

I am correct in interpreting that we are not currently
loading the setting from portlet.xml?

org.apache.jetspeed.tools.pamanager.FileSystemPAM
Line 124
// Application app =
registry.loadPortletApplicationSettings(portletXMLPath,
paName);

The portlet.xml is read exactly one time: at deploy time.
After that the portlet's settings are read from the registry.
To read the Portlet.xml, try JetspeedDescriptorUtilities.loadPortletDescriptor


The code above is from the 'unregister' method, as in unregister the default Portlet Application


PortletRegistryComponent does not have the method
registry.loadPortletApplicationSettings anymore.  Do
we need to reimplement this there? Or are the
properties loaded somewhere else and I just missed it?

What exactly do you want to do?
If you need to read a Portlet Application from the Registry, see the Registry component's getPortletApplication method


--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office]   +01 707 773-4646
[mobile] +01 707 529 9194



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to