[
https://issues.jboss.org/browse/AS7-2085?page=com.atlassian.jira.plugin.s...
]
Michael Grove commented on AS7-2085:
------------------------------------
i just downloaded 7.1.0.CR1 and tested my app against it. the ClassCastException i had
been seeing is no longer present, and i'm able to pass in a valid groupSearchBase.
looks good on my side.
thanks.
-mike
Error with ldap ( also happens with spring ldap)
------------------------------------------------
Key: AS7-2085
URL:
https://issues.jboss.org/browse/AS7-2085
Project: Application Server 7
Issue Type: Bug
Components: Naming
Affects Versions: 7.0.2.Final
Environment: Linux (mint) / Windows 7 , with sun jdk 1.6
Reporter: jygnash ra
Assignee: John Bailey
Labels: jboss7, ldap, spring, springldap
Fix For: 7.1.0.CR1
Attachments: springldap-jbossas7.tgz
The code works fine on jboss5.1, but porting to jboss7 causes ObjectRetreivalException
The problem started with SpringLdap 1.3
Using the same configuration and code source available at (
(
http://static.springsource.org/spring-ldap/docs/1.3.x/reference/html/intr... )
gives following exception.
org.springframework.ldap.core.ObjectRetrievalException: Binding did not contain any
object.
---------------------------------------
Without Springldap it gives the following exception
Root exception is javax.naming.NotContextException: Cannot create context for:
ldap://ForestDnsZones
I am using the TraditionalPersonDAOImpl available on SpringLdap
(
http://static.springsource.org/spring-ldap/docs/1.3.x/reference/html/intr... )
If i run the code as standalone java application it works fine. Also it works in
jboss5.1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira