Re: Shutdown an embedded instance of OpenEJB programatically

2008-08-05 Thread Martin Vysny
On Mon, 2008-08-04 at 15:44 -0700, David Blevins wrote: On Aug 4, 2008, at 5:41 AM, Martin Vysny wrote: On Sat, 2008-08-02 at 15:23 -0700, David Blevins wrote: On Jul 30, 2008, at 12:34 AM, Martin Vysny wrote: Hello, currently we are starting OpenEJB as an embedded service (by

Re: Shutdown an embedded instance of OpenEJB programatically

2008-08-05 Thread David Blevins
On Aug 5, 2008, at 12:36 AM, Martin Vysny wrote: On Mon, 2008-08-04 at 15:44 -0700, David Blevins wrote: Thanks, Martin! I'll definitely get that issue cleaned up. David, I must thank you, for your quick answers and solutions! It's really a pleasure to work with OpenEJB being backed by

Running the examples - newbie question

2008-08-05 Thread rad muthu
I am trying to run the examples. When I run mvn clean install I see it is downloading some of the jar from online. [INFO] Using default encoding to copy filtered resources. Downloading: http://people.apache.org/repo/m2-snapshot-repository//com/sun/xml/b ind/jaxb-impl/2.0.5/jaxb-impl-2.0.5.pom

Re: WebServices exposed

2008-08-05 Thread hofmanndavid
Perfect ! Thank you very much David, that fix my problem David Blevins wrote: On Aug 5, 2008, at 12:07 PM, hofmanndavid wrote: I have a problem and have been looking around for some hours The example simple-webservice works perfectly but when I want to use that webservice from

WebServices too long result

2008-08-05 Thread hofmanndavid
I have a webservice exposed in a embedded openejb, from another computer I am calling that webservice the scenario is this: I am calling a method signature like this String myMethod(String arg) if the answer of myMethod is too long it shows the next exception, if it is not too long, it just