users@jersey.java.net

Re: [Jersey] Some problem in Using jersey 1.1.4

From: Vishal Shivhare <vshivhare_at_hcl.in>
Date: Tue, 24 Nov 2009 08:52:49 -0800 (PST)

I have compared the output against my first test case on the series (used
first to capture all initialization details) running on 1.1.0-ea and 1.1.4
and I found that in 1.1.4 it is creating two instance of shared bean.

See the both lines (these are part of 1.1.4 version of jersey)
16:23:39.604 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean 'themeRESTService'
.
.
.
16:23:41.401 [http9998-WorkerThread(0)] DEBUG
o.s.b.f.s.DefaultListableBeanFactory - Creating shared instance of singleton
bean 'themeRESTService'

Whereas in 1.1.0 I am getting only one instance of bean and that is captured
in output like
16:03:37.478 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean 'themeRESTService'

So I just wanted to know why 1.1.4 is creating 2 instance???
-- 
View this message in context: http://n2.nabble.com/Some-problem-in-Using-jersey-1-1-4-tp4057486p4059075.html
Sent from the Jersey mailing list archive at Nabble.com.