qianjava / ehcache-spring-annotations

Automatically exported from code.google.com/p/ehcache-spring-annotations
0 stars 0 forks source link

Run time exception IlligalStateException #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am having problem injecting a bean that was made cacheable. During start-up I 
get IlligalState exception telling me this

Cannot convert value of type [$Proxy13 implementing 
org.springframework.beans.factory.InitializingBean,org.springframework.aop.Sprin
gProxy,org.springframework.aop.framework.Advised] to required type [x.y.x.Type] 
for property 'productDao': no matching editors or conversion strategy found

Please see attachments.

Original issue reported on code.google.com by brain...@gmail.com on 14 Jun 2010 at 7:43

Attachments:

GoogleCodeExporter commented 8 years ago
Real type of x.y.z.Type is ms.ps.announcement.dao.ProductDao as can be seen in 
daos.xml file.

Original comment by brain...@gmail.com on 14 Jun 2010 at 7:51

GoogleCodeExporter commented 8 years ago
Resolved via discussion on the email list.

Original comment by eric.dalquist on 14 Jun 2010 at 10:47