Re: SourceFactory instantiated twice

2003-02-20 Thread Charles Yates
Vadim Gritsendo wrote: Charles Yates wrote: Hello, I've been working on a custom SourceFactory and was getting some odd behavior suggesting that it was not a singleton (SourceFactory extends ThreadSafe) as expected. I investigated a bit and discovered that 2 were being instantiated. You

Re: SourceFactory instantiated twice

2003-02-19 Thread Vadim Gritsenko
Charles Yates wrote: Hello, I've been working on a custom SourceFactory and was getting some odd behavior suggesting that it was not a singleton (SourceFactory extends ThreadSafe) as expected. I investigated a bit and discovered that 2 were being instantiated. You can see this behavior in