[jira] Commented: (DIRSERVER-756) Problem with escaped comma in DN

2006-10-06 Thread Emmanuel Lecharny (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-756?page=comments#action_12440522 ] Emmanuel Lecharny commented on DIRSERVER-756: - Endi, we will have a real fix for 1.0.1. I gonna commit it in branches tonite, so if you compile it

Using org.apache.mina.management.IoSessionStat and StatCollector?

2006-10-06 Thread jian wu
Hi, I'm looking into how to manage and monitor Mina and Applications running on top of Mina. So far, we did some preliminary work to count the request/response and session through IoFilter and expose the result through JMX MBean(s). I noticed that Mina 1.0.0 added new org.apache.mina.management

[jira] Commented: (DIR-196) Cannot build Trunks

2006-10-06 Thread Jim Yang (JIRA)
[ http://issues.apache.org/jira/browse/DIR-196?page=comments#action_12440510 ] Jim Yang commented on DIR-196: -- I must agree with Emmanuel. This is why we are not using maven for Penrose. We also feel like maven is a bit too much to deal. > Cannot

[jira] Closed: (DIR-196) Cannot build Trunks

2006-10-06 Thread Emmanuel Lecharny (JIRA)
[ http://issues.apache.org/jira/browse/DIR-196?page=all ] Emmanuel Lecharny closed DIR-196. - Resolution: Fixed The shared-asn1A sub project expected it's parent version to be 0.9.6-SNAPSHOT while the shared pom.xml's version was 0.9.5.3 Thaks maven for

[jira] Updated: (DIR-196) Cannot build Trunks

2006-10-06 Thread Emmanuel Lecharny (JIRA)
[ http://issues.apache.org/jira/browse/DIR-196?page=all ] Emmanuel Lecharny updated DIR-196: -- Attachment: build-failure.txt A beautifull sample of maven "helping" logs ... > Cannot build Trunks > --- > > Key: DIR-196 >

[jira] Created: (DIR-196) Cannot build Trunks

2006-10-06 Thread Emmanuel Lecharny (JIRA)
Cannot build Trunks --- Key: DIR-196 URL: http://issues.apache.org/jira/browse/DIR-196 Project: Directory Issue Type: Bug Reporter: Emmanuel Lecharny Priority: Blocker Attachments: build-failu

Re: [ApacheDS] Schema Checking

2006-10-06 Thread Mbah Tenjoh-Okwen
here is the codepublic class CreateSubcontext {    /**     * @param args     */    public static void main(String[] args)     {        try        {            //use properties file to set connection            InputStream inputStream = new FileInputStream( "apacheds.properties");    Proper