muy bad, I had messed up the activemq.xml. In case any one is following
this, activemq-jaas.jar is not included in the binary distribution of
AMQ 4.0.1 (neither in 4.0.2 nor in 4.1 snapshot).
However you can build it, download the source and install activemq-jaas
(using maven).
- Sandeep
Sandeep Chayapathi wrote:
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