Re: [Simpleweb-Support] problems with simple-soap-0,34
Brought to you by:
niallg
From: Niall G. <gal...@ya...> - 2006-07-12 13:36:54
|
Hi, You are missing the Mapper.xml configuration file for the MapperEngine. Have a look at the MapperEngine and PatternMapper javadoc documentation. The Mapper.xml must be within either the context used, which in your example is the current working directory ".", as you specify no context. Niall --- Rogelio Canedo <ca...@ip...> wrote: > I have a problem with simple-soap-0,34. when I lunch > the SOAPServer I > have an exception: > > simple.http.serve.LocateException: File not found > at > simple.http.serve.FileLocator.getLocation(Unknown > Source) > at > simple.http.serve.FileLocator.getLocation(Unknown > Source) > at simple.http.serve.FileLocator.getFile(Unknown > Source) > at simple.http.load.PatternResolver.load(Unknown > Source) > at simple.http.load.PatternResolver.load(Unknown > Source) > at simple.http.load.PatternResolver.init(Unknown > Source) > at > simple.http.load.PatternResolver.<init>(Unknown > Source) > at simple.http.load.PatternMapper.<init>(Unknown > Source) > at simple.http.load.PatternMapper.<init>(Unknown > Source) > at > simple.http.load.MapperFactory.getInstance(Unknown > Source) > at simple.http.load.MapperEngine.<init>(Unknown > Source) > at simple.http.load.MapperEngine.<init>(Unknown > Source) > at simple.http.load.MapperEngine.<init>(Unknown > Source) > at simple.http.load.MapperEngine.<init>(Unknown > Source) > at simple.http.load.MapperEngine.<init>(Unknown > Source) > at simple.http.load.MapperEngine.<init>(Unknown > Source) > at web.SOAPServer.<init>(SOAPServer.java:33) > at web.SOAPServer.main(SOAPServer.java:39) > > SOAPServer.java:33 -> > MapperEngine engine = new MapperEngine(); > > SOAPServer.java:39 -> > SOAPServer server = new SOAPServer(9080); > > I don't umdestand why is the problem becouse > MapperEngine is a type > define by simple, > any one have an idea about my problem? > > thank you > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support > web services, security? > Get stuff done quickly with pre-integrated > technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 > based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Simpleweb-Support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simpleweb-support > Niall Gallagher __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |