--- Marco from Balboa <[EMAIL PROTECTED]> wrote:
> but I am also encountering that it is happening at 
> application startup too.

If I put a debug stmt in an Action ctor I don't see it
on startup, only on a request. I am running under
Tomcat 5.5, also using Spring.

Ah, if I define it by name in applicationContext.xml
it is constructed.

I'm betting you left off the scope="prototype"
attribute (for XSD-style config) or... um...
singleton="false" for DTD?

IIRC beans default to singletons, which is not a good
thing for S2, obviously.

d.



 
____________________________________________________________________________________
Don't get soaked.  Take a quick peek at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to