pzoio / impala

Automatically exported from code.google.com/p/impala
1 stars 2 forks source link

TypedFactoryBean does not allow separate proxy types #246

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r4663

If you attempt to wire in the following bean into petclinic-context.xml in
the petclinic sample, you get

Caused by: org.springframework.beans.InvalidPropertyException: Invalid
property 'proxyTypes' of bean class
[org.impalaframework.spring.service.proxy.TypedServiceProxyFactoryBean]: No
property 'proxyTypes' found
    at
org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.jav
a:382)
    at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.con
vertForProperty(AbstractAutowireCapableBeanFactory.java:1288)
    at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.app
lyPropertyValues(AbstractAutowireCapableBeanFactory.java:1249)
    at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.pop
ulateBean(AbstractAutowireCapableBeanFactory.java:1010)
    at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doC
reateBean(AbstractAutowireCapableBeanFactory.java:472)
    ... 41 more

Should be able to specify proxy types separately from export types.

Original issue reported on code.google.com by philzoio...@googlemail.com on 29 Sep 2009 at 8:10

GoogleCodeExporter commented 9 years ago
Fixed with r4664

Original comment by philzoio...@googlemail.com on 29 Sep 2009 at 8:12