Search:

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

Search: Search took 0.01 seconds.

  1. For the next guy, you can pick and choose which...

    For the next guy, you can pick and choose which methods of your dao are transactional when you wire up your TransactionProxyFactoryBean by setting transactionAttributes. I configured my my...
  2. Compensating transactions hinders explicit authentication

    I am attempting to use the compensating transaction support for spring-ldap and have encountered some difficulty with authentication.

    I have my DAO all wired up with the compensating transaction...
  3. Source artifacts missing in maven central repo for 1.3.1.RELEASE

    I am finally upgrading to the spring-ldap 1.3.1.RELEASE and noticed that the source artifacts are missing in the maven central repo (repo1.maven.org/maven2). I'll probably go ahead and deploy the...
  4. Replies
    6
    Views
    1,873

    Thank you for your work on this Ulsa. We are...

    Thank you for your work on this Ulsa. We are excited and will be upgrading from 1.2.1 to 1.3.1 when it is released. Thanks!
  5. AttributesMapper vs ContextMapper (performance)

    For some time we have been using SimpleLdapTemplate in conjunction with a ContextMapper instance to perform various lookups and searches. In our system we sometimes return hundreds or even thousands...
  6. Replies
    2
    Views
    2,065

    Judging from the lack of replies my guess is that...

    Judging from the lack of replies my guess is that LDAP doesn't support objectclass changes and I'll have to delete the object and recreate it with the new objectclass. Damn.
  7. Replies
    2
    Views
    2,065

    How to modify objectclass?

    If I have a ldap schema that defines an object hierarchy of A<-B<-C and then create an instance of B in the directory is it then possible to change the objectclass to C???

    I have tried the...
  8. Created: LDAP-152...

    Created: LDAP-152
  9. Search filter based on attributes without a value, example

    I think someone else might find this useful.

    I needed a search filter that would find all objects of type "Object" such that Object.value1 = "foo" AND Object.value2 = null. I specifically wanted...
  10. I tried out modifyAttributes(final Name dn, final...

    I tried out modifyAttributes(final Name dn, final ModificationItem[] mods) as a workaround and I can confirm that it works. Thanks for the help!
  11. Tomorrow I am going to try to use LdapTemplate...

    Tomorrow I am going to try to use LdapTemplate modifyAttributes(final Name dn, final ModificationItem[] mods) as a potential work around.

    Any ideas on if that could work?
  12. LdapTemplate.lookupContext() fails when dn contains a quotation mark

    When using LdapTemplate's lookupContext method, passing it a name containing a quotation mark, it appears to return an invalid DirContextOperations object from which any call to...
  13. Replies
    7
    Views
    4,348

    I can verify that in my environment...

    I can verify that in my environment spring-ldap-tiger 1.2.1 works fine under maven. I am also unsure what consequences the version mistake in the pom file could cause, if any. Thus far it has worked...
  14. Replies
    7
    Views
    4,348

    The 1.2.1 spring-ldap-tiger maven pom file...

    The 1.2.1 spring-ldap-tiger maven pom file (http://repo1.maven.org/maven2/org/springframework/ldap/spring-ldap-tiger/1.2.1/spring-ldap-tiger-1.2.1.pom) currently reads:


    ...
  15. lol, stupid me... that worked, I didn't see that...

    lol, stupid me... that worked, I didn't see that method on DirContextAdapter.
  16. How to remove one value from a multivalued attribute?

    I am using the following to add a value to a multivalued attribute. This works great:



    DirContextAdapter context = (DirContextAdapter)ldapTemplate.lookup(groupDn);...
  17. Replies
    9
    Views
    2,544

    I appreciate you making it available in the maven...

    I appreciate you making it available in the maven repository (repo1.maven.org). I was waiting for this before I upgraded to 1.2. Thanks a bunch!
  18. Replies
    0
    Views
    807

    Progress Bar to monitor HttpInvoker?

    Howdy, the situation is my client (a java application) is using the Spring HttpInvoker to download files from my server. This works great! However, when the client downloads files I would like to...
  19. Replies
    2
    Views
    2,051

    Thanks, that worked like a charm! Except I had...

    Thanks, that worked like a charm!

    Except I had to still put the type in the constructor-args tag like so:



    <beans>
    <bean id="ezra.pound" class="java.lang.String">
    ...
  20. Replies
    2
    Views
    2,051

    Wiring java.lang.String as a bean

    I want to wire a standard java String as a bean. This should be possible because it is just another class. So this is what I tried:



    <bean id="customer" class="java.lang.String">
    ...
  21. Here is A solution... The following works when...

    Here is A solution...

    The following works when packaging mapping files in a jar that then gets included in an ear. The downside is that you have to list every single mapping file, which in my...
  22. This remains an unsolved spring hibernate...

    This remains an unsolved spring hibernate problem. If anyone with the same problem finds a solution please reply to this thread so people can look it up with the forum search.

    As a short term...
  23. No solution as of yet. I have scoured the boards...

    No solution as of yet. I have scoured the boards and can't find a solution to wiring a mapping directory that exists in a jar file that is packaged in an ear. It doesn't work even if the wiring...
  24. mappingDirectoryLocations breaks when using ear

    I have all my persist hibernate files, including mappings, in a nice little jar file called persist.hibernate.jar. The following works fine for all my junit testing to wire my hbm.xml mapping...
Results 1 to 24 of 24