Re: Webservices client problem

2008-06-08 Thread sainath chowdary
I just wanted to give this information to know whether this has any relation with the problem. http://cwiki.apache.org/GMOxDOC21/developing-a-simple-calculator-web-service.html As pointed by the above link, when i start gsh and i type jaxws/wsgen its giving me an error Error: NotFoundException: ja

Re: Webservices client problem

2008-06-08 Thread Jarek Gawor
You have to figure out what sort of jars you need based on the NoClassDefFoundError exceptions. This error indicates that you need wsdl4j.jar. You might also need to add a few axiom-*.jar, XmlSchema-*.jar, neethi-*.jar, etc. Jarek On Mon, Jun 9, 2008 at 1:49 AM, sainath chowdary <[EMAIL PROTECTED

Re: Webservices client problem

2008-06-08 Thread sainath chowdary
Ya, Its a standalone client in Java 5. I have added all the jar's from the directory org/apache/axis2 in geronimo installation directory. Now its throwing me a new error Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/xml/WSDLLocator at org.apache.axis2.context.Configurat

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-06-08 Thread Peter Petersson
David Jencks wrote: On Jun 8, 2008, at 1:44 PM, Peter Petersson wrote: Hi David I have been taking a look at your excellent "Constructing a special-purpose server using maven" (link below) in the hope to actually get Liferay 5.0.1 (rc1) running on Geronimo 2.1.1 in a special purpose build.

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-06-08 Thread David Jencks
On Jun 8, 2008, at 1:44 PM, Peter Petersson wrote: Hi David I have been taking a look at your excellent "Constructing a special- purpose server using maven" (link below) in the hope to actually get Liferay 5.0.1 (rc1) running on Geronimo 2.1.1 in a special purpose build. Working on this i

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-06-08 Thread Peter Petersson
Hi David I have been taking a look at your excellent "Constructing a special-purpose server using maven" (link below) in the hope to actually get Liferay 5.0.1 (rc1) running on Geronimo 2.1.1 in a special purpose build. Working on this i noticed what I believe is a typo in the documentation o