You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "cliff.chen (JIRA)" <ji...@apache.org> on 2013/05/23 03:19:19 UTC

[jira] [Created] (ARIES-1074) Can you release the latest org.apache.aries.jndi.core.

cliff.chen created ARIES-1074:
---------------------------------

             Summary: Can you release the latest org.apache.aries.jndi.core.
                 Key: ARIES-1074
                 URL: https://issues.apache.org/jira/browse/ARIES-1074
             Project: Aries
          Issue Type: New Feature
          Components: JNDI
         Environment: karaf,java7,org.apache.aries.jndi.core,org.springframework.ldap
            Reporter: cliff.chen
            Priority: Minor


https://svn.apache.org/repos/asf/aries/trunk/jndi/jndi-core/src/main/java/org/apache/aries/jndi/ObjectFactoryHelper.java

we need the following codes in the mehtod getObjectInstanceViaContextDotObjectFactories of the class

					if(factory instanceof DirObjectFactory)
					{
						logger.log(Level.FINE, "its a DirObjectFactory");
						final DirObjectFactory dirFactory = (DirObjectFactory) factory;
						result = dirFactory.getObjectInstance(obj, name, nameCtx, environment, attrs);
					}


https://src.springframework.org/svn/spring-ldap/trunk/core/src/main/java/org/springframework/ldap/core/support/DefaultDirObjectFactory.java
	public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment) throws Exception {
		return null;
	}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira