从 jquery 问题中使用 Java JAX-RS
我正在尝试使用 Jquery 中用 Java 编写的 JAX-RS Web 服务。 当我的jquery版本设置为1.4.3时我成功了。但我需要另一个目的来升级我的 jquery 版本(到 1.5.1)。从那时起,我对网络服务的调用失败了。
有谁遇到过这样的问题吗?
感谢您的回答
I'm trying to consume a JAX-RS Webservice written in Java from Jquery.
I succeeded when my jquery version was set to 1.4.3. But I need for another purpose to updgrade my jquery version (to 1.5.1). Since then, my call to the webservice fails.
Does anyone has ever encountered such problem ??
Thanks for your answers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果实际问题与解析命名空间有关,则存在一些已知问题和解决方法。显然这个问题出现在 1.4.4 和 1.5.0 之间。
华泰
There are some known issues, and workarounds if the actual problem is with parsing a namespace. Apparently the issue came up somewhere between 1.4.4 and 1.5.0.
HTH
这是 Jquery 1.5.x 版本中的一个错误,适用于不支持 CORS 的 Opera 和 IE 浏览器...
尚未找到解决方案
This is a bug in Jquery in version 1.5.x for Opera and IE browser which don't support CORS...
No solution has been found yet