Re: Rudimentary principal store DAO

2005-02-18 Thread Andy Depue
Brian, I've created an entry in Bugzilla containing the code and comments on its use. The entry is here: http://issues.apache.org/bugzilla/show_bug.cgi?id=33639 Please be sure to read all comments on the entry and be sure to read all JavaDocs. If I've forgotten something, or if anything in

Re: Rudimentary principal store DAO

2005-02-18 Thread Brian Moseley
Andy Depue wrote: I've created an entry in Bugzilla containing the code and comments on its use. The entry is here: http://issues.apache.org/bugzilla/show_bug.cgi?id=33639 Please be sure to read all comments on the entry and be sure to read all JavaDocs. If I've forgotten something, or if

Re: Rudimentary principal store DAO

2005-02-17 Thread Andy Depue
Is it a bad idea to post the sources to the list? - Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Rudimentary principal store DAO

2005-02-17 Thread Carlos Villegas
Please create a bug/issue in Bugzilla and attach your sources there. That's the standard way for committers to review your contributions. Thanks, Carlos Andy Depue wrote: Is it a bad idea to post the sources to the list? - Andy

Rudimentary principal store DAO

2005-02-16 Thread Andy Depue
I have implemented a rudimentary read only principal store that delegates principal information access to a simplified PrincipalStoreDAO. I say rudimentary because it makes some assumptions on user information structure that are specific to our needs, and might be limiting to others. I have