Hi Adrian, thanks for the quick reply. Here is the exception encountered when I start the broker:
Loading message broker from: xbean:activemq.xml ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.security.SimpleAuthenticationPlugin' defined in class path resource [activemq.xml]: Can't resolve reference to bean 'groups' while setting property 'userGroups'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'groups' defined in class path resource [activemq.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'user1' of bean class [java.util.HashMap]: Bean property 'user1' is not writable or has an invalid setter method: Does the parameter type of the setter match the return type of the getter? ERROR: java.lang.Exception: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.security.SimpleAuthenticationPlugin' defined in class path resource [activemq.xml]: Can't resolve reference to bean 'groups' while setting property 'userGroups'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'groups' defined in class path resource [activemq.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'user1' of bean class [java.util.HashMap]: Bean property 'user1' is not writable or has an invalid setter method: Does the parameter type of the setter match the return type of the getter? What happened with my configuration? Did I configured it wrong? All I want to do is requiring a simple authentication when clients connect to the broker, I've tried using JAAS but client returns an error when authenticating to the broker, the exception is JMSException, something with user cannot authorize to create ActiveMQ.Advisory.Connection topic. Where can I get the full reference to the XML configuration? Regards, Ferry -- View this message in context: http://www.nabble.com/Help+with+SimpleAuthenticationPlugin-t1697796.html#a4608332 Sent from the ActiveMQ - User forum at Nabble.com.
