Websphere 7.0 支持 JAX-WS 2.1 吗?

发布于 2024-11-26 00:48:31 字数 144 浏览 2 评论 0原文

我有一个使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

琉璃繁缕 2024-12-03 00:48:31

来自 WAS 7 信息中心

WebSphere® Application Server 版本 7.0 支持 JAX-WS 2.1 规范。

由于 Java 6 SE< 中没有名为 XMLStreamBuffer 的类型/a>、Java EE 5JAX-WS 2.1 您可能从中导入类型的公共 API另一种实现 - 直接或通过一些生成的代码。

From the WAS 7 Infocenter:

WebSphere® Application Server Version 7.0 supports the JAX-WS 2.1 specification.

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文