[ 
https://issues.apache.org/jira/browse/SMX4-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663945#comment-13663945
 ] 

Jean-Baptiste Onofré commented on SMX4-1469:
--------------------------------------------

This request should be addressed to Aries project. ServiceMix uses the Aries 
artifacts, and we don't re-wrap it.
                
> 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
>   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);
>                                       }

--
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