Re: Simple authentication not working: Unrecognized xbean element mapping: authenticationUser

2008-04-22 Thread j0llyr0g3r
Hi Joe, i figured this If you've got security enabled, then I'm afraid you're going to have to comment out the commandAgent and most probably the camelContext elements. out by coincidence yesterday evening. I had to comment out the camel context and the command agent to get it working (just

Re: Simple authentication not working: Unrecognized xbean element mapping: authenticationUser

2008-04-21 Thread Dejan Bosanac
Hi, xbean support for simple authentication plugin is available since 5.0 and is working fine. You can find an example configuration in unit test resources https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/security/simple-auth-broker.xml In the

Re: Simple authentication not working: Unrecognized xbean element mapping: authenticationUser

2008-04-21 Thread j0llyr0g3r
Hi and thx for your reply. Maybe i didn't make myself clear enough.:-) I follow exactly the documentation example from here: http://activemq.apache.org/security.html This means: - I create a login.conf: activemq-domain { org.apache.activemq.jaas.PropertiesLoginModule required

Re: Simple authentication not working: Unrecognized xbean element mapping: authenticationUser

2008-04-21 Thread j0llyr0g3r
Hi, sorry, i forgot something: If i get the documentation right, the most simple setup would to just insert: plugins simpleAuthenticationPlugin users authenticationUser username=system password=manager

Re: Simple authentication not working: Unrecognized xbean element mapping: authenticationUser

2008-04-21 Thread ttmdev
If you've got security enabled, then I'm afraid you're going to have to comment out the commandAgent and most probably the camelContext elements. These components try and connect to the broker, but AFAIK there's no way to assign them a valid user name and password via their respective elements in

Simple authentication not working: Unrecognized xbean element mapping: authenticationUser

2008-04-18 Thread j0llyr0g3r
Hey folks, i am using AMQ 4.1.2 and even the most simple authentication won't work. (same error with AMQ 5.* by the way) I am following exactly the documentation here: http://activemq.apache.org/security.html Documentation seems to be incomplete or for JAAS experts only. But one after the