User: mnf999 Date: 02/01/20 07:17:45 Modified: src/main/org/jboss/naming JNDIView.java Log: Unified deployers Revision Changes Path 1.14 +7 -7 jboss/src/main/org/jboss/naming/JNDIView.java Index: JNDIView.java =================================================================== RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/naming/JNDIView.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- JNDIView.java 2002/01/03 04:00:59 1.13 +++ JNDIView.java 2002/01/20 15:17:45 1.14 @@ -26,7 +26,7 @@ import org.jboss.ejb.Application; import org.jboss.ejb.Container; -import org.jboss.ejb.ContainerFactoryMBean; +import org.jboss.ejb.EJBDeployerMBean; import org.jboss.system.ServiceMBeanSupport; /** @@ -39,7 +39,7 @@ * * @author <a href="mailto:[EMAIL PROTECTED]">Scott Stark</a>. * @author Vladimir Blagojevic <[EMAIL PROTECTED]> - * @version $Revision: 1.13 $ + * @version $Revision: 1.14 $ */ public class JNDIView extends ServiceMBeanSupport @@ -75,10 +75,10 @@ try { applications = (Iterator) server.invoke( - new ObjectName(ContainerFactoryMBean.OBJECT_NAME), - "getDeployedApplications", - new Object[0], - new String[0]); + new ObjectName(EJBDeployerMBean.OBJECT_NAME), + "getDeployedApplications", + new Object[] { }, + new String[] { }); } catch(Exception e) { @@ -179,7 +179,7 @@ try { applications = (Iterator) server.invoke( - new ObjectName(ContainerFactoryMBean.OBJECT_NAME), + new ObjectName(EJBDeployerMBean.OBJECT_NAME), "getDeployedApplications", new Object[] { }, new String[] { });
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development