Do we even need the mbean stuff anymore? We removed all of the JMX
services a couple of weeks ago in favor of just using Spring's JMX
capabilities when the time comes.
[EMAIL PROTECTED] wrote:
ate 2004/11/04 00:34:20
Modified: portal/src/java/org/apache/jetspeed/mbeans/registry
RegistryMBeanImpl.java
Log:
Corrected misspelled regsitry -> registry
Revision Changes Path
1.9 +3 -3 jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/mbeans/registry/RegistryMBeanImpl.java
Index: RegistryMBeanImpl.java
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/mbeans/registry/RegistryMBeanImpl.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- RegistryMBeanImpl.java 3 Nov 2004 17:52:37 -0000 1.8
+++ RegistryMBeanImpl.java 4 Nov 2004 08:34:20 -0000 1.9
@@ -59,9 +59,9 @@
*/
public List getPortlets()
{
- PortletRegistry regsitry =
+ PortletRegistry registry =
(PortletRegistry) Jetspeed.getComponentManager().getComponent(PortletRegistry.class);
- Collection portlets = regsitry.getAllPortletDefinitions();
+ Collection portlets = registry.getAllPortletDefinitions();
ArrayList list = new ArrayList(portlets.size());
Iterator itr = portlets.iterator();
while (itr.hasNext())
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
"Great minds discuss ideas. Average minds discuss events. Small minds discuss people."
- Admiral Hyman Rickover
*******************************************
* Scott T. Weaver *
* <[EMAIL PROTECTED]> *
* <http://www.einnovation.com> *
* -------------------------------------- *
* Apache Jetspeed Enterprise Portal *
* Apache Pluto Portlet Container *
* *
* OpenEdit, Website Content Management *
* <http://www.openedit.org> *
*******************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]