Re: Adding WSDL support for the servicemix EIP component.

2006-06-06 Thread Bruce Snyder
Guillaume Nodet wrote: Such errors are logged by the xml parser. Googling, it seems an encoding problem (as the error suggests) and I guess it comes from files checked out by svn using a bad encoding on Max OS X. Encoding is not set on most xml files so I guess it defaults to the default system

Re: Adding WSDL support for the servicemix EIP component.

2006-06-06 Thread Guillaume Nodet
Such errors are logged by the xml parser. Googling, it seems an encoding problem (as the error suggests) and I guess it comes from files checked out by svn using a bad encoding on Max OS X. Encoding is not set on most xml files so I guess it defaults to the default system encoding. Not sure how

Adding WSDL support for the servicemix EIP component.

2006-06-05 Thread Hiram Chirino
Hi Everybody, I took a stab at adding better wsdl support for the EIP patterns component. Every endpoint can now be configured with a wsdlResource which is a Spring Resource. Also the wire tap and pipeline components reuse the WSDL for the target service that they configured with. Unfortunatel