Hi,
I kind of sorted this problem out by building the activemq-jaas.jar,
via maven. After setting the classpath and all, when I try to run
activemq, I get the following error:
---
ERROR: java.lang.RuntimeException: Failed to execute start task. Reason:
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'org.apache.activemq.xbean.XBeanBrokerService' defined in
class path resource [activemq.xml]: Error setting property values;
nested exception is
org.springframework.beans.NotWritablePropertyException: Invalid property
'bean' of bean class [org.apache.activemq.xbean.XBeanBrokerService]:
Bean property 'bean' 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.xbean.XBeanBrokerService' defined in
class path resource [activemq.xml]: Error setting property values;
nested exception is
org.springframework.beans.NotWritablePropertyException: Invalid property
'bean' of bean class [org.apache.activemq.xbean.XBeanBrokerService]:
Bean property 'bean' is not writable or has an invalid setter method:
Does the parameter type of the setter match the return type of the getter?
---
- Sandeep
Sandeep Chayapathi wrote:
Hi,
I have hit the problem, described here:
http://www.nabble.com/Problems-with-JAAS-tf1901920.html#a5203781
I followed up the suggestion of checking for activemq-jaas.jar in AMQ
4.0.2 and 4.1, but no luck there. Any updates on that front ?
thanks
- Sandeep
Hiram Chirino wrote:
Please see:
http://incubator.apache.org/activemq/security.html
On 8/2/06, Sandeep Chayapathi <[EMAIL PROTECTED]> wrote:
Hi all,
Does AMQ support access control ? basically I want certain users to
have access to only a few queues/topics. Im using stomp and found
that I
could sent any random login & passcode and activemq would accept it.
- Sandeep