Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    1,172

    m2eclipse version in sts 2.7.0.RELEASE

    Hi,
    Just downloaded the 2.7.0.RELEASE from your download pages :)
    Indigo comes with m2e 1.0.0 and you still bundle m2e 0.10,0,11 and 0.12 in some strange mix (could just be me reading the...
  2. Replies
    12
    Views
    8,707

    Hello Martin, It must have been some temporary...

    Hello Martin,
    It must have been some temporary problem yesterday because when I retried the URL today everything worked OK.
    Thanks,
    Johan
  3. Replies
    12
    Views
    8,707

    Eclipse 3.7 Indigo update site down?

    Hi,
    I'm getting this when I try to use the 3.7 nightly updatesite with Indigo RC3:
    No repository found at http://dist.springsource.com/snapshot/TOOLS/nightly/e3.7.
    Has it moved somewhere?
    Thanks,...
  4. Replies
    0
    Views
    507

    Threadsafety in SimpleTypeConverter

    Hi,
    I'm a little spooked by the statefulness of the PropertyEditors. Will concurrent "competing" calls to invokeMethod give me a problem? I am afraid of something happening between the setvalue()...
  5. I figured it out. I use the request scope bean to...

    I figured it out. I use the request scope bean to initialize a cache in the session scope bean. Since the request scope bean isn't used anywhere else, it was not created (lazy creation) and I became...
  6. injecting a request scoped bean into a session scoped bean?

    Hi,
    I wan't to do this:


    <bean id="user" class="se.lantmateriet.minfastighet.security.impl.MockUserImpl" init-method="init" scope="request">
    <property...
  7. / character in cn gives BadLdapGrammarException

    Hello!

    I'm running spring ldap 1.1.

    I have entries in my e-directory that has cn=foo/1 and cn=foo/2. It works in e-directory.
    But when I do a search in spring-ldap that returns such an entry I...
  8. DirectoryContextAdapter.getModificationItems in E-directory

    Hello,

    I'm a new user of Spring LDAP 1.1 (thanks btw!). And my LDAP server is E-directory. I'm using the example in the spring-ldap-reference docs as a template for my code.
    When I call...
Results 1 to 8 of 8