* - In 2.0+ isn't the default scope singleton?*
Yes, the deafault scope is singleton (Only one instance for the class ).
You can change the scope fo your beans to request or session but also you
nedd to add some configuration to your web.xml.

Are you using ModelDriven interface?.



On Mon, Mar 10, 2008 at 11:29 AM, Dave Newton <[EMAIL PROTECTED]> wrote:

> --- Rushikesh Thakkar <[EMAIL PROTECTED]> wrote:
> > Not doing much in the applicationContext.xml file:
> >
> > <beans default-autowire="autodetect">
> >     <bean id="putMappArchiveObject"
> >
> class="no.bbs.webservice.mapp.client.web.action.PutArchiveObject">
> >     </bean>
> > </beans>
>
> - Is that an action definition?
> - What version of Spring?
> - In 2.0+ isn't the default scope singleton?
>
> Dave
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to