User: schaefera
  Date: 01/05/21 22:08:00

  Modified:    src/main/org/jboss/deployment/scope
                        J2eeGlobalScopeDeployer.java
  Log:
  Modified the EJB deployment therefore that it can report the deployed
  EJBs for a given application to the Data Collector.
  
  Revision  Changes    Path
  1.3       +2 -1      
jboss/src/main/org/jboss/deployment/scope/J2eeGlobalScopeDeployer.java
  
  Index: J2eeGlobalScopeDeployer.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/deployment/scope/J2eeGlobalScopeDeployer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- J2eeGlobalScopeDeployer.java      2001/05/21 08:35:18     1.2
  +++ J2eeGlobalScopeDeployer.java      2001/05/22 05:08:00     1.3
  @@ -371,7 +371,8 @@
                   tmp.toArray( jarUrls );
                   // Call the ContainerFactory that is loaded in the JMX server
                   server.invoke(jarDeployer, "deploy",
  -                new Object[]{ _d.getLocalUrl().toString(), jarUrls }, new String[]{ 
String.class.getName(), String[].class.getName() } );
  +                new Object[]{ _d.getLocalUrl().toString(), jarUrls, moduleName },
  +                new String[]{ String.class.getName(), String[].class.getName(), 
String.class.getName() } );
               }
               catch (MBeanException _mbe) {
                   log.error("Starting "+moduleName+" failed!");
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to