Dear all,
I upgrade the web project from JDK 1.5 to JDK 1.7.
It show some compile errors as below:
Old 1.x 'singleton' attribute in use - upgrade to 'scope' declaration
I searched in the web and find
https://stackoverflow.com/questions/28262225/configuration-issue-during-spring-upgrade.
But it said scope="singleton". But in my case, it is false.
what should be scope="xxxxx"?
or ignore it??
Please help