[jira] [Commented] (DIRSERVER-1877) No-dependency ditribution for apache ds should be made available

2013-07-31 Thread Anshuman (JIRA)

[ 
https://issues.apache.org/jira/browse/DIRSERVER-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13725049#comment-13725049
 ] 

Anshuman commented on DIRSERVER-1877:
-

IMHO there should be a simpler way of accessing/procuring the jar distro, 
rather than going to maven repo and downloading one by one (for non-maven 
users) or using some maven plugin to build it.

Anyhow, it is up to the DS team whether or not such a download should be made 
available to end users.

Thanks for all the help and replies. Please resolve/close this. Thanks.

 No-dependency ditribution for apache ds should be made available
 

 Key: DIRSERVER-1877
 URL: https://issues.apache.org/jira/browse/DIRSERVER-1877
 Project: Directory ApacheDS
  Issue Type: Bug
Affects Versions: 2.0.0-M13
Reporter: Anshuman
  Labels: apacheds, distribution, nodep

 The ApacheDS currently ships as a single service jar. This however includes 
 all the dependencies bundled within it (ex: javax.servlet.*, mina, slf4j, 
 etc). There should be option to download just the ApacheDS code so that when 
 working in an embedded environment, unwanted dependencies can be avoided and 
 for mandatory dependencies like mina, the application may chose a different 
 version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (DIRSERVER-1877) No-dependency ditribution for apache ds should be made available

2013-07-31 Thread Emmanuel Lecharny (JIRA)

[ 
https://issues.apache.org/jira/browse/DIRSERVER-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13725059#comment-13725059
 ] 

Emmanuel Lecharny commented on DIRSERVER-1877:
--

We have around 100 jars. At some point, not using Maven or Ant, and deciding to 
pick some jars but not other is a choice, but this is a very specific need.

The way we have packaged the application should cover 99.9% of the use case.

 No-dependency ditribution for apache ds should be made available
 

 Key: DIRSERVER-1877
 URL: https://issues.apache.org/jira/browse/DIRSERVER-1877
 Project: Directory ApacheDS
  Issue Type: Bug
Affects Versions: 2.0.0-M13
Reporter: Anshuman
  Labels: apacheds, distribution, nodep

 The ApacheDS currently ships as a single service jar. This however includes 
 all the dependencies bundled within it (ex: javax.servlet.*, mina, slf4j, 
 etc). There should be option to download just the ApacheDS code so that when 
 working in an embedded environment, unwanted dependencies can be avoided and 
 for mandatory dependencies like mina, the application may chose a different 
 version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (DIRSERVER-1877) No-dependency ditribution for apache ds should be made available

2013-07-31 Thread Pierre-Arnaud Marcelot (JIRA)

[ 
https://issues.apache.org/jira/browse/DIRSERVER-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13725062#comment-13725062
 ] 

Pierre-Arnaud Marcelot commented on DIRSERVER-1877:
---

Of course, I understand and agree too. But in the real world, the situation is 
a bit more complicated than that.

Most of our users are using Maven or Ant (+ Ivy) and we already build and 
deliver 14 different packages for each release, which need to be maintained and 
tested.

I'm absolutely not against a no-dependency distribution, It would be a great 
thing to have. But it's always a (difficult) matter of finding the good balance 
between the time spent building and maintaining it and how much benefit it 
brings to the community.
The Apache Directory Team is small and does not have infinite amount of time to 
work on the project, which forces us to makes choices.

We're sorry about the inconvenience and I hope that, at least, you managed to 
find what you wanted with our indications.

That's how Open Source works. Contributions are greatly welcomed. ;)

 No-dependency ditribution for apache ds should be made available
 

 Key: DIRSERVER-1877
 URL: https://issues.apache.org/jira/browse/DIRSERVER-1877
 Project: Directory ApacheDS
  Issue Type: Bug
Affects Versions: 2.0.0-M13
Reporter: Anshuman
  Labels: apacheds, distribution, nodep

 The ApacheDS currently ships as a single service jar. This however includes 
 all the dependencies bundled within it (ex: javax.servlet.*, mina, slf4j, 
 etc). There should be option to download just the ApacheDS code so that when 
 working in an embedded environment, unwanted dependencies can be avoided and 
 for mandatory dependencies like mina, the application may chose a different 
 version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (DIRSERVER-1877) No-dependency ditribution for apache ds should be made available

