Search:

Type: Posts; User: ulsa; Keyword(s):

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. If you use a ContextMapper instead of an...

    If you use a ContextMapper instead of an AttributesMapper in your search, you'll have access to a DirContextOperations in your mapFromContext method (you must cast the Object yourself). The...
  2. Have you looked at the web site? ...

    Have you looked at the web site?

    http://static.springsource.org/spring-ldap/site/

    There is a reference manual that might give you some information:
    ...
  3. Replies
    3
    Views
    245

    The PersonDao interface is part of the sample...

    The PersonDao interface is part of the sample code that is included in a particular release download:
    ...
  4. Autowire on custom authentication provider doesn't work

    A custom authentication provider with @Autowired dependencies doesn't get the dependencies wired. The problem seems to be the <debug /> element. I have a small sample project that demonstrates the...
  5. Replies
    25
    Views
    4,454

    I have fixed the incorrect versions, and also...

    I have fixed the incorrect versions, and also added relativePath to the poms that were missing it. This should now work from trunk:



    $ mvn install -Psamples
  6. Replies
    25
    Views
    4,454

    OK, I see it now. Still wrong versions in...

    OK, I see it now. Still wrong versions in samples. I will fix this as soon as possible.
  7. Replies
    25
    Views
    4,454

    As far as I know, the problem with incorrect...

    As far as I know, the problem with incorrect versions in the samples poms exists only in the released version 1.3.1. If so, there should be no reason to do this on trunk. When I pointed to trunk, I...
  8. Replies
    25
    Views
    4,454

    No, with project root I really mean the project...

    No, with project root I really mean the project root: https://src.springframework.org/svn/spring-ldap/trunk/
  9. Replies
    25
    Views
    4,454

    Jetty is a web server, not an LDAP server. It...

    Jetty is a web server, not an LDAP server. It runs the article sample, which is a web app. Spring LDAP works on any JNDI-compliant LDAP server. The sample uses an in-memory version of ApacheDS, which...
  10. Replies
    25
    Views
    4,454

    I think your pasted stacktrace is corrupt. Some...

    I think your pasted stacktrace is corrupt. Some lines are incomplete. Try placing
    tags around it.
  11. Replies
    25
    Views
    4,454

    Try this from the project root: mvn...

    Try this from the project root:



    mvn versions:update-child-modules
    mvn versions:commit -Psamples,sandbox,sunone,openldap
    mvn install -DskipTests -Psamples


    The first line will fix the...
  12. Replies
    25
    Views
    4,454

    This, I believe, is the result of us missing to...

    This, I believe, is the result of us missing to include the samples in the release procedure. The version in the samples POMs were never updated to 1.3.1.RELEASE, so they're still at...
  13. Replies
    0
    Views
    862

    Spring LDAP 1.3.1 is released

    Read the announcement on the SpringSource.org site.
  14. Nested transactions are not supported by Spring...

    Nested transactions are not supported by Spring LDAP compensating transactions. I assume that this would be the case here.
  15. Replies
    2
    Views
    821

    I take it that there are no immediate problems...

    I take it that there are no immediate problems that need to be fixed before release. Anyone needs more time to test? Or are you just waiting eagerly for the release and wish that I shut up and just...
  16. Replies
    2
    Views
    821

    1.3.1 ready for release

    I'm now at a point where I can say that 1.3.1 is pretty much ready for release. If our beloved community could take the framework for a last spin, that would be great.

    Things to check, depending...
  17. It's probably getting a new connection on the...

    It's probably getting a new connection on the second run, thus loosing the cookie. When I test PagedResults, I configure the context source like this:



    <bean id="contextSource"...
  18. Replies
    6
    Views
    1,885

    And I'm happy to say that the snapshot directory...

    And I'm happy to say that the snapshot directory has been cleaned of old stuff. It has brand new builds there now, including the ODM mapping framework and the LDIF parsing framework.
  19. Replies
    6
    Views
    1,885

    I'm working on finalizing 1.3.1 for release...

    I'm working on finalizing 1.3.1 for release within a few weeks, if everything goes according to plan. Sorry for being quiet, guys. Overwhelmed by life. :)
  20. Replies
    3
    Views
    1,529

    Searching for the error message you got, the best...

    Searching for the error message you got, the best match seems to be a Directory Proxy Server (DPS) that prohibits controls unless explicitly allowed using the DPS property 'allowed-ldap-controls'.
    ...
  21. Replies
    1
    Views
    1,025

    Is there an easier way to retrieve multiple...

    Is there an easier way to retrieve multiple entries?

    Yes.

    http://static.springsource.org/spring-ldap/docs/1.3.x/reference/html/basic.html#basic-searches...
  22. Replies
    3
    Views
    1,529

    Which directory server do you use?

    Which directory server do you use?
  23. Replies
    3
    Views
    803

    OK, I get it. It was the "for a dn" part that...

    OK, I get it. It was the "for a dn" part that fooled me.

    To my knowledge, there is no concept of batch processing in JNDI. Compare with batch insert in JDBC, where the goal is to minimize the...
  24. Replies
    3
    Views
    803

    That's like saying you want multiple rows for a...

    That's like saying you want multiple rows for a primary key in a relational database. Not possible. You don't mean multiple values for an attribute, by any chance? If so, it's described in the...
  25. My first impression is that this is the same...

    My first impression is that this is the same symptom as when you manually create a ContextSource and forget to call afterPropertiesSet.

    I just had a quick look, but it seems you override...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4