RE: basic security tag in bootstrap.xml

2016-01-20 Thread spruitt
20, 2016 1:41 PM To: Pruitt, Byron S Subject: Re: basic security tag in bootstrap.xml I wonder if the issue is with the elements configured in the artemis-service.xml. I see that it's lacking any reference to the login config. Try adding something like

Re: basic security tag in bootstrap.xml

2016-01-20 Thread Justin Bertram
riginal Message - From: "spruitt" To: users@activemq.apache.org Sent: Wednesday, January 20, 2016 8:58:01 AM Subject: RE: basic security tag in bootstrap.xml Let's try again. I may messed up and forgot the attachment or it may have been stripped? I also think I found another

Re: basic security tag in bootstrap.xml

2016-01-20 Thread Justin Bertram
pache.org Sent: Wednesday, January 20, 2016 8:58:01 AM Subject: RE: basic security tag in bootstrap.xml Let's try again. I may messed up and forgot the attachment or it may have been stripped? I also think I found another documentation error. At https://activemq.apache.org/artemis/docs/1.2

RE: basic security tag in bootstrap.xml

2016-01-20 Thread spruitt
is illegal. I get a SAX exception and it looks like a schema problem. true From: Justin Bertram-2 [via ActiveMQ] [mailto:ml-node+s2283324n4706217...@n4.nabble.com] Sent: Wednesday, January 20, 2016 9:45 AM To: Pruitt, Byron S Subject: Re: basic security tag in bootstrap.xml Whe

Re: basic security tag in bootstrap.xml

2016-01-20 Thread Robbie Gemmell
ou're having with your particular > set up. Could you provide me with a test-case to reproduce what you're > seeing there? > > > Justin > > - Original Message - > From: "spruitt" > To: users@activemq.apache.org > Sent: Tuesday, January 19, 2016

Re: basic security tag in bootstrap.xml

2016-01-20 Thread Justin Bertram
m you're having with your particular set up. Could you provide me with a test-case to reproduce what you're seeing there? Justin - Original Message - From: "spruitt" To: users@activemq.apache.org Sent: Tuesday, January 19, 2016 2:17:44 PM Subject: RE: basic secur

RE: basic security tag in bootstrap.xml

2016-01-19 Thread spruitt
tt, Byron S Subject: Re: basic security tag in bootstrap.xml Can you provide a set of steps or something that I can use to reproduce what you're seeing? I'm not real sure how to help beyond that. Based on what you're saying I would expect it to work but there's obviously some

Re: basic security tag in bootstrap.xml

2016-01-19 Thread Justin Bertram
you configuration up and provide it to me? This should really be pretty straight-forward. Justin - Original Message - From: "spruitt" To: users@activemq.apache.org Sent: Tuesday, January 19, 2016 12:49:31 PM Subject: RE: basic security tag in bootstrap.xml Ok, I have someth

RE: basic security tag in bootstrap.xml

2016-01-19 Thread spruitt
validate user??? From: Justin Bertram-2 [via ActiveMQ] [mailto:ml-node+s2283324n4706170...@n4.nabble.com] Sent: Tuesday, January 19, 2016 12:30 PM To: Pruitt, Byron S Subject: Re: basic security tag in bootstrap.xml Looking at your etc.zip... Your bootstrap.xml looks fine. The jaas-security

RE: basic security tag in bootstrap.xml

2016-01-19 Thread spruitt
, January 19, 2016 12:30 PM To: Pruitt, Byron S Subject: Re: basic security tag in bootstrap.xml Looking at your etc.zip... Your bootstrap.xml looks fine. The jaas-security domain is "activemq" (which is defined in login.config). Your login.config looks fine. It's us

Re: basic security tag in bootstrap.xml

2016-01-19 Thread Justin Bertram
. Justin - Original Message - From: "spruitt" To: users@activemq.apache.org Sent: Tuesday, January 19, 2016 9:38:57 AM Subject: Re: basic security tag in bootstrap.xml yeah. i messed up. Here is the console when not starting broker manually. Also, here are the config fi

Re: basic security tag in bootstrap.xml

2016-01-19 Thread spruitt
yeah. i messed up. Here is the console when not starting broker manually. Also, here are the config files I have been working with on my broker. Hope this makes sense. console2.txt etc.zip

Re: basic security tag in bootstrap.xml

