| Author |
What is scope="tenant" mean?
|
Jyothsna Panchagnula
Ranch Hand
Joined: Jul 11, 2005
Posts: 113
|
|
I see that in the Spring configuration files , that scope="tenant" is used ?
I tried searching in Springsource.org , Spring forums and googled it but couldn't get much info.
a) where this will be used and in what contenxt?
b) what is the purpose of it?
thanks
Jyothsna
|
 |
Bill Gorder
Bartender
Joined: Mar 07, 2010
Posts: 1282
|
|
Well I can tell you it is not a standard scope. Either it is custom to your application or to some other 3rd party library you are using. You can search for CustomScopeConfigurer in your context xml files to see if you can find it being registered anywhere and then take a look at the implementation to figure out what it does. If you don't find it there you can look for all implemenations of the Scope interface in your workspace and try to figure out what library it is coming out of.
Good luck
|
[How To Ask Questions][Read before you PM me]
|
 |
 |
|
|
subject: What is scope="tenant" mean?
|
|
|