Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'jndiName' of bean class [org.granite.spring.JmsTopicDestination]: Bean property 'jndiName' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
In fact, the setter in AbstractJmsTopicDestination is setTopicJndiName().
Damien Feugas added a comment - 20/Mar/10 12:22 PM Hello.
On Spring, another error is triggered when using the simple jms configuration :
<graniteds:jms-topic-destination id="adminTopic"
name="adminMessages"
connection-factory="ConnectionFactory"
jndi-name="topic/adminMessages"
acknowledge-mode="AUTO_ACKNOWLEDGE"
transacted-sessions="true"
no-local="true"
session-selector="true"/>
Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'jndiName' of bean class [org.granite.spring.JmsTopicDestination]: Bean property 'jndiName' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
In fact, the setter in AbstractJmsTopicDestination is setTopicJndiName().
Is this bug fixed too in your patch ?
Thank fo all.
On Spring, another error is triggered when using the simple jms configuration :
<graniteds:jms-topic-destination id="adminTopic"
name="adminMessages"
connection-factory="ConnectionFactory"
jndi-name="topic/adminMessages"
acknowledge-mode="AUTO_ACKNOWLEDGE"
transacted-sessions="true"
no-local="true"
session-selector="true"/>
Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'jndiName' of bean class [org.granite.spring.JmsTopicDestination]: Bean property 'jndiName' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
In fact, the setter in AbstractJmsTopicDestination is setTopicJndiName().
Is this bug fixed too in your patch ?
Thank fo all.