Hi Dillon,

I'll check in a fix for this, and post an updated interim release.

Nigel Charman has been working on JiBX/WS, a replacement for JibxSoap 
with a lot more flexibility for future extensions. I've also implemented 
XBIS support for JiBX, which we'll be supporting in JiBX/WS. That boosts 
the speed of JibxSoap by about a factor of 2 when running on a single 
system, or considerably more when running over a network (since XBIS is 
both faster to process and much more compact than text XML) - so if you 
think JibxSoap is fast, hold on to your hat...

I'm hoping we can get a release out soon to get things moving on this 
front again.

  - Dennis

Dennis M. Sosnoski
SOA and Web Services in Java
Training and Consulting
http://www.sosnoski.com - http://www.sosnoski.co.nz
Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117



Dillon Tracy wrote:
> Hi,
>
> I'm new to jibxsoap.  I've been able to build and run the example
> application, and I've also been able to build my own servlet and a client
> for it.
>
> The performance is out of sight.  The only thing that isn't working is the
> dynamic wsdl generation.  When I look at e.g.
> http://localhost:8080/JibxSoapExample/quake-service?wsdl
>
> ...I get a missing marshaller exception:
>
> org.jibx.runtime.JiBXException : No marshaller defined for class
> org.jibx.soap.wsdl.Definitions
>     org.jibx.runtime.impl.MarshallingContext.getMarshaller(
> MarshallingContext.java:959)
>     org.jibx.soap.wsdl.Sender.writeWSDL(Unknown Source)
>     org.jibx.soap.server.SOAPServlet.doGet(Unknown Source)
>     javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>
> This happens with the example service as well as with my own service.  The
> binding compiler is definitely running during the build of jibxsoap and of
> the services.
>
> Someone had this problem about a year ago, though no one seems to have
> responded at the time:
> http://sourceforge.net/mailarchive/message.php?msg_id=22A1024B9ECFE94A88FE2FA7565610B9048143B5%40tspamail4.talk.com
>
> Any ideas?
>
> Thanks in advance,
>
>   
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> ------------------------------------------------------------------------
>
> _______________________________________________
> jibx-users mailing list
> jibx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jibx-users
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to