Re: [Maven] [POLL] Stay on 2.0.4, move to 2.0.5 or wait for 2.0.6

2007-03-16 Thread Ersin Er
[ X ] Don't change if it works On 3/16/07, Enrique Rodriguez [EMAIL PROTECTED] wrote: On 3/15/07, Alex Karasulu [EMAIL PROTECTED] wrote: ... Should we stick to what we have since it just works or should we move on to 2.0.5 or just wait until 2.0.6? [ X ] Don't change if it works [ ] Move

[jira] Closed: (DIRSERVER-852) CreateTimestamp and ModifyTimestamp are sill using the startupTime of the server

2007-03-16 Thread Alex Karasulu (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu closed DIRSERVER-852. --- Resolution: Fixed Confirmed the addition of this code using the following test case:

Re: Rebuilding Apache

2007-03-16 Thread Emmanuel Lecharny
Alex Karasulu a écrit : Thanks for doing so. Sounds like CA is working on a VD solution based on ApacheDS much like Identyx (w/ Penrose) is working on one. Would be good to at least have some testimonials from both camps. There's a lot of products out there that use ApacheDS in one way or

Re: [Maven] [POLL] Stay on 2.0.4, move to 2.0.5 or wait for 2.0.6

2007-03-16 Thread Emmanuel Lecharny
Alex Karasulu a écrit : Hi, Maven just had it's 2.0.5 release but a 2.0.6 seems to be in the making. Should we stick to what we have since it just works or should we move on to 2.0.5 or just wait until 2.0.6? [ ] Don't change if it works [ ] Move on to 2.0.5 [ ] Wait to upgrade when 2.0.6

[Performance] 1.5 versus 1.0, take 2

2007-03-16 Thread Emmanuel Lecharny
Hi gang, I have done some more preliminary tests, after having introduced some more optimizations in the 1.5 server : - serialization of entries is now handled directly instead of relying on default serialization. The test is the same : 10K searches on my poor desktop (one 3Ghz CPU, server

[ApacheDS] Password refresh

2007-03-16 Thread Flavio Minori
Hi all, I am devoloping my own application and I use Apache DS 1.0.1 + Spring + Acegi. When I need to update the userPassword attribute, I use something like this: [CODE] ... BasicAttribute userPasswordAttribute = new BasicAttribute(userPassword); ModificationItem replacedPassword = new

Re: [ApacheDS] Password refresh

2007-03-16 Thread Emmanuel Lecharny
Hi Flavion I reply on the dev list, because I think it's much more a dev related issue than an user one... We have fixed this issue and it will be released in the 1.0.2 version, coming very soon. In the meantime, you can check out the latest version from the svn repository, or downloaded the

R: [ApacheDS] Password refresh

2007-03-16 Thread Flavio Minori
Hello Emmanuel, thanks for the reply. I am going to check the links you gave me. I use JXplorer to browse the APACHE DS and I noticed something that I am not able to explain myself, those are the steps: - I connect with my user, then I remove the userPassword attribute and submit it (so

Re: R: [ApacheDS] Password refresh

2007-03-16 Thread Emmanuel Lecharny
On 3/16/07, Flavio Minori [EMAIL PROTECTED] wrote: Hello Emmanuel, thanks for the reply. I am going to check the links you gave me. I use JXplorer to browse the APACHE DS and I noticed something that I am not able to explain myself, those are the steps: - I connect with my user, then I

[jira] Commented: (DIRSERVER-873) Apparent problem in decoding LDAP requests

2007-03-16 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481568 ] Emmanuel Lecharny commented on DIRSERVER-873: - H This log is not exactly what I need to

[jira] Commented: (DIRSERVER-873) Apparent problem in decoding LDAP requests

2007-03-16 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481571 ] Emmanuel Lecharny commented on DIRSERVER-873: - The end of your log shows the entry : Entry :

[jira] Created: (DIRSTUDIO-72) quick selection of objectClasses when creating entries needed

2007-03-16 Thread Emmanuel Lecharny (JIRA)
quick selection of objectClasses when creating entries needed - Key: DIRSTUDIO-72 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-72 Project: Directory LDAP Studio Issue Type:

[jira] Commented: (DIRSTUDIO-72) quick selection of objectClasses when creating entries needed

2007-03-16 Thread Stefan Seelmann (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481604 ] Stefan Seelmann commented on DIRSTUDIO-72: -- Emmanuel, these features are already implemented, see

[jira] Closed: (DIRSTUDIO-72) quick selection of objectClasses when creating entries needed

2007-03-16 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSTUDIO-72. -- Resolution: Fixed Sorry, I was used the 0.6 version :) quick selection of

[ApacheDS] Password refresh

2007-03-16 Thread Flavio Minori
Hi again! I fix my problem thanks to your explanations about the usage of the cache! Simply, I use now a new Acegi authenticator: the PasswordComparisonAuthenticator. Before I was using a BindAuthenticator so it was the user himself connecting to the server, and now there is a manager Account

[jira] Commented: (DIRSERVER-873) Apparent problem in decoding LDAP requests

2007-03-16 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481614 ] Emmanuel Lecharny commented on DIRSERVER-873: - Ok, I went through some more investigation, and here

[jira] Updated: (DIRSERVER-751) Jsvc fails on AMD 64-bit linux machines

2007-03-16 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSERVER-751: Fix Version/s: (was: 1.5.0) 1.5.1 Ok, seems not really

Re: [Performance] 1.5 versus 1.0, take 2

2007-03-16 Thread Alex Karasulu
This is great news. This is one of the reasons why I want to get my lab here set up btw. Once I have that up and running I can expose some servers for us to use for testing these things and keeping the server hardware used constant. Alex On 3/16/07, Emmanuel Lecharny [EMAIL PROTECTED] wrote:

Re: [Maven] [POLL] Stay on 2.0.4, move to 2.0.5 or wait for 2.0.6

2007-03-16 Thread John E. Conlon
[ x ] Wait to upgrade when 2.0.6 is released Alex Karasulu wrote: Hi, Maven just had it's 2.0.5 release but a 2.0.6 seems to be in the making. Should we stick to what we have since it just works or should we move on to 2.0.5 or just wait until 2.0.6? [ ] Don't change if it works [ ]

Re: [jira] Updated: (DIRSERVER-751) Jsvc fails on AMD 64-bit linux machines

2007-03-16 Thread Ole Ersoy
I tried running the sun 64 bit JDK 6, and I get segfaults non-stop on everything I run (Maven, Eclipse, etc.). I think it will be a while before anything java 64 is ready/stable. Emmanuel Lecharny (JIRA) wrote: [

[OSS Bamboo] Apache - Directory Server Shared Trunk build 10 was SUCCESSFUL (with 1451 tests). Change made by elecharny

2007-03-16 Thread Atlassian Open Source Bamboo Integration Server
The project Apache - Directory Server Shared Trunk has the following 1 change by 1 author: *elecharny* made the following changes at 12:07 PM, 16 March 2007 Comment: Added a NOTICE.txt with apache license and Bouncy Castle license /directory/shared/trunk/NOTICE.txt (519063)

Re: [jira] Updated: (DIRSERVER-751) Jsvc fails on AMD 64-bit linux machines

2007-03-16 Thread Emmanuel Lecharny
Interesting... Which JVM , Sun ? Have you tried the JRockit JVM ? On 3/16/07, Ole Ersoy [EMAIL PROTECTED] wrote: I tried running the sun 64 bit JDK 6, and I get segfaults non-stop on everything I run (Maven, Eclipse, etc.). I think it will be a while before anything java 64 is ready/stable.

[OSS Bamboo] Apache - Directory Server Shared Trunk build 11 was SUCCESSFUL (with 1451 tests). Change made by elecharny

2007-03-16 Thread Atlassian Open Source Bamboo Integration Server
The project Apache - Directory Server Shared Trunk has the following 1 change by 1 author: *elecharny* made the following changes at 01:17 PM, 16 March 2007 Comment: created this new project to store the ldap common constants added a file for schema constants values, like subentry, objectClass,

[OSS Bamboo] Apache - Directory Server Shared Trunk build 12 was SUCCESSFUL (with 1451 tests). Change made by elecharny

2007-03-16 Thread Atlassian Open Source Bamboo Integration Server
The project Apache - Directory Server Shared Trunk has the following 1 change by 1 author: *elecharny* made the following changes at 01:18 PM, 16 March 2007 Comment: Now use the newly created project shared-ldap-constants Reflected the changes into the source files

[OSS Bamboo] Apache - Directory Server Shared Trunk build 13 was SUCCESSFUL (with 1451 tests). Change made by elecharny

2007-03-16 Thread Atlassian Open Source Bamboo Integration Server
The project Apache - Directory Server Shared Trunk has the following 1 change by 1 author: *elecharny* made the following changes at 01:44 PM, 16 March 2007 Comment: Moved the objectClass definition to shared-ldap-constants. Modified the classes which were using the SystemSchemaConstants for

[core] Loading stored-procedures and setting triggers

2007-03-16 Thread Enrique Rodriguez
Hi, Directory developers, 1) Has anyone given any thought to where we would put the initialization code for administrative triggers and stored procedure's? For review, in the ITest there are 2 key lines: a) Where the stored procedure is loaded: // Load the stored procedure unit which has

