ejb 3.0 - OpenEJB - replace the "classpath.ear" by other name -


the app i'm working have custom servicelocator, so, need able specify name want app.

in other words, instead of bind ejb's to:

java:global/classpath.ear/project-name/jndi 

i want bind to:

java:global/myapp/project-name/jndi 

setting javax.ejb.embeddable.appname in jndi.properties, passing new initialcontext(properties) or system property doesn't seem take effect.

btw: i'm using openejb embedded tests.

thanks in advance.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -