Re: Unable to find the service wsdl file

2010-02-15 Thread Kevan Miller
On Feb 15, 2010, at 9:32 AM, mlounnaci wrote: > > Hi, > > Thanks for reply > > In reality i am using websphere (WASCE version 2.1) which uese the > geronimo-kernel 2.1.4 on windows. K. So, can't say I recall anybody seeing this before. If you can show us an app that fails on Geronimo, I'd as

Re: Unable to find the service wsdl file

2010-02-15 Thread mlounnaci
Hi, Thanks for reply In reality i am using websphere (WASCE version 2.1) which uese the geronimo-kernel 2.1.4 on windows. Regards kevan wrote: > > > On Feb 15, 2010, at 2:37 AM, mlounnaci wrote: > >> >> Hi >> >> When I create a new bean and expose it as a web service, the server >> succe

Re: Unable to find the service wsdl file

2010-02-15 Thread Kevan Miller
On Feb 15, 2010, at 2:37 AM, mlounnaci wrote: > > Hi > > When I create a new bean and expose it as a web service, the server succeed > to publish it and generate the wsdl/schema files and web service descriptors > correctly. But when i republish a number of times it suddenly fails to > generate

Re: Unable to find the service wsdl file

2010-02-14 Thread mlounnaci
Hi When I create a new bean and expose it as a web service, the server succeed to publish it and generate the wsdl/schema files and web service descriptors correctly. But when i republish a number of times it suddenly fails to generate WSDL desciptor for ever. If i create a new EJB with another n

Re: Unable to find the service wsdl file

2010-02-14 Thread Kevan Miller
On Feb 14, 2010, at 8:05 AM, mlounnaci wrote: > > Hi > > Some times when i try to publish my J2EE app i get the following exception: > > ERROR [EjbModuleBuilder] JAXWSEJBModuleBuilderExtension.addGBeans() failed: > Unable to find the service wsdl file > org.apache.geronimo.common.DeploymentExc

Re: Unable to find the service wsdl file

2008-05-13 Thread filosofisto
We are using Geronimo 2.0.1 and all classes and interfaces are inside EJBModule (jar). Jarek Gawor-2 wrote: > > What version of Geronimo are you using? Also, is the PDSBaseFacade and > PrestarServicoBusiness class in the ejb jar file? > > Jarek > > On Mon, May 12, 2008 at 10:39 AM, filosofist

Re: Unable to find the service wsdl file

2008-05-13 Thread Jarek Gawor
What version of Geronimo are you using? Also, is the PDSBaseFacade and PrestarServicoBusiness class in the ejb jar file? Jarek On Mon, May 12, 2008 at 10:39 AM, filosofisto <[EMAIL PROTECTED]> wrote: > > I'm trying to deploy a very simple EJB/WebService exposed. > > My Bean: > > package br.com