[jira] Created: (DIRSHARED-103) Determine if we need all the methods in LdapCodecService for extended operations

2011-02-23 Thread Alex Karasulu (JIRA)
Determine if we need all the methods in LdapCodecService for extended operations Key: DIRSHARED-103 URL: https://issues.apache.org/jira/browse/DIRSHARED-103 Project: Dire

[jira] Resolved: (DIRSHARED-86) Make Extended Operations Plugin Extensions to Codec like Controls

2011-02-23 Thread Alex Karasulu (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu resolved DIRSHARED-86. Resolution: Fixed > Make Extended Operations Plugin Extensions to Codec like Controls > -

[jira] Commented: (DIRSHARED-86) Make Extended Operations Plugin Extensions to Codec like Controls

2011-02-23 Thread Alex Karasulu (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998230#comment-12998230 ] Alex Karasulu commented on DIRSHARED-86: I've implemented these changes in my pe

[jira] Closed: (DIRSHARED-86) Make Extended Operations Plugin Extensions to Codec like Controls

2011-02-23 Thread Alex Karasulu (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu closed DIRSHARED-86. -- > Make Extended Operations Plugin Extensions to Codec like Controls > ---

[jira] Commented: (DIRSHARED-86) Make Extended Operations Plugin Extensions to Codec like Controls

2011-02-23 Thread Alex Karasulu (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998274#comment-12998274 ] Alex Karasulu commented on DIRSHARED-86: Having unforeseen issues with stored pr

[jira] Reopened: (DIRSHARED-86) Make Extended Operations Plugin Extensions to Codec like Controls

2011-02-23 Thread Alex Karasulu (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu reopened DIRSHARED-86: > Make Extended Operations Plugin Extensions to Codec like Controls > ---

Rdn and Ava cleanup

2011-02-23 Thread Emmanuel Lecharny
Hi guys, those last 2 days I did some cleanup in the Rdn and Ava classes, in th espirit of Dn cleanup. Here is a summary of what has been done, roughly : - injection of the SchemaManager in both classes' constructors - removing of the compareTo method - made some methods private - made the cla

Re: Rdn and Ava cleanup

2011-02-23 Thread Kiran Ayyagari
On Wed, Feb 23, 2011 at 3:44 PM, Emmanuel Lecharny wrote: > Hi guys, > > those last 2 days I did some cleanup in the Rdn and Ava classes, in th > espirit of Dn cleanup. Here is a summary of what has been done, roughly : > > - injection of the SchemaManager in both classes' constructors > - removin

Adding a new profile to the 'project' pom.xml to ease the import of the same project twice in Eclipse

2011-02-23 Thread Pierre-Arnaud Marcelot
Hi Dev, Eclipse is great but it has one major drawback for me (and others too I believe), that's it's inability to import the same project twice in the workspace. Now, by "the same project" I don't mean the exact same project (which would not make much sense) but I mean the same project but fr

Re: Adding a new profile to the 'project' pom.xml to ease the import of the same project twice in Eclipse

2011-02-23 Thread Kiran Ayyagari
pretty cool, been there and had my version of issues :) +1 from my side thanks Pierre-Arnaud On Wed, Feb 23, 2011 at 6:24 PM, Pierre-Arnaud Marcelot wrote: > Hi Dev, > Eclipse is great but it has one major drawback for me (and others too I > believe), that's it's inability to import the same pro

Re: Rdn and Ava cleanup

2011-02-23 Thread Stefan Seelmann
Hi Emmanuel, On Wed, Feb 23, 2011 at 11:14 AM, Emmanuel Lecharny wrote: > Hi guys, > > those last 2 days I did some cleanup in the Rdn and Ava classes, in th > espirit of Dn cleanup. Here is a summary of what has been done, roughly : > > - injection of the SchemaManager in both classes' construct

Re: Adding a new profile to the 'project' pom.xml to ease the import of the same project twice in Eclipse

2011-02-23 Thread Stefan Seelmann
+1, I used the projectNameTemplate in my previous work project where it worked great. Kind Regards, Stefan On Wed, Feb 23, 2011 at 1:54 PM, Pierre-Arnaud Marcelot wrote: > Hi Dev, > Eclipse is great but it has one major drawback for me (and others too I > believe), that's it's inability to imp

[LDAP] Odd Protocol Codec behaviors noticed

2011-02-23 Thread Alex Karasulu
I'm starting to see some strange NPE's causing Notice of Disconnects in trains then disappearing. I'm really perplexed by it. Here's what I am seeing: [03:34:24] WARN [org.apache.directory.server.ldap.LdapProtocolHandler] - Unexpected exception forcing session to close: sending disconnect notice

Re: Adding a new profile to the 'project' pom.xml to ease the import of the same project twice in Eclipse

2011-02-23 Thread Alex Karasulu
Yeah that's a neat solution. +1 I'm gonna try it after you commit. Thanks, Alex On Wed, Feb 23, 2011 at 9:01 PM, Stefan Seelmann wrote: > +1, I used the projectNameTemplate in my previous work project where > it worked great. > > Kind Regards, > Stefan > > > On Wed, Feb 23, 2011 at 1:54 PM, Pie

Re: Rdn and Ava cleanup

2011-02-23 Thread Alex Karasulu
On Wed, Feb 23, 2011 at 8:51 PM, Stefan Seelmann wrote: > Hi Emmanuel, > > On Wed, Feb 23, 2011 at 11:14 AM, Emmanuel Lecharny > wrote: >> Hi guys, >> >> those last 2 days I did some cleanup in the Rdn and Ava classes, in th >> espirit of Dn cleanup. Here is a summary of what has been done, roug

Re: Rdn and Ava cleanup

2011-02-23 Thread Alex Karasulu
On Wed, Feb 23, 2011 at 12:14 PM, Emmanuel Lecharny wrote: > Hi guys, > > those last 2 days I did some cleanup in the Rdn and Ava classes, in th > espirit of Dn cleanup. Here is a summary of what has been done, roughly : > > - injection of the SchemaManager in both classes' constructors > - removi

Re: [LDAP] Odd Protocol Codec behaviors noticed

2011-02-23 Thread Alex Karasulu
Here's more data that might shed light. Starting to maybe see what's going on now: org.apache.mina.filter.codec.ProtocolDecoderException: java.lang.NullPointerException (Hexdump: 30 81 89 02 01 02 68 67 04 1E 6F 75 3D 53 74 6F 72 65 64 20 50 72 6F 63 65 64 75 72 65 73 2C 6F 75 3D 73 79 73 74 65 6D