I am surprised that no body has come across this exception when they are migrating to 2.0.
Dear Spring Team, any tips will be appreciated.
Thanks.
Type: Posts; User: sjeelani; Keyword(s):
I am surprised that no body has come across this exception when they are migrating to 2.0.
Dear Spring Team, any tips will be appreciated.
Thanks.
When I deploy (using tomcat manager) my web application on tomcat 5.0.28 using spring 2.0, I am getting the following exception in server console:
Nov 5, 2006 12:34:05 PM...
Thanks for the link.
Hi,
I have downloaded spring 2.0 RC1. I couldn't find the petportal sample app
in the downloads.
Any idea on where can I find the sample.
Thanks,
Jeelani
Hi,
Thanks for the reply. Since when we say that singleton="true" even though the framework takes care of creating only instance, we can't prevent the user apps from modifying the values. I was...
Hi,
I am to newbie to spring, hence pardon for any dumb questions.
I was going thru beanfactory xml and spring has a support for specifying whether a bean is singleton or prototype. I would...