Possible Duplicate:
getting new bean instances of referencing beans every time
What is a very simple way to get a new instance of an autowired class every time?
I’ve explored session, request, prototype, @resource. None seem to provide the desired effect.
Use
@Scope("prototype")