[JBoss-user] [JNDI/Naming/Network] - Re: Changing default JNDI namming pattern for deployed ear

2006-06-06 Thread apill
You will probably be interested in the outcome of my discussion with Bill Burke on this topic. See the following thread and jira issue. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84259 http://jira.jboss.com/jira/browse/EJBTHREE-617 View the original post : http://www.jboss.com/in

[JBoss-user] [JNDI/Naming/Network] - Re: Changing default JNDI namming pattern for deployed ear

2006-06-05 Thread voidhawc
Same here. Different versions have a different ear name. any body know of any solutions. Don't want to update teh JNDI lookup every time. Thanks Grant View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949241#3949241 Reply to the post : http://www.jboss.com/

[JBoss-user] [JNDI/Naming/Network] - Re: Changing default JNDI namming pattern for deployed ear

2006-06-05 Thread voidhawc
Hey guys, Try @RemoteBinding(jndiBinding="location") It's a JBoss annotation for specifying the remote interface location for EJB3. Good luck. Grant View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949245#3949245 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JNDI/Naming/Network] - Re: Changing default JNDI namming pattern for deployed ear

2006-06-02 Thread apill
I have exactly the same question. If someone has the answer it would be very helpful. It is not very nice having to remember to update jndi lookup code for every release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948646#3948646 Reply to the post : ht

[JBoss-user] [JNDI/Naming/Network] - Re: Changing default JNDI namming pattern for deployed ear

2006-05-30 Thread vianney
Same need. We want to be able to name our ear file with a version number like application-1.3.5.ear but if we do that we'll have to change our source code (actually just the web.xml where we define a context-param for this jndi prefix but still). Is there anything similar to context-root for w