Re: Storing and searching X.509 certificates

2006-08-18 Thread Alex Karasulu
H if you turn logging on to debug in your log4j.properties you'll get a stack trace returned to you from the server. I could use this to see what is actually the problem. Alex Emmanuel Lecharny wrote: Well, I found a very interesting message on google group that could help you :

Re: svn commit: r433483 - in /directory/branches/apacheds/1.0: core/src/main/java/org/apache/directory/server/core/schema/ server-unit/src/test/java/org/apache/directory/server/

2006-08-22 Thread Alex Karasulu
Ersin Er wrote: On 8/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: akarasulu Date: Mon Aug 21 20:18:05 2006 New Revision: 433483 URL: http://svn.apache.org/viewvc?rev=433483view=rev Log: fix for DIRSERVER-630 Added:

Re: Bug parade #2, target is 1.0-RC4

2006-08-23 Thread Alex Karasulu
Ersin Er wrote: On 8/23/06, Emmanuel Lecharny [EMAIL PROTECTED] wrote: ... JIRAs that may not be considered as bugs : ... https://issues.apache.org/jira/browse/DIRSERVER-609 : Compare operations are performed without Authentication : I think that Ersin has fixed this one, but I'm not sure.

Re: Bug parade #2, target is 1.0-RC4

2006-08-23 Thread Alex Karasulu
Jörg Henne wrote: Hi all, * https://issues.apache.org/jira/browse/DIRSERVER-331 : JAR File Contents Cause JBoss Deployer To Fail : Has it been fixed? Yes and no: Alex applied the respective patch to the jboss-sar-maven-plugin. But does that mean that there's also a new version of the plugin

Re: Bug parade #2, target is 1.0-RC4

2006-08-23 Thread Alex Karasulu
Jörg Henne wrote: Hi all, * https://issues.apache.org/jira/browse/DIRSERVER-331 : JAR File Contents Cause JBoss Deployer To Fail : Has it been fixed? Yes and no: Alex applied the respective patch to the jboss-sar-maven-plugin. But does that mean that there's also a new version of the plugin

Re: Adding an objectClass to ApacheDS

