Something wrong may be happening. A bean in application scope should only initialize one time and you can use it as long as your application is alive without being initialized again... How are you checking the initialization of that bean?
Bruno 2005/11/21, Peter Maas <[EMAIL PROTECTED]>: > Hi all, > > I tried to figure out if it is possible to share bean instances between > different request. Currently the beans I have configured to be in > application scope are instantiated for each request... is this the way it > should work or am I doing something wrong? > > regards, > > Peter >

