Hello wicket bunch, I have a curious situation using the WIA ch13 DAO/hibernate code. When I try to introduce a third class aptly named: Test in the domain and a DAO interface named: TestDao and then a class: TestDaoImpl I get the unresolvable Error:
*************************************** Bound mismatch: The type Test is not a valid substitute for the bounded parameter <T extends DomainObject> of the type AbstractHibernateDaoImpl<T> Yet, this is perfectly valid for the existing class: Cheese and CheeseDaoImpl. Any ideas? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
