I thought Spring didn't allow multiple beans with the same name...  Try
commenting out the admin one, and if that works then try changing the admin
one's name.
On Apr 6, 2015 8:52 PM, "Scammell" <mark.har...@meridianenergy.co.nz> wrote:

> > Did you enable authentication in jetty.xml as described in
> > http://activemq.apache.org/web-console.html?
>
> I believe so: I have the following entries in the jetty.xml file:
>
> <bean id="securityConstraint"
> class="org.eclipse.jetty.util.security.Constraint">
>   <property name="name" value="BASIC" />
>   <property name="roles" value="user,admin" />
>   <property name="authenticate" value="true" />
> </bean>
> <bean id="adminSecurityConstraint"
> class="org.eclipse.jetty.util.security.Constraint">
>   <property name="name" value="BASIC" />
>   <property name="roles" value="admin" />
>   <property name="authenticate" value="true" />
> </bean>
>
> Mark
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/SecurityException-User-is-not-authenticated-tp4694392p4694401.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to