i get the following error when adding sticky attribute
Code:
aused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'sticky' of bean class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]: Bean property 'sticky' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:877)
at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:722)
at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:78)
at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:60)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1332)
... 21 common frames omitted