Howdy folks,
I found the solution. It turns out that when using JAXB 2.0 in your project that you not only need to include the JAXB jar files (jaxb-api, jaxb-impl, and jaxb-xjc) to your classpath, but you also need jsr-173_1.0_api.jar from the XMLBeans package.
Thanks