2013-07-29 Thread Anshuman (JIRA)

[ 
https://issues.apache.org/jira/browse/DIRSERVER-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722236#comment-13722236
 ] 

Anshuman commented on DIRSERVER-1877:
-

Raised this as a bug because this doesn't seem to be fit to be called an 
improvement/wish. To be effectively used as an embedded ldap, applications 
should be able to pick and chose the optional dependencies.

 No-dependency ditribution for apache ds should be made available
 

 Key: DIRSERVER-1877
 URL: https://issues.apache.org/jira/browse/DIRSERVER-1877
 Project: Directory ApacheDS
  Issue Type: Bug
Affects Versions: 2.0.0-M13
Reporter: Anshuman
  Labels: apacheds, distribution, nodep

 The ApacheDS currently ships as a single service jar. This however includes 
 all the dependencies bundled within it (ex: javax.servlet.*, mina, slf4j, 
 etc). There should be option to download just the ApacheDS code so that when 
 working in an embedded environment, unwanted dependencies can be avoided and 
 for mandatory dependencies like mina, the application may chose a different 
 version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (DIRSERVER-1877) No-dependency ditribution for apache ds should be made available

2013-07-29 Thread Pierre-Arnaud Marcelot (JIRA)

[ 
https://issues.apache.org/jira/browse/DIRSERVER-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722293#comment-13722293
 ] 

Pierre-Arnaud Marcelot commented on DIRSERVER-1877:
---

Here's the dependencies graph run on the apacheds-service project:

[INFO] 
[INFO] Building ApacheDS Service 2.0.0-M15-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ apacheds-service ---
[INFO] org.apache.directory.server:apacheds-service:jar:2.0.0-M15-SNAPSHOT
[INFO] +- 
org.apache.directory.server:apacheds-core-annotations:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  +- 
org.apache.directory.server:apacheds-core:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-core-shared:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-interceptors-admin:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-interceptors-authn:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-interceptors-authz:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-interceptors-changelog:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-interceptors-collective:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-interceptors-event:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-interceptors-exception:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-interceptors-journal:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-interceptors-normalization:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-interceptors-operational:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-interceptors-referral:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-interceptors-schema:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-interceptors-subtree:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-interceptors-trigger:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  \- bouncycastle:bcprov-jdk15:jar:140:compile
[INFO] |  +- 
org.apache.directory.server:apacheds-ldif-partition:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  +- 
org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  +- 
org.apache.directory.server:apacheds-jdbm-partition:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 
org.apache.directory.server:apacheds-core-avl:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  \- org.apache.directory.jdbm:apacheds-jdbm1:bundle:2.0.0-M2:compile
[INFO] |  +- 
org.apache.directory.server:apacheds-xdbm-partition:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  \- commons-io:commons-io:jar:2.4:compile
[INFO] +- 
org.apache.directory.server:apacheds-core-api:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  +- commons-lang:commons-lang:jar:2.6:compile
[INFO] |  +- 
org.apache.directory.server:apacheds-core-constants:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  +- org.apache.directory.api:api-i18n:jar:1.0.0-M20-SNAPSHOT:compile
[INFO] |  +- 
org.apache.directory.api:api-asn1-api:jar:1.0.0-M20-SNAPSHOT:compile
[INFO] |  +- 
org.apache.directory.api:api-ldap-client-api:jar:1.0.0-M20-SNAPSHOT:compile
[INFO] |  |  \- commons-pool:commons-pool:jar:1.6:compile
[INFO] |  +- 
org.apache.directory.api:api-ldap-codec-core:jar:1.0.0-M20-SNAPSHOT:compile
[INFO] |  +- 
org.apache.directory.api:api-ldap-extras-aci:jar:1.0.0-M20-SNAPSHOT:compile
[INFO] |  +- 
org.apache.directory.api:api-ldap-extras-util:jar:1.0.0-M20-SNAPSHOT:compile
[INFO] |  +- org.apache.mina:mina-core:jar:2.0.7:compile
[INFO] |  \- net.sf.ehcache:ehcache-core:jar:2.4.4:compile
[INFO] +- 
org.apache.directory.server:apacheds-service-builder:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  +- 
org.apache.directory.server:apacheds-interceptors-hash:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  \- 
org.apache.directory.api:api-ldap-extras-trigger:jar:1.0.0-M20-SNAPSHOT:compile
[INFO] |  +- 
org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  +- 
org.apache.directory.server:apacheds-protocol-dhcp:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  +- 
org.apache.directory.server:apacheds-protocol-dns:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  \- 
org.apache.directory.server:apacheds-core-jndi:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  +- 
org.apache.directory.server:apacheds-protocol-kerberos:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  +- 
org.apache.directory.server:apacheds-protocol-ldap:jar:2.0.0-M15-SNAPSHOT:compile
[INFO] |  |  +- 

