Re: Maven coordinates for EJB stand-alone client?

2013-04-23 Thread Kevan Miller
On Apr 22, 2013, at 2:51 PM, Philippe Marschall wrote: > Hi > > I want to call remote EJBs from a stand alone Java SE application and need to > know the maven coordinates for the EJB stand-alone client. The client jar is in geronimo-tomcat7-javaee6-3.0.0/repository/org/apache/openejb/openejb

Re: Maven coordinates for EJB stand-alone client?

2013-04-23 Thread Jean-Louis MONTEIRO
Try looking this page if needed http://tomee.apache.org/clients.html That may help. Jean-Louis 2013/4/23 Kevan Miller > > On Apr 22, 2013, at 2:51 PM, Philippe Marschall wrote: > > > Hi > > > > I want to call remote EJBs from a stand alone Java SE application and > need to know the maven coor

Re: is there a way to quickly and easily update all the jars in Geronimo 3.0 to the latest stable jars?

2013-04-23 Thread Kevan Miller
In general, you update by "installing" the latest Geronimo distribution. --kevan

Re: Maven coordinates for EJB stand-alone client?

2013-04-23 Thread Kevan Miller
On Apr 23, 2013, at 8:21 AM, Jean-Louis MONTEIRO wrote: > Try looking this page if needed http://tomee.apache.org/clients.html > That may help. And there's https://cwiki.apache.org/GMOxDOC30/deploying-and-running-ejb-application-clients.html but the question was pretty specific about maven