Re: Build fails with SVN checkout

2006-10-24 Thread ngcutura
, at 12:44, ngcutura wrote: Hi, I am using Eclipse. When I do as you suggested from the command line, I get Build Successful. When start Eclipse again, I have the same errors as before. Any suggestions? Regards, NGC rajdavies wrote: try changing directory to activemq/activemq

Re: Build fails with SVN checkout

2006-10-12 Thread ngcutura
Hi, Here are the errors Maven reports. I have direct access to the Internet, no proxy. Where can I find the missing files for manual download? Regards, NGC ... 12.10.06. 08.59.54 CEST: Missing: -- 1) com.sun:tools:jar:1.4.2 Try downloading the file manually from the project

Re: Creating a secure connection system and using JMSXUserID support

2006-08-03 Thread ngcutura
, at 12:20 PM, Hiram Chirino wrote: Hi, On 8/2/06, ngcutura [EMAIL PROTECTED] wrote: Hmmm... It didn't cross my mind but yes, indeed, it is possible. We may supply a fake truststore that would return 'true' for any certificate submitted for authentication and then perform real

Re: Creating a secure connection system and using JMSXUserID support

2006-08-03 Thread ngcutura
truststore and somehow make it available to AMQ for later authorization. I haven't gone through the AMQ code yet so I would gladly accept suggestions. Regards, NGC David Jencks wrote: On Aug 3, 2006, at 3:35 AM, ngcutura wrote: I agree with this, I only think it will be a tough job. I

Re: Creating a secure connection system and using JMSXUserID support

2006-08-02 Thread ngcutura
PROTECTED] wrote: On 8/1/06, ngcutura [EMAIL PROTECTED] wrote: My JIRA username is 'ngcutura' and I'll be glad to assign LDAP Authorization issue to myself. Great! You're all set now with JIRA karma I also take this opportunity to remind you of my code waiting for your review

Re: Creating a secure connection system and using JMSXUserID support

2006-08-02 Thread ngcutura
Hiram Chirino wrote: On 8/2/06, ngcutura [EMAIL PROTECTED] wrote: Hi, I started another thread, unaware of this one, with the same aim. http://www.nabble.com/forum/ViewPost.jtp?post=5583011framed=y So please allow me to share my views on this. If we are going to use SSL and SSL's

Re: Creating a secure connection system and using JMSXUserID support

2006-08-02 Thread ngcutura
() when the ConnectionInfo command comes in and attach those certificates to the command? Could that Certificate[] later be used against an LDAP JAAS module? Regards, Hiram On 8/2/06, ngcutura [EMAIL PROTECTED] wrote: Hiram Chirino wrote: On 8/2/06, ngcutura [EMAIL PROTECTED

Re: Creating a secure connection system and using JMSXUserID support

2006-08-01 Thread ngcutura
I was wondering whether the work on this is already in progress, to join it rather than starting my own implementation. Sepand, are you already on this? Can I help somwhow? Is there anyone else coordinating work on this issue? Regards, NGC James.Strachan wrote: On 7/31/06, ngcutura [EMAIL

Certificate login

2006-07-31 Thread ngcutura
Hi all, I have another requirement in my project (a tough one). Instead of using username/password I want to use only certificate for both authentication and authorization. I see two approaches: 1. As JMS allows only (username, password) in createConnection(), I can export certificate to a

Re: Certificate login

2006-07-31 Thread ngcutura
Browsing through forum I saw that my approach (2.) is covered in thread http://www.nabble.com/forum/ViewPost.jtp?post=5366595framed=y Has there been any progress in implementation? Thanks and regards, NGC -- View this message in context:

Re: Creating a secure connection system and using JMSXUserID support

2006-07-31 Thread ngcutura
Hi, Has there been any progress on this issue? I have the same need in my project and am able to accept some work load to help this. (I was already going to start it myself, aanyway ;-) ) Regards, NGC -- View this message in context:

Re: LDAP Authorization

2006-07-17 Thread ngcutura
. :-) Regards, NGC On 7/15/06, ngcutura [EMAIL PROTECTED] wrote: Hi all, I followed James' advice and created simple LDAPAuthorizationMap. It has no support for wildcards or composite destinations at the moment. Attached is a zip archive with 4 files: LdapAuth.zip

Re: LDAP Authorization

2006-07-17 Thread ngcutura
James.Strachan wrote: On 7/17/06, James Strachan [EMAIL PROTECTED] wrote: On 7/17/06, ngcutura [EMAIL PROTECTED] wrote: I saw an entry in JIRA AMQ-376. Would this be appropriate or another one is required? Can I create entry in JIRA as unprivileged user? I didn't try, to be honest, I

Re: LDAP Authorization

2006-06-29 Thread ngcutura
Thank you for reply. There is no bean class=com.acme... ... in security example but this is quite important. Is there some default class like DefaultAuthorizationMap? What would this declaration be exactly for the security example you referred to? I think I can manage AuthorizationEntry by