That's actually what I used to do anyhow at the application level with a "root" user.
But I was now trying to develop an application without this root user.
Since the LDAP is integrated with...
Type: Posts; User: mbaudier; Keyword(s):
That's actually what I used to do anyhow at the application level with a "root" user.
But I was now trying to develop an application without this root user.
Since the LDAP is integrated with...
Hello,
we are using Spring Security 2.0.6 with an LDAP backend.
Roles are of objectClass 'groupOfNames' which apparently requires at least one 'member' attribute to be set.
The problem is that...
If you use Equinox as your OSGi runtime you can add the required package to the boot delegation, using the system property 'org.osgi.framework.bootdelegation'.
So:
* either add
...
Nobody has an idea about this?
Should I book a JIRA issue?
Because of my typo (see previous reply), I tried other Equinox versions from the Enterprise bundle repository, with exactly the same behaviour (with and without the JAXP system property):
...
I made a copy/paste mistake with the Equinox version, it should read:
Equinox version: 3.4.2.R34x_v20080826-1230
Hi,
we have a whole testing infrastructure happily running with Equinox and Spring DM on JDK 1.5+, but we need to have some modules running on JDK 1.4 (because it is required by some of the tested...
Hi,
I have been using this repository for a few months and my feedback is rather positive:
- all "basics" (apache commons, JEE APIs, etc.) are there and consistent
- beyond OSGi, it is the...
There is an Enterprise Repository JIRA issue for that:
https://issuetracker.springsource.com/browse/EBR-293
Great news!
We are using the SpringSource Enterprise Bundle Repository (as recommended in Appendix G of the Spring DM reference documentation), and I am quite eager to update our Maven...