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
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
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