with my little knowledge about JSR77 i think the following patch should by applied.

? patch.txt
Index: Management.java
===================================================================
RCS file: /home/cvspublic/incubator-geronimo/specs/jsr77/src/java/javax/management/j2ee/Management.java,v
retrieving revision 1.1
diff -u -r1.1 Management.java
--- Management.java 14 Aug 2003 16:13:44 -0000 1.1
+++ Management.java 14 Aug 2003 21:35:00 -0000
@@ -32,5 +32,5 @@


public AttributeList setAttributes(ObjectName name, AttributeList attributes) throws InstanceNotFoundException, ReflectionException, RemoteException;

- public ListenerRegistration getListenerRegistration() throws RemoteException;
+ public ListenerRegistration getListenerRegistry() throws RemoteException;
}


Reply via email to