I'm preforming a standard search with an ldap template:
ldapTemplate.search("", "objectClass="group", myAbstractContextMapperImpl)
and my mapper's doMapFromContext method is being called...
Type: Posts; User: willjohnson3; Keyword(s):
I'm preforming a standard search with an ldap template:
ldapTemplate.search("", "objectClass="group", myAbstractContextMapperImpl)
and my mapper's doMapFromContext method is being called...
I'm trying to setup a parser for the following xml and i'm a bit stuck when it comes to processing the XML.
My xml is as follows, not the beans tag is a child of a new parent and the parent has...
I'm trying to parse some custom XML with the extensible XML handling and am running into a bit of trouble. Everything else works fine except i can't seem to figure out the magic to get XML like the...