Hi,
I have to ask this here again, in core nobody knows it ;)
Is the LdapTemplate class thread safe?
TIA, sr
Type: Posts; User: Ramlow; Keyword(s):
Hi,
I have to ask this here again, in core nobody knows it ;)
Is the LdapTemplate class thread safe?
TIA, sr
Hi,
I have already checked the docs, nothing mentioned about thread safety for Mail and Ldap :(
EntityManager: Normally it is not thread safe. But since I inject it via @PersitenceContext and...
Hi,
are there classes thread safe?:
LdapTemplate
JavaMailSender
EntityManager (injected via @PersitenceContext)
Thanks in advance.
Hi,
how can I use SSL with the HTTP-based remoting protocols like Hessian, Burlap and HTTP-Invoker?
E.g. when I configure a https-URL I get this exception:
...
No idea...? :(
Hi there,
is it possible to maintain a http session when using HessianProxyFactoryBean?
If not, is it possible with Burlap or HttpInvoker and how?
Thx alot, sr
Hi,
no, I do not use Acegi.
So there's no way to achieve this without Ageci, except doing an own plain HTTP call?
Other thing with this Factory...
When my Servlet Container does not accept my basic auth, a meaningless RemoteAccessException is thrown:
org.springframework.remoting.RemoteAccessException:...
Thanx alot.
Ups... sorry...
Ah, cool. This should work for me until Spring fixes this "bug" ;)
Can you post this class' code please?
Thx, sr
Hi,
how can I change username and password for the HessianProxyFactoryBean? Since it is a Singleton these properties are only read once when the factory is created.
The only way to achieve it...
Hi,
is it possible to transfer the callstack of an server exception to the client too?
The callstack of the local remoting proxy isn't very useful for finding bugs on the server side.
Tia, sr
The Link does not work anymore :(
So, how is it possible to make Remoting stateful?