On Thu, 29 May 2008, David Nedrow wrote:
> public class ProtocolDAO extends JpaDaoSupport implements IProtocolDAO
...
> 
> public class ShowProtocolsPanel extends Panel {
>     @SpringBean(name="ProtocolDAO")
>     private ProtocolDAO dao;

Clearly this should be IProtocolDao, so that the component
depends on interface and not on implementation.

I'm not sure if this affects your issue though, we use both 
forms all the time with Spring 2.5.

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to