While running my stress test I constantly stumble upon exceptions of this nature:
org.springframework.ldap.CommunicationException: virt2:389; nested exception is...
Type: Posts; User: alice; Keyword(s):
While running my stress test I constantly stumble upon exceptions of this nature:
org.springframework.ldap.CommunicationException: virt2:389; nested exception is...
Hi,
I have an attribute of type Integer in a 'LDAP object class'. When i try to modify this attribute using
context.setAttributeValue("sequenceCounter", lastSentSequenceID); i get the...