On May 29, 2008, at 5:18 PM, Michael O'Cleirigh wrote:

Hi David,

Have you tried with naming the dao to be injected explicitly? i.e.

@SpringBean (name="ProtocolDAO")
  private ProtocolDAO dao;

Interesting. That seems to get me closer...

org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'ProtocolDAO' must be of type [com.vzbi.ncs.argfrp.jpa.netconf.ProtocolDAO], but was actually of type [$Proxy30]

Checking google...

-David

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

Reply via email to