Hey Paul,

Are you sure you meant to do this???  Looks like a recent change of mine was 
just reverted.  Do you want me to rollback this change or will you merge the 
previous chanages???

Regards,
Hiram

>From: Paul Kendall <[EMAIL PROTECTED]>
>   Speed improvements.
>   Make JVM IL work (by using a singleton JMSServer).
>   Message Listeners re-implemented using client-side thread.
>
   1.7       +7 -7      
jbossmq/src/main/org/jbossmq/il/jvm/JVMServerILService.java
>
>   Index: JVMServerILService.java
>   ===================================================================
>   RCS file: 
>/cvsroot/jboss/jbossmq/src/main/org/jbossmq/il/jvm/JVMServerILService.java,v
>   retrieving revision 1.6
>   retrieving revision 1.7
>   diff -u -r1.6 -r1.7
>   --- JVMServerILService.java 2001/08/09 00:23:56     1.6
>   +++ JVMServerILService.java 2001/08/09 01:18:27     1.7
>   @@ -18,14 +18,17 @@
>    import org.jbossmq.server.JMSServer;
>
>    /**
>   - * Implements the ServerILJMXService which is used to
>   + * Implements the ServerILJMXService which is used to
>     *  manage the JVM IL.
>     *
>     * @author Hiram Chirino ([EMAIL PROTECTED])
>     * @author David Maplesden ([EMAIL PROTECTED])
>   - * @version $Revision: 1.6 $
>   + *
>   + * @version $Revision: 1.7 $
>     */
>    public class JVMServerILService extends ServerILJMXService implements 
>JVMServerILServiceMBean {
>   +
>   +
>       /**
>        * Gives this JMX service a name.
>        */
>   @@ -38,7 +41,7 @@
>        *  @returns ServerIL the instance of this IL
>        */
>       public ServerIL getServerIL() {
>   -           return serverIL;
>   +           return null;
>       }
>
>       /**
>   @@ -46,7 +49,6 @@
>        */
>       public void startService() throws Exception {
>
>   -           serverIL = new JVMServerIL(     lookupJMSServer() );
>               bindJNDIReferences();
>
>       }
>   @@ -87,9 +89,7 @@
>               // Get an InitialContext
>               InitialContext ctx = new InitialContext();
>               org.jboss.naming.NonSerializableFactory.rebind(ctx, 
>getConnectionFactoryJNDIRef(), scf);
>   -           org.jboss.naming.NonSerializableFactory.rebind(ctx, 
>getXAConnectionFactoryJNDIRef(), sxacf);
>   +           org.jboss.naming.NonSerializableFactory.rebind(ctx, 
>getXAConnectionFactoryJNDIRef(), scf);
>
>       }
>   -
>   -   JVMServerIL serverIL;
>    }
>
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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

Reply via email to