2016-01-19 Thread Justin Bertram
ur broker's configuration (e.g. bootstrap.xml, login.config, broker.xml, users/roles properties files)? Justin - Original Message - From: "spruitt" To: users@activemq.apache.org Sent: Tuesday, January 19, 2016 8:17:29 AM Subject: Re: basic security tag in bootstrap.xml T

Re: basic security tag in bootstrap.xml

2016-01-19 Thread spruitt
Thanks for the time you are taking on this. I suspect in the end its going to be a dumb mistake on my part. My steps. 0. manually started artemis broker (I have it installed as Windows service) 1. mkdir spruitt 2. cd spruitt 3. downloaded zip 4. unzipped 5. cd ../security 6 mvn verify The consol

Re: basic security tag in bootstrap.xml

2016-01-15 Thread Justin Bertram
Can you execute these steps and let me know the result? Justin - Original Message - From: "Justin Bertram" To: users@activemq.apache.org Sent: Friday, January 15, 2016 3:05:18 PM Subject: Re: basic security tag in bootstrap.xml Could you outline the exact steps you are fo

Re: basic security tag in bootstrap.xml

2016-01-15 Thread Justin Bertram
1. 1. 1. - Original Message - From: "spruitt" To: users@activemq.apache.org Sent: Friday, January 15, 2016 10:38:59 AM Subject: RE: basic security tag in bootstrap.xml Justin, I should have been more specific. The html readme files have instructions and examples that appear to b

RE: basic security tag in bootstrap.xml

2016-01-15 Thread spruitt
n4.nabble.com] Sent: Friday, January 15, 2016 11:34 AM To: Pruitt, Byron S Subject: Re: basic security tag in bootstrap.xml To my knowledge Artemis only ships pure Artemis examples. Where exactly where you looking where you found an ActiveMQ example in the Artemis distribution (or repo)? Also

Re: basic security tag in bootstrap.xml

2016-01-15 Thread Justin Bertram
ache.org Sent: Friday, January 15, 2016 10:33:26 AM Subject: Re: basic security tag in bootstrap.xml I tried the security example at \examples\features\standard\security as suggested by Clebert. I copied the the broker.xml and the user / role property files to my broker install. I ran the example

Re: basic security tag in bootstrap.xml

2016-01-15 Thread spruitt
I tried the security example at \examples\features\standard\security as suggested by Clebert. I copied the the broker.xml and the user / role property files to my broker install. I ran the example code and I still get the same problem. Exception in thread "main" javax.jms.JMSSecurityException: AM

Re: basic security tag in bootstrap.xml

2016-01-15 Thread Justin Bertram
definitely is. Justin - Original Message - From: "spruitt" To: users@activemq.apache.org Sent: Friday, January 15, 2016 9:20:16 AM Subject: Re: basic security tag in bootstrap.xml First, let thank the great community help. All of my client rabbit holes I chased down led me t

Re: basic security tag in bootstrap.xml

2016-01-15 Thread spruitt
First, let thank the great community help. All of my client rabbit holes I chased down led me to the real problem... eventually. Updating the documentation as Justin indicated resolve my basic issue. I might suggest detailing the bootstrap.xml documentation along the lines of the broker.xml desc

Re: basic security tag in bootstrap.xml

2016-01-15 Thread Justin Bertram
. Justin - Original Message - From: "Robbie Gemmell" To: users@activemq.apache.org Sent: Friday, January 15, 2016 4:21:31 AM Subject: Re: basic security tag in bootstrap.xml Steve mentioned in a separate thread over on the Qpid users list that he was following some documentation for

Re: basic security tag in bootstrap.xml

2016-01-15 Thread Robbie Gemmell
Steve mentioned in a separate thread over on the Qpid users list that he was following some documentation for Artemis when running into these issues. Steve, can you link to the exact bits you were following, perhaps it needs updated? Robbie On 15 January 2016 at 00:36, Justin Bertram wrote: > Th

Re: basic security tag in bootstrap.xml

2016-01-14 Thread Justin Bertram
The element was supported in previous versions of Artemis, but support was removed when matured enough to make unnecessary. Justin - Original Message - From: "spruitt" To: users@activemq.apache.org Sent: Thursday, January 14, 2016 10:45:55 AM Subject: basic security tag in bootstra

Re: basic security tag in bootstrap.xml

2016-01-14 Thread Clebert Suconic
there are a set of examples with the artemis download. the one under examples/features/standard/security doesn't suit what you're looking for? On Thu, Jan 14, 2016 at 11:45 AM, spruitt wrote: > Can someone post an example of for the tab in the > bootstrap.xml file. > > I left the tag in the fi