*
* @param context The start context
* @throws StartException If any problems occur creating the context
*/
public synchronized void start(final StartContext context) throws StartException {
store = new InMemoryNamingStore();
try {
final Reference globalReference = GlobalNamespaceObjectFactory.createReference(name, (Context) store.lookup(new CompositeName()));
final NamingStore javaContext = this.javaContext.getValue();
javaContext.rebind(NameParser.INSTANCE.parse(name), globalReference, Reference.class);