Re: Package creation for Canonical PPA ?

2016-01-21 Thread Jeff MAURY
rs running ADS: > > https://hub.docker.com/r/h3nrik/apacheds/ > > > > In most cases I think this is better than a PPA. > > Agreed. > > Long time, no see ! Good to see that you are still following ;-) > > > -- Jeff MAURY "Legacy code" often differs

Re: [Studio] Bug with Mac version of Directory Studio

2015-07-15 Thread Jeff MAURY
rote: >> >>> Le 14/07/15 16:49, Luca Sokoll a écrit : >>> > I haven't tried yet, I will have a go at fixing it today. >>> >>> Okie. Let us know ! >>> >>> >> >> >> -- >> >> *Luca Sokoll* >> >> IT Systems Administrator | Linaro IT Services | irc: *sokoll* >> > > > > -- > Kiran Ayyagari > http://keydap.com > -- Jeff MAURY "Legacy code" often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: [Studio] startup performances

2015-06-19 Thread Jeff MAURY
r. > > I think we have to live with it if we want to use newer Eclipse > versions. There are some "tuning" tips in the web like adding > -Xverify:none but that didn't change anything for me. > > Kind Regards, > Stefan > > -- Jeff MAURY "Legacy code

Re: [Studio] heads up

2014-12-21 Thread Jeff MAURY
letely useless... > > How to transform a good idea to a bad one by simply not fixing their tools > ! > They are just right on this topic. Maven guys are planning to change SNAPSHOT behavior and replace it with a timed-version of the artifact. Jeff -- Jeff MAURY "Legacy code" often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: Validation of ApacheDS OSGi bundles

2014-12-11 Thread Jeff MAURY
The impact is quite simple: build is failing (as of today) Jeff On Thu, Dec 11, 2014 at 9:32 AM, Emmanuel Lécharny wrote: > Seems like the odfdom jar is not present on maven central (thanks > Jean-François Maury). > > I wonder what kind of impact it has on the tycho build... &

Re: [Studio] Where to put logs ?

2014-12-04 Thread Jeff MAURY
ould I log the info ? > - should I declare a Logger ? > - Is this something we can ask the eclipse platform to log ? > > What is the best practice? > > Thanks ! > > -- Jeff MAURY "Legacy code" often differs from its suggested alternative by actua

Re: Building Studio-Tycho branch with latest revisions : issues...

2014-12-02 Thread Jeff MAURY
onResolver.java:80) > ... 22 more > Caused by: org.eclipse.core.runtime.CoreException: No solution found > because the problem is unsatisfiable. > ... 28 more > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR

[jira] [Commented] (DIRSTUDIO-995) Migrate build system to use Tycho

2014-09-21 Thread Jeff MAURY (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14142663#comment-14142663 ] Jeff MAURY commented on DIRSTUDIO-995: -- No, the version in the manifest is

Re: LdifReader speedup

2014-09-02 Thread Jeff MAURY
You can look to my Golo Eclipse based IDE: github.com/golo-lang/gldt Jeff On Tue, Sep 2, 2014 at 11:39 AM, Emmanuel Lécharny wrote: > Le 02/09/14 10:29, Jeff MAURY a écrit : > > If you want to facilitate Eclipse based development for ADS Studio, as a > > long Tycho user, I

Re: LdifReader speedup

2014-09-02 Thread Jeff MAURY
x27;pom-first' or 'manifest-first' approach suites > better for us. > > Kind Regards, > Stefan > > -- Jeff MAURY "Legacy code" often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: Status...

2013-04-05 Thread Jeff MAURY
Depends of the version of RAD or OEP [?] Jeff On Fri, Apr 5, 2013 at 1:55 PM, Emmanuel Lécharny wrote: > Le 4/5/13 1:46 PM, Jeff MAURY a écrit : > > Regarding my product, the lowest supported version of Eclipse is 3.5 and > it > > is sometimes difficult to support. >

Re: Status...

2013-04-05 Thread Jeff MAURY
omething more recent. > It's just that there's already many things to do and not much time. > So I was a bit hesitant on adding another subject on my plate. > I don't know which version we should target as our minimum requirements > these days without upsetting too many us

Re: Status...

2013-04-03 Thread Jeff MAURY
is a lot to do, since we switched to the new > > system last year, we haven't made a lot of progress in this area. This > > is true for the server but also for the API. I can't seriously see how > > we can get a 2.0-GA if the documentation is not improved in one way or >

Re: AD Studio : official version of Eclipse for building/debugging Studio

2013-02-13 Thread Jeff MAURY
Eclipse version for > building/running/debugging the Apache Directory Studio nor any prerequisite > for external plugin like m2e... > > Should one use the Eclipse Indigo or the Eclipse Juno? > Should one use the m2e Eclipse plugin or not? > > FA > -- Jeff MAURY "L

Pb with init-git-svn.sh

2012-09-14 Thread Jeff MAURY
t ./init-git-svn.sh I am missing something or something is broken since the move to TLP ? Thanks Jeff -- Jeff MAURY "Legacy code" often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: error when running mvn site:deploy

2011-09-05 Thread Jeff MAURY
Have a look at the maven site plugin. I think there is now a specific version for m3 Jeff Envoyé de mon VT100 Phone Le 5 sept. 2011 à 16:57, Emmanuel Lecharny a écrit : > Hi guys, > > whle releasing ApacheDS, I've got the following error : > > ... > [INFO] > ---

Re: [ApacheDS] Test failures on Windows

2010-09-10 Thread Jeff MAURY
> Windows doesn't. >> > You have a tool called lsof on linux that tells you which process own a > file. On windows, unless you have cygwin installed, you don't have lsof. There are some nice systems tools available on Windows. Have a look at http://technet.microsoft.com/

Re: [Studio-Plugin] Is there a way to propagate the list of profiles to the forked mvn eclipse:eclipse goal

2010-08-13 Thread Jeff MAURY
If you use the MavenProject object, you have a method called getActiveProfiles: see http://www.docjar.com/docs/api/org/apache/maven/project/MavenProject.html#getActiveProfiles Regards Jeff On Fri, Aug 13, 2010 at 4:57 PM, Pierre-Arnaud Marcelot wrote: > Hi dev (and especially Felix - our Maven

Re: Is (@override) equals() here missing?

2010-05-19 Thread Jeff MAURY
Both or none should be implemented. Please not that Eclipse 3.5 offers a wizard to implement both in a single test: chose the fields involved and both functions will be implemented. And round trip is also supported. Regards Jeff MAURY On Wed, May 19, 2010 at 9:34 PM, Felix Knecht wrote

[jira] Commented: (DIRSTUDIO-658) Exiting Directory Studio consumes CPU for couple of minutes

2010-05-18 Thread Jeff MAURY (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868804#action_12868804 ] Jeff MAURY commented on DIRSTUDIO-658: -- Calling System.gc from a user code sh

Re: Unable to release Shared 0.9.18 (was: Re: [Vote-Take3] Release ApacheDS 1.5.6)

2010-03-19 Thread Jeff MAURY
try to build asn1 while building i18 but when building javadocs for i18n, it seems it needs javadocs from the asn1 which is scheduled later. Maybe there is a link for the asn1 javadoc in the i18n javadoc or some kind of dependency ? Regards Jeff MAURY > > Thanks, > Pierre-Arnaud > &g

Re: Someone to test Maven 3.0 ?

2010-01-07 Thread Jeff MAURY
Let's do it Jeff On Thu, Jan 7, 2010 at 9:29 PM, Emmanuel Lecharny wrote: > Hi, > > Maven 3.0-alpha-5 is out, anyone wnats to test it with our project ? > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.nextury.com > > > -- http://www.jeffmaury.com http://riadiscuss.jeffmaury.c

Re: Java 6 for Studio 2.0 was: Java 6 before/after ApacheDS 2.0

2009-11-20 Thread Jeff MAURY
I don(t know if this is a requirement for Studio but switching to Java 6 may lead to problems when using Studio into specific Eclipse configurations (RAD, ...). which may be based on Java5. Regards Jeff MAURY On Fri, Nov 20, 2009 at 1:01 AM, Ersin ER wrote: > > > On Fri, Nov 20, 2009

For information

2009-11-10 Thread Jeff MAURY
http://www.devx.com/Java/Article/43200 Jeff MAURY -- http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.lastfm.fr/listen/user/jeffmaury/personal

Re: About LdifPartition and AvlPartition

2009-09-08 Thread Jeff MAURY
I don't know the internal of a Partition but can't you implement some kind of lazy loading, ie an entry is loaded when requested by an LDAP request into the AvlPartition ? Btw, this should be used with some cache mecanism. Regards Jeff On Tue, Sep 8, 2009 at 11:02 PM, Emmanuel Lecharny wrote: >

[jira] Created: (DIRSTUDIO-500) Review RequestID processing

2009-07-11 Thread Jeff MAURY (JIRA)
: Jeff MAURY Fix For: 1.5.0 DSMLRequestID are processed as LDAPMessageID so as non-null integers. The spec is not clear about it but it is declared as an XML string in the schema. However, the Abandon request id is also a string to how to correlate to LDAP message id, the spec does not

Re: DSML parser and RequestID syntax

2009-07-09 Thread Jeff MAURY
will be done at another level through another component. So the integration through REST will be quite simple. Regards Jeff MAURY On Thu, Jul 9, 2009 at 12:05 PM, ayyagarikiran wrote: > > hi Jeff, > > I have a question, is the gateway you are working on can also be used > without

DSML parser and RequestID syntax

2009-07-09 Thread Jeff MAURY
been mapped to an LDAP request ID that is numeric (I'm not sure but I guess it) ? Regards Jeff MAURY -- La mélancolie c’est communiste Tout le monde y a droit de temps en temps La mélancolie n’est pas capitaliste C’est même gratuit pour les perdants La mélancolie c’est pacifiste On ne lui r

[jira] Commented: (DIRSERVER-1262) Add a Jetty container

2009-06-29 Thread Jeff MAURY (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725155#action_12725155 ] Jeff MAURY commented on DIRSERVER-1262: --- My feeling is that the HttpSe

Re: [ApacheDS] integrating jetty

2009-06-25 Thread Jeff MAURY
On Thu, Jun 25, 2009 at 9:41 AM, ayyagarikiran wrote: > > Hello guys, > > I would like to start the work on integrating jetty in ADS > (DIRSERVER-1262). > > As Emmanuel mentioned in the comments, the main purpose is > > "it's about adding Jetty into ADS to accept Http request withou

Re: Toward 2.0...

2009-03-18 Thread Jeff MAURY
convention, no AOP, no IOC). So why not use commons digester (http://commons.apache.org/digester/) ? It is being used by Tomcat for a long time ago now and seems to fill the requirements ? Regards Jeff MAURY On Wed, Mar 18, 2009 at 2:20 AM, Howard Chu wrote: > David Boreham wrote: > >> Gr

[jira] Created: (DIRSERVER-1291) Support of Proxied Authorization Control (RFC 4370)

2008-11-25 Thread Jeff MAURY (JIRA)
Components: core Reporter: Jeff MAURY Support for Proxied Authorization Control is recommended because it is quite required for the implementation of a DSML Gateway as it is the only way to support authenticated DSML operations in a standard way. -- This message is

Re: [ApacheDS]: Error in Kerberos part when building

2008-11-21 Thread Jeff MAURY
I had also some problem with the server build, and I solved them by removing the org/apache/directory folder from my local repository. But this was before Emmanuel did the move to Mina 2. Regards Jeff MAURY On Fri, Nov 21, 2008 at 10:41 AM, Lorenz Breu <[EMAIL PROTECTED]> wrote: >

Re: SOAP DSML Gateway

2008-10-13 Thread Jeff MAURY
On Fri, Oct 10, 2008 at 7:16 PM, Emmanuel Lecharny <[EMAIL PROTECTED]>wrote: > Jeff MAURY wrote: > >> Hello, >> >> > Hi, > >> I may need in the near future a SOAP DSML gateway on top of ADS. So, >> before >> developing it standalone, I woul

SOAP DSML Gateway

2008-10-10 Thread Jeff MAURY
ions. Any remarks ? Jeff MAURY -- La mélancolie c'est communiste Tout le monde y a droit de temps en temps La mélancolie n'est pas capitaliste C'est même gratuit pour les perdants La mélancolie c'est pacifiste On ne lui rentre jamais dedans La mélancolie oh tu sais ça existe Ell

Re: [Studio] Using the Maven Release Plugin

2008-09-23 Thread Jeff MAURY
nly > possible to attach it to a phase of the build. > I know that is is possible for a Mojo to launch the goal of another plugin. This can be done with the execute annotation ( http://maven.apache.org/developers/mojo-api-specification.html#The_Descriptor_and_Annotations ) Regards Jeff MAURY >

Re: Intercepting LDAP request

2008-09-18 Thread Jeff MAURY
of your proxy). However, I know that there is a library in the ADS distribution that encode/decode LDAP requests. Regards Jeff MAURY On Thu, Sep 18, 2008 at 2:10 PM, Rohit Gupta (rohitgu) <[EMAIL PROTECTED]>wrote: > Hi, > > I am currently working on a project where I am required

Re: [SASL][external authent] How do we manage authz for an externally authenticated user ?

2008-08-06 Thread Jeff MAURY
On 8/6/08, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > > Hi guys, > > there is something puzzling me with the currrent SASL implementation we > have. SASL can be used to allow a user to authenticate into ADS even if it > is not defined and known by ADS. This is done through the EXTERNAL > mechan

Re: [ApacheDS] [BIND] BindRequest and current session ...

2008-07-29 Thread Jeff MAURY
According to the LDAP RFC (4.2.1), the server MUST either complete or abandon uncompleted operations. IMO, abandon is better in terms of performance but this may also be an option Jeff MAURY On 7/29/08, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > > Hi, > > just a question

[jira] Commented: (DIRSTUDIO-359) Improve DSML parser classes

2008-07-25 Thread Jeff MAURY (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616934#action_12616934 ] Jeff MAURY commented on DIRSTUDIO-359: -- By the way, can you add the work on

[jira] Created: (DIRSERVER-1208) Can't compile with Eclipse 3.4 and m2eclipse

2008-07-25 Thread Jeff MAURY (JIRA)
nents: mitosis Environment: Eclipse 3.4 + m2eclipse 0.9.5 Reporter: Jeff MAURY Priority: Minor Thanks to m2eclipse, I imported the trunk-with-dependencies pom and all projects are automatically generated. The Java projects created by m2eclipse use an Exec

[jira] Commented: (DIRSTUDIO-345) Studio startup could configure suitable version of Java

2008-06-18 Thread Jeff MAURY (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605932#action_12605932 ] Jeff MAURY commented on DIRSTUDIO-345: -- Inclusion does not mean installatio

[jira] Commented: (DIRSTUDIO-345) Studio startup could configure suitable version of Java

2008-06-18 Thread Jeff MAURY (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605900#action_12605900 ] Jeff MAURY commented on DIRSTUDIO-345: -- Regarding 1), redistribution of the JR

[jira] Commented: (DIRSTUDIO-345) Studio startup could configure suitable version of Java

2008-06-18 Thread Jeff MAURY (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605881#action_12605881 ] Jeff MAURY commented on DIRSTUDIO-345: -- There are other ways to fix this pro