JAXB marshalling exception javax.xml.stream.FactoryConfigurationError running with Java 5

感情迁移 提交于 2019-12-01 08:47:47

From the dependency list above, it looks like you are using jsr173 - steaming API for XML. The dependency you have specified just provides the API. You need to add a provider which implements this. The default provider that it looks for, if it does not find any is the bea implementation. Hence the error.

Here is a discussion on this. You could add the bea implementation or alternate ones like woodstox.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!