Re: @LocalBinding with openejb

2008-09-08 Thread Andreas Karalus
hello guys, thank you for you replies so far. what I exactly mean is following: In openejb, the default jndi binding pattern is done by setting the property "openejb.jndiname.format". It is possible to override this for a specific ejb by the creating an openejb-jar.xml file like this

Re: @LocalBinding with openejb

2008-09-08 Thread Mohammad Nour El-Din
I think Andreas means that you can override the binding to make it local rather than remote or vise-versa . On Mon, Sep 8, 2008 at 10:49 AM, Jean-Louis MONTEIRO <[EMAIL PROTECTED]> wrote: > > Hi, > > Changing the JNDI name is also possible with OpenEJB. > You can override default naming for each m

Re: @LocalBinding with openejb

2008-09-08 Thread Jean-Louis MONTEIRO
Hi, Changing the JNDI name is also possible with OpenEJB. You can override default naming for each module, ejb, ... Did you have a look on that ? http://openejb.apache.org/3.0/jndi-names.html Regards, Jean-Louis Andreas Karalus wrote: > > dain, > > thank you for your reply. The annotations

Re: @LocalBinding with openejb

2008-09-07 Thread Andreas Karalus
dain, thank you for your reply. The annotations are specific to jboss and provide the capability to override the default (local and/or remote) jndi binding behaviour (they are not mandatory). I created a feature request in jira. https://issues.apache.org/jira/browse/OPENEJB-908 regards

Re: @LocalBinding with openejb

2008-09-06 Thread Dain Sundstrom
We could add something for that. Can you explain exactly how the annotation is supposed to work? Are there other similar annotations for stuff like remote interfaces? Also, if you have time, can you add a "New Feature" jira issue (http://issues.apache.org/jira/browse/OPENEJB ). -dain On