2006-08-23 Thread Alex Karasulu
I need to whip together a maven archetype for creating schema extension projects. Using the existing core infrastructure for user schemas will be bad news. Expect a JIRA issue shortly. Alex Emmanuel Lecharny wrote: Great ! Don't worry to much about the mailing list, we don't use [EMAIL

[OSGi] SLP and the DHCP server

2006-08-23 Thread Alex Karasulu
http://r-osgi.sourceforge.net/ We can do SLP on top of the DHCP module for ApacheDS. This can be use with r-osgi. Neat little possibility and use case for the DHCP server I thought I'd share. Alex

[ApacheDS] Custom Schema (was: Adding an objectClass to ApacheDS)

2006-08-25 Thread Alex Karasulu
Peoples, I've created a maven archetype to create ApacheDS schema projects as maven projects. The artifact generated by these schema projects are jars containing the classes of your schema. In a wiki page we show you how to use this jar with stock installations of ApacheDS and embedded

[ApacheDS] Integration Test Archetype for Bug Reporting

2006-08-25 Thread Alex Karasulu
Hi there again Peoples, I been going a bit archetype crazy. I figured there should be no excuses for people to supply test cases with their bug reports. Also this way we can increase the priority for those that do attach test case project's tar gziped and all to JIRA issues. The following

Re: [ApacheDS] Custom Schema (was: Adding an objectClass to ApacheDS)

2006-08-26 Thread Alex Karasulu
at: Fri Aug 25 16:50:48 CDT 2006 [INFO] Final Memory: 4M/8M [INFO] -- -- C:\dev\apacheds\schema-archetype Any ideas? Cheers, Craig -Original Message- From: Alex Karasulu [mailto:[EMAIL PROTECTED] Sent: Friday, August 25

Re: [ApacheDS] Custom Schema (was: Adding an objectClass to ApacheDS)

2006-08-26 Thread Alex Karasulu
] [ERROR] BUILD ERROR [INFO] [INFO] Error creating from archetype Embedded error: Template 'src/test/java/SchemaTest.java' not in directory 'src/main/java' Do you think it's a local problem ? -- Ersin On 8/26/06, Alex

Re: [ApacheDS] Custom Schema (was: Adding an objectClass to ApacheDS)

2006-08-26 Thread Alex Karasulu
Alex Karasulu wrote: Ole Ersoy wrote: It looks like it's complaining that one of the templates it needs are missing from the directory it expects the template to be in. Maven reads the archetype descriptor archetype.xml, and that's how it figures out what templates it needs. In this case I'm

Re: Kerberos security initiatives

2006-08-26 Thread Alex Karasulu
Enrique Rodriguez wrote: Hi, Directory developers, Over the next 2 years, there are some important new enhancements coming that affect the Kerberos protocol and that involve, to a lesser extent, the Change Password and LDAP protocols. I started a page on the Safehaus ApacheDS Confluence

Bug Parade #3 Update

2006-08-27 Thread Alex Karasulu
Emmanuel Lecharny wrote: JIRAs that may not be considered as bugs : -- * https://issues.apache.org/jira/browse/DIRSERVER-110 : Allow administrators to change and set passwords for users : This is not a major issue, but a major improvment. Can somebody

Forking the JBoss Sar plugin for maven

2006-08-27 Thread Alex Karasulu
I'm having bad luck trying to contact anyone about deploying this sar plugin. It might just be easier to fork it for our simple purposes as the apacheds-sar-plugin. It's got apache package names anyways. This would take 3 minutes as opposed to chasing people around for days. Thoughts? Alex

[ApacheDS] Speeding up writes (synchOnWrite)

2006-08-28 Thread Alex Karasulu
Hi all, I was playing around with write performance with and without the synchOnWrite feature enabled. As you know this feature is enabled out of the box. It syncs caches to disk everytime there is a write based operation such as add, delete, modify, and modifyDN. To turn it off just set

Re: svn:externals in branches

2006-08-29 Thread Alex Karasulu
Emmanuel Lecharny wrote: Hi guys, for the third time, I modified some code which are in release (updated MINA headers for 0.9.4 release) because we are using svn:external in a branch, and those svn:external point to a release, not to a branch (and because I'm stupid, I must admit, but we

Re: svn:externals in branches

2006-08-29 Thread Alex Karasulu
Emmanuel Lecharny wrote: apacheds https://svn.apache.org/repos/asf/directory/branches/apacheds/1.0 daemon https://svn.apache.org/repos/asf/directory/trunks/daemon shared https://svn.apache.org/repos/asf/directory/branches/shared/0.9.5 mina -r398432

Re: Embedded directory not opening a listening port

2006-08-29 Thread Alex Karasulu
Hi Gregg, Gregg Freeman wrote: Please forgive me if this isn't the correct list (and let me know what the right one would be). No no this just fine. I'm trying to embed ApacheDS into our server, and have it function as an LDAP server, just as the distributed server example does (1.0 RC3).

[VOTE] Release ApacheDS 1.0-RC4

2006-08-30 Thread Alex Karasulu
Hi all, We've solved all major, critical and blocking issues since RC3. There are a huge number of enhancements and bug fixes. The performance should be a few magnitudes better and more configuration options are provided for tweaking. Here's a list of all the JIRA items resolved since

[ApacheDS] [Performance] Using indices to boost search performance

2006-09-02 Thread Alex Karasulu
Hi all, I've been testing the search performance boost gained from indexing attributes before starting development on an optimization to improve index performance and in memory size. I thought I'd share these dramatic results of my pre-optimization tests with you since they clearly show the

Re: [VOTE] Release ApacheDS 1.0-RC4

2006-09-02 Thread Alex Karasulu
Alex Karasulu wrote: Hi all, We've solved all major, critical and blocking issues since RC3. There are a huge number of enhancements and bug fixes. The performance should be a few magnitudes better and more configuration options are provided for tweaking. Here's a list of all the JIRA

Re: [VOTE] Release ApacheDS 1.0-RC4

2006-09-02 Thread Alex Karasulu
Alex Karasulu wrote: Hi all, We've solved all major, critical and blocking issues since RC3. There are a huge number of enhancements and bug fixes. The performance should be a few magnitudes better and more configuration options are provided for tweaking. Here's a list of all the JIRA

[VOTE] Release MINA 0.9.5

2006-09-02 Thread Alex Karasulu
Hi all, We have the same dependency issue as last time with ApacheDS and MINA where a dep on shared-asn1 is forcing us to have to release MINA in order to release ApacheDS. We really need to find a solution to this problem for the next MINA/ApacheDS release. For now here's the problem in

Fixing the MINA ApacheDS dependency problem

2006-09-02 Thread Alex Karasulu
Hi all, As you know, we have dependency issues with ApacheDS and MINA which need to be resolved. There are several ways in which we can resolve the problem. However before I propose some solutions let me restate the problem again. Here's some dependencies which exist today: ApacheDS -

[Repository] [Synch Request] Need to sync directory group

2006-09-02 Thread Alex Karasulu
Hello, We just deployed some new poms/jars for ApacheDS components. Could the repository be synched up with ibiblio? Here's the path exactly: /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/directory Thanks, Apache Directory Team

[ApacheDS] [1.0-RC4] Pre-release packages ready for testing

2006-09-03 Thread Alex Karasulu
Hi guys, While waiting on the MINA vote I thought I'd build some pre-release installers and see if we can test them. Note that these installers do not have the documentation packaged nor the source but the final 1.0-RC4 release installers will have them. Here they are:

Re: ApacheDS as DNS server

2006-09-04 Thread Alex Karasulu
Enrique, Can you lend a hand here since you wrote the DNS server. Thanks, Alex upasana immidi wrote: Hi, since I last sent my post with all the questions, I downloaded apacheds-protocol-dns-1.0.RC3.jar and integrated it with my project via Maven's POM I could download source from the

Re: [ADS 2.0] discussions

2006-09-04 Thread Alex Karasulu
Trustin Lee wrote: Hi Emmanuel, On 9/4/06, *Emmanuel Lecharny* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi gang, we have started some discussion relative to ADS 2.0 on the ML, and it could be good to be able to distinguish this thread from the other ones. I suggest

Re: Build failure due to recent MINA updates and which version of MINA to use

2006-09-04 Thread Alex Karasulu
Ersin Er wrote: Hi, Currenly, trunks does not build due to some interface changes in MINA. 1.1 services use MINA 0.9.5-SNAPSHOT, so they are all affected. However 1.0 services use MINA 0.9.4 and so they are not affected and 1.0-trunks builds fine. So two things to consider: 1. We need to fix

Re: [ADS 2.0] Detach JNDI from ApacheDS

2006-09-04 Thread Alex Karasulu
Emmanuel Lecharny wrote: Trustin Lee a écrit : Hi, Yes, I know this is a very radical approach, but I think this is mandatory to accelerate our development. JNDI is an abstraction API for all kinds of directory services. LDAP is a part of the list. From my experience, JNDI is not really

Re: [ADS 2.0] Naming convention ... again !

2006-09-04 Thread Alex Karasulu
Emmanuel Lecharny wrote: Hi band, a question that has already been discussed many times by all the developpers on earth, but again, I need a shared vision. So : which convention should we use for interface names? Here is the problem : I have a BindRequest class which will be extended using

Re: [ADS 2.0] Naming convention ... again !

2006-09-05 Thread Alex Karasulu
Trustin Lee wrote: Hi Emmanuel, On 9/4/06, *Emmanuel Lecharny* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: ... Q4 : if Q1 and Q2 is *NO !!!*, then which name should we use for class which implements interface : ConcreteBindRequest, BindRequestImpl ? My suggestion is

Re: [VOTE] Release MINA 0.9.5

2006-09-05 Thread Alex Karasulu
Alex Karasulu wrote: Hi all, We have the same dependency issue as last time with ApacheDS and MINA where a dep on shared-asn1 is forcing us to have to release MINA in order to release ApacheDS. We really need to find a solution to this problem for the next MINA/ApacheDS release. For now

MINA 1.0

2006-09-05 Thread Alex Karasulu
Hi all, I just had an IM convo with Trustin. I wanted to summarize some of the discussion here. I will be releasing MINA 0.9.5 shortly here. I asked T if it was a good time to bump up to 1.0-SNAPSHOT after the 0.9.5 release to prep for a 1.0 before ApacheCon. He agreed. So we'll move

Re: StatCollector and JMX implementation for test

2006-09-05 Thread Alex Karasulu
After I bump up the MINA version to 1.0-SNAPSHOT (post 0.9.5 release) we can move this code into the trunks. WDYT? Alex Julien Vermillard wrote: Hi (sorry for HTML email, I hate it too, but there is some code in the message) Today with Trustin mod on IoService for adding session life

[Repository] Sync request

2006-09-05 Thread Alex Karasulu
Hi, We just finished deploying ApacheDS 1.0-RC4 to the repository. Could you please synch up to ibiblio.org. Here's the exact directory that needs to be synched, /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/directory/ Thanks, The Apache Directory Team

[ApacheDS] 1.0-RC4 has been released

2006-09-05 Thread Alex Karasulu
Hi all, The Apache Directory Team is proud to announce the release of Apache Directory Server 1.0-RC4. There has been several bug fixes along with some serious performance optimizations since RC3. This is the best ApacheDS we've released until now. Here's a list of the issues in JIRA that

Re: [ApacheDS] 1.0-RC4 has been released

2006-09-05 Thread Alex Karasulu
Alex Karasulu wrote: Hi all, The Apache Directory Team is proud to announce the release of Apache Directory Server 1.0-RC4. There has been several bug fixes along with some serious performance optimizations since RC3. This is the best ApacheDS we've released until now. Here's a list

Re: [ApacheDS] [Performance] Using indices to boost search performance

2006-09-11 Thread Alex Karasulu
these tests were conducted with is 1000. So after having 1000 duplicate values the server switches from using in memory TreeSets to on disk B+Trees for only storing values for that key. Alex Karasulu wrote: Hi all, I've been testing the search performance boost gained from indexing attributes

Re: [ApacheDS] [Performance] Using indices to boost search performance

2006-09-11 Thread Alex Karasulu
at these results I think we can easily accommodate 10 million entries per partition. Perhaps with a capacity limit on the order of 100 million entries per partition. Note that you can have as many partitions as you like in a single server. Alex Alex Karasulu wrote: Hi again, I've completed my

Re: [VOTE] Logo Contest

2006-09-12 Thread Alex Karasulu
Trustin Lee wrote: [X]: Julien Vermillard's third logo (Computer icons) Alex

Re: Still some little pbs in 1.0-trunks

2006-09-14 Thread Alex Karasulu
Emmanuel Lecharny wrote: Hi guys, I tried to run a checkstymle against 1.0-trunks, and it found a few problems. For instance : nlof4j-1.2.19 is still in use in mina-examples sub-project while all other projects use 1.2.25 daemon-plugin and apacheds core-plugin use maven-plugin-api 2.0 while

Re: ASF Confluence user names for Directory committers

2006-09-14 Thread Alex Karasulu
Ersin Er wrote: Hi, akarasulu Please register if you have not yet and tell me your user name. akarasulu Alex

Issues with Russian [Fwd: Directory Service]

2006-09-15 Thread Alex Karasulu
Please send these emails to the directory dev list please. Thanks, Alex ---BeginMessage--- Hi guys, You have got some bugs in your directory service. The biggest - trouble with Russian. Its unable to insert russian big letter I (И). You should use this combination everywhere and it became ok.

Re: updating spring 1.2.1 to 1.2.8?

2006-09-15 Thread Alex Karasulu
File a JIRA issue then submit a patch (svn diff) for this please. Thanks, Alex Bastiaan Bakker wrote: Hi, I've rebuild apacheds-1.0-RC4 with spring 1.2.8 (see attached patch). Other than updating the poms no changes where necessary at all. Cheers, Bastiaan

[ApacheDS] Time to have a logo contest

2006-09-18 Thread Alex Karasulu
Please help us find a logo for ApacheDS: http://wiki.apache.org/directory/ApacheDirectoryServerLogoContest We're actually pretty late with this but the traditional one is not so bad so we can change the logo at any time. Thanks, Alex

Re: [ApacheDS] Time to have a logo contest

2006-09-19 Thread Alex Karasulu
Stefan Zoerner wrote: Alex Karasulu wrote: Please help us find a logo for ApacheDS: http://wiki.apache.org/directory/ApacheDirectoryServerLogoContest We're actually pretty late with this but the traditional one is not so bad so we can change the logo at any time. Thanks, Alex Alex, I think

Re: [ApacheDS] Time to have a logo contest

2006-09-20 Thread Alex Karasulu
Stefan Zoerner wrote: Alex Karasulu wrote: Stefan Zoerner wrote: And what about adding a link to former Logo contests like this one: http://cwiki.apache.org/confluence/display/GMOxSBOX/Logo+Contest Sorry what was your intention for doing this? Did you want to show how the contest

Re: [ApacheDS] Time to have a logo contest

2006-09-20 Thread Alex Karasulu
Ole Ersoy wrote: Just a few thoughts on the logo contest: I've been drooling over these KDE Icons (LGPL): http://www.kde-look.org/content/show.php?content=45576 I was going to attach some of the ones that I think would work well in a logo, but I think the email will bounce back - so I'll just

Re: Can I create a root entry other than ou=system?

2006-09-20 Thread Alex Karasulu
Stefan Zoerner wrote: Mbah Tenjoh-Okwen wrote: Im new to the world of Directory Services and I am using JNDI and the ApacheDS. I would like to know if its possible to have a root entry other than the ou=system which comes along with ApacheDS or Im bound to it? If so how? thanks in advance

Apache Directory Community BOF

2006-09-22 Thread Alex Karasulu
Hi all, We will be hosting a community BOF for the Directory community at ApacheCon US this October 11th at 20:00 hrs. Here's a link to the BOF schedule: http://wiki.apache.org/apachecon/BirdsOfaFeatherUs06 Also recently I've been talking with some of the SUN OpenDS team members.

Re: [VOTE] Import Triplesec Project into Apache Directory TLP

2006-09-27 Thread Alex Karasulu
Alex Karasulu wrote: [X] +1 Import Triplesec (as a separate subproject) into Directory [ ] +/-0 Abstain [ ] -1 Do not import Triplesec into Directory +1 Alex

Re: [VOTE] Import Mitosis Project into Apache Directory TLP

2006-09-27 Thread Alex Karasulu
Alex Karasulu wrote: [X] +1 Import Mitosis (as part of ApacheDS) into Directory [ ] +/-0 Abstain [ ] -1 Do not import Mitosis into Directory +1 Alex

Re: [jira] Commented: (DIRSERVER-752) Alias Problem

2006-10-01 Thread Alex Karasulu
Mbah, Thanks to Stefan we'll fix this issue fast. However you should be the one writing this unit test case instead of him. Next time please look into doing this yourself if you want a faster response. Alex Mbah Tenjoh-Okwen wrote: Thanks. I will be on the alert to see what you come up

Re: [RESULT] [VOTE] Release ApacheDS 1.0

2006-10-01 Thread Alex Karasulu
Alex Karasulu wrote: Alex Karasulu wrote: Hi all, Now that the MINA 1.0 release is imminent I'd like to fire off a vote to release ApacheDS 1.0. There have not been many changes since RC4 besides a hand full of small bug fixes and an optimization at high capacities. 1.0 is very similar

Re: [ApacheDS] Release jars ready for testing

2006-10-04 Thread Alex Karasulu
Alex Karasulu wrote: Hi all, Before releasing ApacheDS I've prepared some 1.0 installer images for testing. Please kick the tires for a day or two and give us some feedback just in case we missed something. If there are no problems these installers will be released. You can find

Re: [ApacheDS] Release jars ready for testing

2006-10-05 Thread Alex Karasulu
Nikola Goran Čutura wrote: (I hit the wrong button last time, sorry) Hi, I tested Windows installer for the two issues important for me: 1. Certificate search It works as in 1.0RC4 uisng userCertificate = cert.getEncoded() 2. Load LDIF file on startup It does not work for me. I get

[ApacheDS] 1.0.0 has been deployed

2006-10-06 Thread Alex Karasulu
Hi, I have tagged and deployed the jars and installers for ApacheDS 1.0.0. Alex

Re: Re: [VOTE] Move Naming to sandbox

2006-10-10 Thread Alex Karasulu
+1 Alex From: Ersin Er [EMAIL PROTECTED] Date: 2006/10/10 Tue PM 05:40:54 EDT To: Apache Directory Developers List dev@directory.apache.org Subject: Re: [VOTE] Move Naming to sandbox [X] +1 Remove naming from site and move it to sandbox On 10/8/06, Alex Karasulu [EMAIL PROTECTED

Re: Solaris x86 installer - headless

2006-10-14 Thread Alex Karasulu
Hi Graham, Sorry I've been horible with email but as we already discussed at ApacheCon there is no solaris pkg for ApacheDS. Perhaps we should consider making a tarball and a pkg for solaris platforms. Alex

Mitosis Architectural Breakdown

2006-10-14 Thread Alex Karasulu
Trustin, Could you give us an architectural breakdown of Mitosis and how you implemented it now that we've import it into the code base? Thanks, Alex

Re: [VOTE] Move Naming to sandbox

2006-10-17 Thread Alex Karasulu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Emmanuel Lecharny wrote: [ X ] +1 Remove naming from site and move it to sandbox +1 Alex -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

[RESULTS] [VOTE] Moving Naming to Sandbox

2006-10-17 Thread Alex Karasulu
Hi all, Here's the results of the vote to move naming to the sandbox: +1 votes Ole Ersoy Phil Steitz Trustin Lee Enrique Rodriguez Emmanuel Lecharny Alex Karasulu John E. Conlon Pierre-Arnaud Marcelot Stefan Zoerner Ersin Er No +/-0 or -1 votes were cast. There are sufficient

Re: Solaris x86 installer - headless

2006-10-17 Thread Alex Karasulu
Graham Leggett wrote: Alex Karasulu wrote: Sorry I've been horible with email but as we already discussed at ApacheCon there is no solaris pkg for ApacheDS. Perhaps we should consider making a tarball and a pkg for solaris platforms. I did the Solaris package scripts for httpd, apr

[ApacheDS] Mitosis committed

2006-10-23 Thread Alex Karasulu
Trustin, Emmanuel, Trustin I reverted the delete of the mitosis code. It's back in it's original state with the 12 or so compilation errors due to changes in MINA and ApacheDS. It's here in trunks: https://svn.apache.org/repos/asf/directory/trunks/apacheds/mitosis It's not incorporated

Re: JPackage.org

2006-10-23 Thread Alex Karasulu
Ole Ersoy wrote: Hey Guys, I've been busy trying to code RPMS, so I can automate my OS installs, and then came across this: http://www.jpackage.org/ They have these goals: * To provide a coherent set of Java software packages for Linux, satisfying all quality requirements of other

Re: Mitosis internal architecture

2006-10-23 Thread Alex Karasulu
Trustin Lee wrote: For those who have an interest in Mitosis which is checked into our source code repository recently... Please take a look at the text file I attached to this message. I think Mitosis is far from perfection and needs a lot of test. Any questions and feed back are welcome.

Re: Re: [VOTE] Releasing MINA 0.8.4

2006-10-24 Thread Alex Karasulu
Right now I'm a -1 because the NOTICE and LICENSE files are not in META-INF dirs of the MINA jars. Make it so mina Jars include this and my -1 will become a +1. The same holds for the other 1.0.1 release. Each artifact pushed to ibiblio must have these files in the jar. Alex From:

Re: Re: [VOTE] Releasing MINA 0.8.4

2006-10-24 Thread Alex Karasulu
BTW for a quick fix you can just create a src/main/resources/META-INF directory and add it to subversion for each project in mina and push NOTICE and LICENSE files in there. Sucks I know! But it will do the trick for now. Alex From: Alex Karasulu [EMAIL PROTECTED] Date: 2006/10/24 Tue PM

Re: MINA Trunks ADS

2006-10-27 Thread Alex Karasulu
Emmanuel Lecharny wrote: Hi all, we have to figure out a way to work with MINA as it will become soon a TLP. Currently, ADS 1.0 use MINA 1.0, and it's working great, but we have had to wait for a 1.0 version of MINA to be able to release ADS 1.0. For ADS trunks, wa are facing some problems

Re: MINA Trunks ADS

2006-10-27 Thread Alex Karasulu
Emmanuel On 10/27/06, *Alex Karasulu* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Emmanuel Lecharny wrote: Hi all, we have to figure out a way to work with MINA as it will become soon a TLP. Currently, ADS 1.0 use MINA 1.0, and it's working great, but we

Re: Versioning scheme

2006-10-28 Thread Alex Karasulu
I thought I knew what was going on and could depend on the Linux way of versioning however it seems they are changing things as well lately. Take a look at this: http://en.wikipedia.org/wiki/Linux_kernel Oh specifically look at the version numbering section. Alex

Re: Versioning scheme

2006-10-28 Thread Alex Karasulu
Trustin Lee wrote: On 10/28/06, *Emmanuel Lecharny* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: IMHO, switching to Java 5 deserve a special number, and to follow what has been done by tomcat team, it seems to be a good idea to switch to 1.5, just to be able to tell : the

Re: Versioning scheme

2006-10-28 Thread Alex Karasulu
peter royal wrote: On Oct 28, 2006, at 6:05 AM, Trustin Lee wrote: MINA is going to move to Java 5, and thus its major version number should be 2 ( i.e. 2.0.0), but we can't go to 2.0 because the minor version number 0 means 'stable'. So we are talking about using the version number 1.5 or

Re: Versioning scheme

2006-10-28 Thread Alex Karasulu
Alex Karasulu wrote: peter royal wrote: On Oct 28, 2006, at 6:05 AM, Trustin Lee wrote: MINA is going to move to Java 5, and thus its major version number should be 2 ( i.e. 2.0.0), but we can't go to 2.0 because the minor version number 0 means 'stable'. So we are talking about using

Re: Versioning scheme

2006-10-29 Thread Alex Karasulu
Trustin Lee wrote: On 10/29/06, *Alex Karasulu* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I tried to sum up some of the recent conversations here: http://cwiki.apache.org/confluence/display/directory/Version+Numbering+Scheme http://cwiki.apache.org/confluence/display

[build] changes to trunks

2006-10-29 Thread Alex Karasulu
1). Reverted to using 1.0.5 released for master directory pom for apacheds -- Even for subprojects in dev branches do not use a SNAPSHOT pom Doing so will require a new builder to have to do non-recursive build up at the top. We don't want that. 2). I disabled all the sar module

Re: [build] changes to trunks

2006-10-29 Thread Alex Karasulu
Alex Karasulu wrote: 1). Reverted to using 1.0.5 released for master directory pom for apacheds -- Even for subprojects in dev branches do not use a SNAPSHOT pom Doing so will require a new builder to have to do non-recursive build up at the top. We don't want that. 2). I disabled

Re: mina 1.0 and java5

2006-10-31 Thread Alex Karasulu
peter royal wrote: is there interest in an official mina 1.0 build not requiring the util.concurrent backport? this would be slightly more than what can be done by whacking the backport import prefixes.. all data structures that have replacements in j.u.concurrent will be removed and

Re: mina 1.0 and java5

2006-10-31 Thread Alex Karasulu
peter royal wrote: On Oct 31, 2006, at 12:14 AM, Julien Vermillard wrote: Why not simply provide a kind of ant script for fix the sources for 1.5 ? i was going to go a bit farther.. replace usage of synchronization with the java5 concurrent data structures (which we could do in 1.4 by using

Re: Please deploy SNAPSHOT JARs after bumping up the version number.

2006-11-01 Thread Alex Karasulu
Trustin Lee wrote: Hi, I get dependency errors whenever someone bumps up the version number (1.1-SNAPSHOT - 1.5-SNAPSHOT this time). I can run mvn install by myself first, but it's never user friendly. Please deploy the JARs when you made an important change to artifacts. This issue was

Re: mina 1.0 and java5

2006-11-01 Thread Alex Karasulu
peter royal wrote: On Nov 1, 2006, at 4:50 AM, Alex Karasulu wrote: What branch would this be? probably 1.2 What would be the first release of this be? probably 1.1 Great this makes lots of sense. There certainly will be no confusion if we take this route. (and both are probably's

Re: Fetching Artifacts From the Repository

2006-11-01 Thread Alex Karasulu
Emmanuel Lecharny wrote: Ole Ersoy a écrit : Hey Guys, Just a background quicky. snip/ rpm-apacheds-tools.sh located in the project server-installers under src/main/installers However installers is a non standard maven directory, so the whole directory is missing in the repository.

Re: Fetching Artifacts From the Repository

2006-11-01 Thread Alex Karasulu
Ole Ersoy wrote: Alex: Hmmm why resources? The server-installers module is not intended to build a jar that has resources in it. Ole: The JPackage plugin wants to fetch the rpm-apacheds-tools.sh file from the Maven repository. What does the JPackage plugin have to do with this shell

Re: Fetching Artifacts From the Repository

2006-11-02 Thread Alex Karasulu
Ole Ersoy wrote: Yes I think what I'm saying is getting diluted because you are used to thinking about how the current installer plugin works. OK - Pretend for a minute that there are no installer plugins. We are just getting started. Okie. All we have are maven java projects. Now we want

Re: Fetching Artifacts From the Repository

2006-11-02 Thread Alex Karasulu
the install layout are in the spec file. So really maven is done, and RPM takes care of the rest. - Ole --- Alex Karasulu [EMAIL PROTECTED] wrote: Ole Ersoy wrote: Yes I think what I'm saying is getting diluted because you are used to thinking about how the current installer plugin works

Re: ApacheDS partition implementation based on Relational Model

2006-11-02 Thread Alex Karasulu
Ersin Er wrote: Hi, On 11/2/06, David Boreham [EMAIL PROTECTED] wrote: Ersin Er wrote: I need some advice on implementing a partition for ADS based on the relational model and using SQL or Hibernate or JPA, or framework like them.. First the $64,000 question : WHY ? Well, this is just a

[IMPORTANT] Status of Apache Directory

2006-11-02 Thread Alex Karasulu
Hi all, Lately some things have been slowing down and I just want to see were we are and who is working on what. Who is still around :)? With the recent emergence of MINA from the Directory TLP to be its own TLP I think it's a good time to recap on what's going on and the current state of

Re: Fetching Artifacts From the Repository

2006-11-02 Thread Alex Karasulu
coding. Then we can work together to see whether how we want the roadmap to look for the other installers. Sounds ok? Cheers, - Ole --- Alex Karasulu [EMAIL PROTECTED] wrote: This is all good but what happens to our plugin? Or that is to be determined? Alex Ole Ersoy wrote: Aye

Re: ApacheDS partition implementation based on Relational Model

2006-11-02 Thread Alex Karasulu
Emmanuel Lecharny wrote: The simplest way to do it is to construct tables that look just like the b-tree relations used in a custom LDAP data store. However this doesn't goal achieve #2 above. Can you explain this more? Basically he's saying model the

Re: [IMPORTANT] Status of Apache Directory

2006-11-02 Thread Alex Karasulu
Jörg Henne wrote: Alex Karasulu schrieb: We're still a small community even though we just added 7-8 new committers. Not many stuck around it seems but it may be too early to tell. Unfortunately, I guess that means me, for example. Well, I dearly hope that in my case it is really too early

[Mitosis] Does not start up properly

2006-11-02 Thread Alex Karasulu
Hey Trustin, I fixed a couple bugs with mitosis but it seems the configuration is not working as was documented. Here's what I was using: bean class=org.apache.directory.server.core.configuration.MutableInterceptorConfiguration property

Re: [IMPORTANT] Status of Apache Directory

2006-11-03 Thread Alex Karasulu
Well done John. What can we do to increase the update of this so others get involved with you to work on the OSGi angle? Alex John E. Conlon wrote: On Thu, 2006-11-02 at 14:14 -0500, Alex Karasulu wrote: = OSGi Plan = I have no idea what is going on with the OSGi work

Re: [IMPORTANT] Status of Apache Directory

2006-11-03 Thread Alex Karasulu
John E. Conlon wrote: OSGi Movement at ADS I think will be the product of both desire and pressure. So we just need to keep showing the benefits of OSGi and working to impress the technology into our current projects. True. In the short term we need to work with some of our sister projects:

OSGi Initiative Status (was: Re: [IMPORTANT] Status of Apache Directory)

2006-11-03 Thread Alex Karasulu
John E. Conlon wrote: OSGi Movement at ADS I think will be the product of both desire and pressure. So we just need to keep showing the benefits of OSGi and working to impress the technology into our current projects. True. In the short term we need to work with some of our sister projects:

Re: Users list

2006-11-03 Thread Alex Karasulu
Daniel Serodio wrote: Is this the correct place to ask questions about ApacheDS usage, or is there a mailing list for users? This is fine for now. I'm unable to start ApacheDS on Windows XP using the Procrun Service Manager, but running it from the console works. No log file is created, and

Re: Symbol ideas for the logo?

2006-11-03 Thread Alex Karasulu
Stefan Zoerner wrote: Hi all, a have question from a designer I asked some weeks ago, whether she is interested to participate in ourlogo contest. She asked for a symbol which would be suitable for the software. A feather, although nice, is a little bit overused, she meant. Btw. she

[Mitosis] Trustin can you double check this one line change?

2006-11-03 Thread Alex Karasulu
Trustin, I found that a hard coded server port was being used for the mitosis replication port. I just switched it so we would use the configuration's serverPort instead here: http://svn.apache.org/viewvc?view=revrevision=471090 Can you confirm that this was the correct thing to do?

Re: OSGi Initiative Status

2006-11-03 Thread Alex Karasulu
John E. Conlon wrote: On Fri, 2006-11-03 at 17:53 -0500, Alex Karasulu wrote: Ok what are we moving into felix common? Four third party wrapping projects: antlr-osgi commons-collections-osgi commons-lang-osgi server-logger-osgi (The first three projects have no java sources

  1   2   3   4   5   6   7   8   9   10   >