Hello,
I have a singleton with some post setup code that needs to be called so I am using:
init-method="initialise"
But somehow in my application this is getting called twice ??! It is getting called twice from the same thread (tomcat/spring bootstrapping)
What are things to look out for to prevent this from happening...
Thanks in advance
-Alan


Reply With Quote