Hi.
I develop an EKB 3.0 Message Driven Bean, and the @MessageDriven annotation
is configured like this
@MessageDriven(
activationConfig = {
@ActivationConfigProperty(
propertyName="connectionFactoryJndiName",
propertyValue="jms/SuraBrokerResponseConnectionFactory"),
@ActivationConfigProperty(
propertyName="destinationName",
propertyValue="jms/QueueResponse"),
@ActivationConfigProperty(
propertyName =
"destinationType", propertyValue = "javax.jms.Queue"
)},
messageListenerInterface = javax.jms.MessageListener.class
)
When I try to deploy the MDB in Geronimo or WASCE, throws an exception
Unable to create activation spec: No setter found for the activation spec
properties: [connectionFactoryJndiName, destinationName]
Any suggestions?
Thanks.
--
View this message in context:
http://www.nabble.com/Geronimo%3A-connectionFactoryJndiName-not-recognized-in-MDB-EJB-3.0-tp21674243s134p21674243.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.