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

cliff.chen updated SMX4-1469:
-----------------------------

         Labels: features  (was: )
    Description: 
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;
        }

  was:
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);
                                        }


    
> Can you release the latest org.apache.aries.jndi.core.
> ------------------------------------------------------
>
>                 Key: SMX4-1469
>                 URL: https://issues.apache.org/jira/browse/SMX4-1469
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Bundles
>            Reporter: cliff.chen
>              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 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

Reply via email to