Hi All,

I am using JiBX 1.1.6 in conjunction with Axis2 1.4.1 and I am getting an
error when marshalling a document.

The error is due to characters that are invalid for XML, so the goal is to
remove these characters from the text before marshalling. By searching the
archives of this mailing list I figured out that a solution might be to
overwrite either ICharacterEscaper or GenericXMLWriter (see links below).

Ideally such filtering would be conducted whenever strings are marshalled.

My problem is that I cannot identify where I can "inject" my custom
implementation, so it is used for all marshalling operations of the web
service and not only in my custom marshallers.

http://www.mail-archive.com/jibx-users@lists.sourceforge.net/msg01292.html
http://www.mail-archive.com/jibx-users@lists.sourceforge.net/msg00188.html
http://www.mail-archive.com/jibx-users@lists.sourceforge.net/msg02729.html

Thanks,

Peter 


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to