Re: [Resin-interest] Duplicate singletons

2010-08-11 Thread Jeff Schnitzer
On Wed, Aug 11, 2010 at 1:08 PM, Scott Ferguson wrote: > Jeff Schnitzer wrote: >> There seems to still be a problem with singletons exposed as hessian >> services.  I can create a test project if necessary, but I'm seeing >> this behavior in two separate applications: >> >> 1) Create a @Singleton

Re: [Resin-interest] Duplicate singletons

2010-08-11 Thread Scott Ferguson
Jeff Schnitzer wrote: > There seems to still be a problem with singletons exposed as hessian > services. I can create a test project if necessary, but I'm seeing > this behavior in two separate applications: > > 1) Create a @Singleton bean > 2) Give the bean a @Startup @PostConstruct method that i

[Resin-interest] Duplicate singletons

2010-08-10 Thread Jeff Schnitzer
There seems to still be a problem with singletons exposed as hessian services. I can create a test project if necessary, but I'm seeing this behavior in two separate applications: 1) Create a @Singleton bean 2) Give the bean a @Startup @PostConstruct method that initializes some data 3) Give the