HI folks,
Out of curiosity, with the HelloWorld example, is it possible to map the "/Hello" JNDI lookup, to one such as "helloDemo/Hello".
So, in the client code:
Object obj = ctx.lookup("/Hello");
Becomes
Object obj = ctx.lookup("helloDemo/Hello");
I understand Jboss uses a jboss.xml congif file for such mappings in order to provide a namespace facility, is there anything similar with openejb?
Regards,
Louis.
// ---------------------------------------------------------------------
// Redshift Systems – Web & Application - Development – Design – Programming
// E-commerce - Application Integration – Intranets – Databases
// Louis Malenica – BappSci(IT) – Principal - Analyst Programmer
// [EMAIL PROTECTED]
// http://members.optusnet.com.au/redshift-systems
// ---------------------------------------------------------------------