You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2018/02/21 07:55:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARIES-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet closed ARIES-1074.
----------------------------------
    Resolution: Fixed

jndi-core-1.0.2 has been released a long time ago

> 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
>              Labels: features
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> 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 was sent by Atlassian JIRA
(v7.6.3#76005)