[jira] [Commented] (DIRSERVER-1877) No-dependency ditribution for apache ds should be made available

2013-07-29 Thread Pierre-Arnaud Marcelot (JIRA)

[ 
https://issues.apache.org/jira/browse/DIRSERVER-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722294#comment-13722294
 ] 

Pierre-Arnaud Marcelot commented on DIRSERVER-1877:
---

And here's another listing of what jars are included in the final jar:

[INFO] Including 
org.apache.directory.server:apacheds-core-annotations:jar:2.0.0-M15-SNAPSHOT in 
the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-core:jar:2.0.0-M15-SNAPSHOT in the shaded 
jar.
[INFO] Including 
org.apache.directory.server:apacheds-core-shared:jar:2.0.0-M15-SNAPSHOT in the 
shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-admin:jar:2.0.0-M15-SNAPSHOT 
in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-authn:jar:2.0.0-M15-SNAPSHOT 
in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-authz:jar:2.0.0-M15-SNAPSHOT 
in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-changelog:jar:2.0.0-M15-SNAPSHOT
 in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-collective:jar:2.0.0-M15-SNAPSHOT
 in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-event:jar:2.0.0-M15-SNAPSHOT 
in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-exception:jar:2.0.0-M15-SNAPSHOT
 in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-journal:jar:2.0.0-M15-SNAPSHOT
 in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-normalization:jar:2.0.0-M15-SNAPSHOT
 in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-operational:jar:2.0.0-M15-SNAPSHOT
 in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-referral:jar:2.0.0-M15-SNAPSHOT
 in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-schema:jar:2.0.0-M15-SNAPSHOT 
in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-subtree:jar:2.0.0-M15-SNAPSHOT
 in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-trigger:jar:2.0.0-M15-SNAPSHOT
 in the shaded jar.
[INFO] Including bouncycastle:bcprov-jdk15:jar:140 in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-ldif-partition:jar:2.0.0-M15-SNAPSHOT in 
the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15-SNAPSHOT in the shaded 
jar.
[INFO] Including 
org.apache.directory.server:apacheds-jdbm-partition:jar:2.0.0-M15-SNAPSHOT in 
the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-core-avl:jar:2.0.0-M15-SNAPSHOT in the 
shaded jar.
[INFO] Including org.apache.directory.jdbm:apacheds-jdbm1:bundle:2.0.0-M2 in 
the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-xdbm-partition:jar:2.0.0-M15-SNAPSHOT in 
the shaded jar.
[INFO] Including commons-io:commons-io:jar:2.4 in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-core-api:jar:2.0.0-M15-SNAPSHOT in the 
shaded jar.
[INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-core-constants:jar:2.0.0-M15-SNAPSHOT in 
the shaded jar.
[INFO] Including org.apache.directory.api:api-i18n:jar:1.0.0-M20-SNAPSHOT in 
the shaded jar.
[INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20-SNAPSHOT 
in the shaded jar.
[INFO] Including 
org.apache.directory.api:api-ldap-client-api:jar:1.0.0-M20-SNAPSHOT in the 
shaded jar.
[INFO] Including commons-pool:commons-pool:jar:1.6 in the shaded jar.
[INFO] Including 
org.apache.directory.api:api-ldap-codec-core:jar:1.0.0-M20-SNAPSHOT in the 
shaded jar.
[INFO] Including 
org.apache.directory.api:api-ldap-extras-aci:jar:1.0.0-M20-SNAPSHOT in the 
shaded jar.
[INFO] Including 
org.apache.directory.api:api-ldap-extras-util:jar:1.0.0-M20-SNAPSHOT in the 
shaded jar.
[INFO] Including org.apache.mina:mina-core:jar:2.0.7 in the shaded jar.
[INFO] Including net.sf.ehcache:ehcache-core:jar:2.4.4 in the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-service-builder:jar:2.0.0-M15-SNAPSHOT in 
the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-interceptors-hash:jar:2.0.0-M15-SNAPSHOT 
in the shaded jar.
[INFO] Including 
org.apache.directory.api:api-ldap-extras-trigger:jar:1.0.0-M20-SNAPSHOT in the 
shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15-SNAPSHOT in 
the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-protocol-dhcp:jar:2.0.0-M15-SNAPSHOT in 
the shaded jar.
[INFO] Including 
org.apache.directory.server:apacheds-protocol-dns:jar:2.0.0-M15-SNAPSHOT in the 
shaded jar.
[INFO] Including 

[jira] [Commented] (DIRSERVER-1877) No-dependency ditribution for apache ds should be made available

2013-07-29 Thread Anshuman (JIRA)

[ 
https://issues.apache.org/jira/browse/DIRSERVER-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722297#comment-13722297
 ] 

Anshuman commented on DIRSERVER-1877:
-

This surely gives some idea. How do we identify the mandatory and optional 
dependencies?

 No-dependency ditribution for apache ds should be made available
 

 Key: DIRSERVER-1877
 URL: https://issues.apache.org/jira/browse/DIRSERVER-1877
 Project: Directory ApacheDS
  Issue Type: Bug
Affects Versions: 2.0.0-M13
Reporter: Anshuman
  Labels: apacheds, distribution, nodep

 The ApacheDS currently ships as a single service jar. This however includes 
 all the dependencies bundled within it (ex: javax.servlet.*, mina, slf4j, 
 etc). There should be option to download just the ApacheDS code so that when 
 working in an embedded environment, unwanted dependencies can be avoided and 
 for mandatory dependencies like mina, the application may chose a different 
 version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (DIRSERVER-1877) No-dependency ditribution for apache ds should be made available

2013-07-29 Thread Pierre-Arnaud Marcelot (JIRA)

[ 
https://issues.apache.org/jira/browse/DIRSERVER-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722308#comment-13722308
 ] 

Pierre-Arnaud Marcelot commented on DIRSERVER-1877:
---

In the dependencies tree, dependencies with scope 'compile' are mandatory, 
those with scopes 'provided' or 'test' are optional (only required for unit 
tests).

In the dependencies list, jars are all mandatory. They are all included in the 
final all-in-one jar.

 No-dependency ditribution for apache ds should be made available
 

 Key: DIRSERVER-1877
 URL: https://issues.apache.org/jira/browse/DIRSERVER-1877
 Project: Directory ApacheDS
  Issue Type: Bug
Affects Versions: 2.0.0-M13
Reporter: Anshuman
  Labels: apacheds, distribution, nodep

 The ApacheDS currently ships as a single service jar. This however includes 
 all the dependencies bundled within it (ex: javax.servlet.*, mina, slf4j, 
 etc). There should be option to download just the ApacheDS code so that when 
 working in an embedded environment, unwanted dependencies can be avoided and 
 for mandatory dependencies like mina, the application may chose a different 
 version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (DIRSERVER-1877) No-dependency ditribution for apache ds should be made available

2013-07-29 Thread Anshuman (JIRA)

[ 
https://issues.apache.org/jira/browse/DIRSERVER-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722329#comment-13722329
 ] 

Anshuman commented on DIRSERVER-1877:
-

Are jetty  servlet api now mandatory dependencies for ApacheDS ? This wasn't 
the case in 1.5.x.
What kind of dependency is there on servlet API for an LDAP server? I am asking 
because when we want to run this as an embedded LDAP server within a java 
application, the servlet api shouldn't be there.

Also, when slf4j is there, log4j couldn't be a mandatory dependency.

Am I missing something here ? To be honest, a runtime/compile time dependency 
on javax.servlet /log4j is completely confusing me here.

[INFO] Including org.mortbay.jetty:jetty:jar:6.1.14 in the shaded jar.
[INFO] Including org.mortbay.jetty:servlet-api-2.5:jar:6.1.14 in the shaded jar.
[INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.14 in the shaded jar.
[INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar.


 No-dependency ditribution for apache ds should be made available
 

 Key: DIRSERVER-1877
 URL: https://issues.apache.org/jira/browse/DIRSERVER-1877
 Project: Directory ApacheDS
  Issue Type: Bug
Affects Versions: 2.0.0-M13
Reporter: Anshuman
  Labels: apacheds, distribution, nodep

 The ApacheDS currently ships as a single service jar. This however includes 
 all the dependencies bundled within it (ex: javax.servlet.*, mina, slf4j, 
 etc). There should be option to download just the ApacheDS code so that when 
 working in an embedded environment, unwanted dependencies can be avoided and 
 for mandatory dependencies like mina, the application may chose a different 
 version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (DIRSERVER-1877) No-dependency ditribution for apache ds should be made available

2013-07-29 Thread Emmanuel Lecharny (JIRA)

[ 
https://issues.apache.org/jira/browse/DIRSERVER-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722386#comment-13722386
 ] 

Emmanuel Lecharny commented on DIRSERVER-1877:
--

The jetty container is just used by he apacheds-http* jars. You may not want to 
load them.



 No-dependency ditribution for apache ds should be made available
 

 Key: DIRSERVER-1877
 URL: https://issues.apache.org/jira/browse/DIRSERVER-1877
 Project: Directory ApacheDS
  Issue Type: Bug
Affects Versions: 2.0.0-M13
Reporter: Anshuman
  Labels: apacheds, distribution, nodep

 The ApacheDS currently ships as a single service jar. This however includes 
 all the dependencies bundled within it (ex: javax.servlet.*, mina, slf4j, 
 etc). There should be option to download just the ApacheDS code so that when 
 working in an embedded environment, unwanted dependencies can be avoided and 
 for mandatory dependencies like mina, the application may chose a different 
 version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (DIRSERVER-1877) No-dependency ditribution for apache ds should be made available

2013-07-29 Thread Pierre-Arnaud Marcelot (JIRA)

[ 
https://issues.apache.org/jira/browse/DIRSERVER-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722397#comment-13722397
 ] 

Pierre-Arnaud Marcelot commented on DIRSERVER-1877:
---

I took the example of the apacheds-service jar, which is the jar bundled with 
all our standalone distributions.

It explains why it bundles also Log4J, because we want a façade for SLF4J, to 
be able to log events.

Now, if you're to embed ApacheDS into your own code with your own requirements, 
of course, Log4J isn't mandatory and you're safe to decide whatever SLF4J 
façade you prefer.

On the Jetty part, is it mandatory because ApacheDS has a feature to launch 
an embedded HTTP server. The idea here, is to be able to provide things like a 
DSML gateway or a JSON access service for example.
If you don't plan to run the HTTP server in your embedded ApacheDS instance, 
you can forget it.

 No-dependency ditribution for apache ds should be made available
 

 Key: DIRSERVER-1877
 URL: https://issues.apache.org/jira/browse/DIRSERVER-1877
 Project: Directory ApacheDS
  Issue Type: Bug
Affects Versions: 2.0.0-M13
Reporter: Anshuman
  Labels: apacheds, distribution, nodep

 The ApacheDS currently ships as a single service jar. This however includes 
 all the dependencies bundled within it (ex: javax.servlet.*, mina, slf4j, 
 etc). There should be option to download just the ApacheDS code so that when 
 working in an embedded environment, unwanted dependencies can be avoided and 
 for mandatory dependencies like mina, the application may chose a different 
 version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira