Hi, can you give more informations about the usage please? just the startup?
if yes i think the easier way is to parse logs (redirecting them in a bytebuffer for instance). another to try (but i think it is not exactly what you want) is to implement an openejb service to get deployements information. I have no ready to use example (:s)) but you can have a look to https://svn.apache.org/repos/asf/openejb/trunk/openejb/server/openejb-rest/src/main/java/org/apache/openejb/server/rest/RESTService.java (and ignore rest stuff). - Romain 2011/11/9 Oliver Günther <[email protected]> > Hi, > > just wanted to know if there is a simple way to get progress infromation > of an embedded OpenEJB instance. > I'm looking for a way to get Information for an JProgressBar. > Right now i could only print out the logging output of OpenEJB, which is > ok .... but not nice :-D > > Thanks, > Olli > >
