The first way 1. $ ./bin/openejb start
"-Dopenejb.jndiname.format={ejbName}/{interfaceClass}"
should be also OK in Geronimo.

2009/6/3 Rodger <eternalj...@gmail.com>

> In openejb standalone version, we can set the jndi name format by two ways:
> 1. $ ./bin/openejb start
> "-Dopenejb.jndiname.format={ejbName}/{interfaceClass}"
> 2.set in the META-INFO/openejb-jar.xml as follows:
>
> <openejb-jar>
>   <properties>
>      openejb.deploymentId.format = {ejbName}
>      openejb.jndiname.format = {deploymentId}{interfaceClass}
>
>   </properties>
> </openejb-jar>
>
> But how to set it in Geronimo?
>
> Rodger
> Thanks.
>
>
>


-- 
Ivan

Reply via email to