Websphere 7.0 支持 JAX-WS 2.1 吗?
我有一个使用 JAX-WS 2.1 来创建客户端的 Web 应用程序。在 Webshpere 2.1 上运行该应用程序时,我不断在 XMLStreamBuffer 上收到 NoDefClassFoundError 错误。我用谷歌搜索了该错误,但找不到任何有用的信息。请帮忙。
I have a web application that use a JAX-WS 2.1 in order to create a client .. when running the application on Webshpere 2.1 I keep getting NoDefClassFoundError on XMLStreamBuffer. I googled the error but I couldn't find anything helpful. Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 WAS 7 信息中心:
由于 Java 6 SE< 中没有名为
XMLStreamBuffer
的类型/a>、Java EE 5 或 JAX-WS 2.1 您可能从中导入类型的公共 API另一种实现 - 直接或通过一些生成的代码。From the WAS 7 Infocenter:
Since there is no type called
XMLStreamBuffer
in the Java 6 SE, Java EE 5 or JAX-WS 2.1 public APIs you are perhaps importing a type from another implementation - either directly or via some generated code.