Re: [core] Loading stored-procedures and setting triggers

2007-03-16 Thread Ersin Er
On 3/16/07, Enrique Rodriguez [EMAIL PROTECTED] wrote: Hi, Directory developers, Hi, 1) Has anyone given any thought to where we would put the initialization code for administrative triggers and stored procedure's? For review, in the ITest there are 2 key lines: a) Where the stored

Re: [core] Loading stored-procedures and setting triggers

2007-03-16 Thread Enrique Rodriguez
On 3/16/07, Ersin Er [EMAIL PROTECTED] wrote: ... BTW, I plan to work on these two stuff and their documentation this weekend so I suggest you stay tuned. One question, not obvious from the test cases, was: Can you perform 2 operations in a specific order in the same TED on the same

Re: [core] Loading stored-procedures and setting triggers

2007-03-16 Thread Ersin Er
On 3/16/07, Enrique Rodriguez [EMAIL PROTECTED] wrote: On 3/16/07, Ersin Er [EMAIL PROTECTED] wrote: ... BTW, I plan to work on these two stuff and their documentation this weekend so I suggest you stay tuned. One question, not obvious from the test cases, was: Can you perform 2 operations

[jira] Resolved: (DIRSERVER-834) Schema partition bootstrap code should be more flexible and reliable

2007-03-16 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks resolved DIRSERVER-834. Resolution: Fixed Fix Version/s: 1.5.0 I've committed this in rev 519215.

RPM Factory Uploaded to Sandbox

2007-03-16 Thread Ole Ersoy
Hey Guys, I uploaded the RPM factory and supporting projects to my sandbox. https://svn.apache.org/repos/asf/directory/sandbox/oersoy/rpm.factory.parent I have run it on a pretty sizable portion of a locally mirrored maven repository, and it's pretty solid. Once in a while there is a hick up

Re: [OSGi] Adding Manifests to Dependency Jars

2007-03-16 Thread Ole Ersoy
Hey John, I got the RPM stuff uploaded and hope to have a users guide soon, after I clean up and simplify a little. BTW - Thanks for calling it imaginative and bold. I look at that once in a while when I need to get pumped up. Usually I get Less than useless, ...you've completely lost

[jira] Commented: (DIRSERVER-834) Schema partition bootstrap code should be more flexible and reliable

2007-03-16 Thread Alex Karasulu (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481826 ] Alex Karasulu commented on DIRSERVER-834: - So looking at the commit it seems you separated out the

Re: RPM Factory Uploaded to Sandbox

2007-03-16 Thread Alex Karasulu
This is awesome Ole but I ran into some problems ... I tried building the project at the SVN URL but I could not get it to build. Looks like several required dependency poms could not be found. Perhaps there is an issue wrt the repository it is using? Alex On 3/16/07, Ole Ersoy [EMAIL