User: schaefera
Date: 02/03/18 14:34:02
Modified: src/main/org/jboss/management/j2ee EJB.java
J2EEManagedObject.java
Log:
Fixed the broken Farm Member Service. Now the Main Deployer is emitting JMX
notification when an object is deployed / undeployed and the Farm Member
Service is listening for.
Also the Farm Member Service is self-contained meaning that you only have
to adjust the farm-service.xml and deployed it (no further adjustments
necessary even the creation of the farm directory).
Also fixed a problem with URL Deployment Scanner which fails when a new
directory is added (through addURL()) during startup by another MBean
because list is changed without recreation of the iterator. Now the
iterator is replaced by a generated array which does not change when the
list changes.
Revision Changes Path
1.3 +1 -2 jboss-management/src/main/org/jboss/management/j2ee/EJB.java
Index: EJB.java
===================================================================
RCS file:
/cvsroot/jboss/jboss-management/src/main/org/jboss/management/j2ee/EJB.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- EJB.java 16 Mar 2002 06:44:56 -0000 1.2
+++ EJB.java 18 Mar 2002 22:34:02 -0000 1.3
@@ -19,7 +19,7 @@
* {@link javax.management.j2ee.EJB EJB}.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Andreas Schaefer</a>.
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*
* <p><b>Revisions:</b>
*
@@ -121,7 +121,6 @@
// the name by the J2EE-Server type
lReturn.put( J2EEApplication.J2EE_TYPE, lProperties.get(
J2EEApplication.J2EE_TYPE ) );
lReturn.put( J2EEServer.J2EE_TYPE, lProperties.get( J2EEServer.J2EE_TYPE ) );
- System.out.println( "------------------>>>>>>>>>>>> EJB.getParentKeys(),
return: " + lReturn );
return lReturn;
}
1.3 +1 -2
jboss-management/src/main/org/jboss/management/j2ee/J2EEManagedObject.java
Index: J2EEManagedObject.java
===================================================================
RCS file:
/cvsroot/jboss/jboss-management/src/main/org/jboss/management/j2ee/J2EEManagedObject.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- J2EEManagedObject.java 16 Mar 2002 06:44:56 -0000 1.2
+++ J2EEManagedObject.java 18 Mar 2002 22:34:02 -0000 1.3
@@ -23,7 +23,7 @@
* {@link javax.management.j2ee.J2EEManagedObject J2EEManagedObject}.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Andreas Schaefer</a>.
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*
* <p><b>Revisions:</b>
*
@@ -290,7 +290,6 @@
* @return An empty hashtable
**/
protected Hashtable getParentKeys( ObjectName pParent ) {
- System.out.println( "------------------>>>>>>>>>>>> J2EEManagedObject return
empty hashtable" );
return new Hashtable();
}
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development