RE: Knowing when G is started?

2006-01-30 Thread Vincent Massol
Oopss… that was Lacek and Sachin ;-)   Sorry -Vincent   From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: lundi 30 janvier 2006 15:54 To: 'dev@geronimo.apache.org' Subject: RE: Knowing when G is started?   Thanks Aaron and Sachin. I’ll try your s

RE: Knowing when G is started?

2006-01-30 Thread Vincent Massol
Thanks Aaron and Sachin. I’ll try your suggestions.   -Vincent   From: Sachin Patel [mailto:[EMAIL PROTECTED] Sent: lundi 30 janvier 2006 14:32 To: dev@geronimo.apache.org Subject: Re: Knowing when G is started?   There is an attributed that gets passed to each

Re: Knowing when G is started?

2006-01-30 Thread Sachin Patel
There is an attributed that gets passed to each configuration when all configurations have started, you can check for it.  This is whatis being done in the eclipse plugin.  You can call kernel.getAttribute(obname, "kernelFullyStarted") - sachin On Jan 30, 2006, at 6:08 AM, Vincent Massol wrote:Hi,I

Re: Knowing when G is started?

2006-01-30 Thread Jacek Laskowski
Hi Vincent, Yes, there is. There are more then one, actually. It depends on what you're talking to. The most common API is to use JMX Remoting via maven plugin or stripping out the Maven layers - doing it programatically. Take a look at plugins/geronimo-deployment-plugin or read it http://wiki.ap