marc fleury <[EMAIL PROTECTED]> wrote:
>No that's good,
>
>if you want to be on the dev list you gotta take the fire ;-)
>
>just do a filter...
>
>marc
Well, I was wrong - it's not every change on Bugzilla, it's every commit
on CVS.
Either way, both these tools allow you to register an interest in
specific items - the mail blizzard on this list is redundant. And it is
clearly not a *scalable* solution.
I only came here to ask why the archive isn't working!
>Justin Forder wrote:
>>
>> Is every change on Bugzilla going to be forwarded to jboss-dev?
>>
>> I hope not!
>>
>> Justin
>>
>> In message <[EMAIL PROTECTED]>, jBoss CVS
>> Development <[EMAIL PROTECTED]> writes
>> > User: norbert
>> > Date: 00/05/16 14:52:34
>> >
>> > Modified: src/java/org/spyderMQ/distributed/server
>> > DistributedTopicConnectionFactoryRMIImpl.java
>> > Log:
>> > Add new properties ( start / not start the JNDI server )
>> > Add some debug trace
>> >
>> > Revision Changes Path
>> > 1.12 +8 -6 spyderMQ/src/java/org/spyderMQ/distributed/server/Dist
>rib
>> >utedTopicConnectionFactoryRMIImpl.java
>> >
>> > Index: DistributedTopicConnectionFactoryRMIImpl.java
>> > ===================================================================
>> > RCS file: /products/cvs/ejboss/spyderMQ/src/java/org/spyderMQ/distributed/s
>erv
>> >er/DistributedTopicConnectionFactoryRMIImpl.java,v
>> > retrieving revision 1.11
>> > retrieving revision 1.12
>> > diff -u -r1.11 -r1.12
>> > --- DistributedTopicConnectionFactoryRMIImpl.java 2000/05/16 18:18:41
>1.11
>> > +++ DistributedTopicConnectionFactoryRMIImpl.java 2000/05/16 21:52:33
>1.12
>> > @@ -21,7 +21,7 @@
>> > *
>> > * @author Norbert Lataille ([EMAIL PROTECTED])
>> > *
>> > - * @version $Revision: 1.11 $
>> > + * @version $Revision: 1.12 $
>> > */
>> > public class DistributedTopicConnectionFactoryRMIImpl extends
>> >UnicastRemoteObject implements DistributedTopicConnectionFactoryRMI
>> > {
>> > @@ -57,20 +57,22 @@
>> >
>> > public TopicConnection createTopicConnection() throws JMSException
>> > {
>> > - System.out.println("DEBUG: SpyTopicConnection obj=new
>SpyTopicCo
>> >nnection(server,null,crCN);");
>> > + System.out.println("DEBUG: in createTopicConnection()");
>> > SpyTopicConnection obj=new SpyTopicConnection(server,null,crCN
>);
>> > - System.out.println("DEBUG: return;");
>> > return obj;
>> > }
>> >
>> > public TopicConnection createTopicConnection(String userName, String
>> >password) throws JMSException
>> > {
>> > - System.out.println("DEBUG: String
>id=securityManager.checkUser(u
>> >serName,password);");
>> > + System.out.println("DEBUG: in createTopicConnection()");
>> > String id=securityManager.checkUser(userName,password);
>> > - System.out.println("DEBUG: SpyTopicConnection obj=new
>SpyTopicCo
>> >nnection(server,id,crCN);");
>> > SpyTopicConnection obj=new SpyTopicConnection(server,id,crCN);
>> > - System.out.println("DEBUG: return;");
>> > return obj;
>> > + }
>> > +
>> > + public void finalize() throws Throwable
>> > + {
>> > + System.out.println("DEBUG: FINALIZE is called !!!!");
>> > }
>> >
>> > }
>> >
>> >
>> >
>> >
>>
>> --
>> Justin Forder
>
--
Justin Forder