Tag Archive for "xmlbeans" tag

Of ExceptionResolvers and XMLBeans

February 18th, 2009 by stevi | 13 comments

Using a custom ExceptionResolver in Spring Web Services to insert a Detail into a SoapFault.

How do I find an XmlDocument Element?

May 20th, 2008 by stevi | 0

We’re using XMLBeans as part of a project. I had a document called EventConfig that had many EventDetails. I needed to find one EventDetails element based on its child element, EventName. Being new to XMLBeans, and in bug fixing mode, I checked the XmlObject API, and saw only that selectPath(String) took a String. I couldn’t [...]