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...
Type: Posts; User: johan_ferner; Keyword(s):
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...
Hello Martin,
It must have been some temporary problem yesterday because when I retried the URL today everything worked OK.
Thanks,
Johan
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,...
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()...
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...
Hi,
I wan't to do this:
<bean id="user" class="se.lantmateriet.minfastighet.security.impl.MockUserImpl" init-method="init" scope="request">
<property...
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...
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...