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

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

cliff.chen created SMX4-1469:
--------------------------------

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


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