Skip to content

Commit

Permalink
changed JNDI names
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/servicemix/utils/trunk@1103818 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
lhein committed May 16, 2011
1 parent c706c97 commit bc75d1b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@ public interface ClientFactory {
/**
* Default location to where the object should be looked for in JNDI
*/
String DEFAULT_JNDI_NAME = "java:org/apache/servicemix/jbi/ClientFactory";
String DEFAULT_JNDI_NAME = "org.apache.servicemix.jbi.ClientFactory";

/**
* Create a new client to interact with the JBI bus
Expand Down

0 comments on commit bc75d1b

Please sign in to comment.