使用 JAXB 生成的类在 Eclipse 中构建错误

发布于 2024-12-19 01:36:57 字数 389 浏览 3 评论 0原文

我遇到一个奇怪的问题,即在 JBoss 上调试时 Eclipse 找不到 JAXB 生成的类。

这是导致障碍的步骤。

  1. 我在调试模式下启动 JBoss 4.2.3
  2. 我将 Java 项目部署到服务器
  3. 我对源代码进行了微小的更改(例如附加空格)
  4. Eclipse 构建了一个新的项目
  5. Eclipse 无法找到 JAXB 生成的类外部库
  6. Eclipse 中的构建错误
  7. 热代码替换失败

当我不在调试模式下启动 JBoss 时,一切正常。

我怀疑问题在于 Eclipse 和 JAXB 生成的类的相互作用。我正在使用 Eclipse Indigo 和 m2eclipse 插件。

I'm experiencing a strange problem where Eclipse can't find JAXB generated classes when debugging on JBoss.

Here the steps that lead to the obstacle.

  1. I start my JBoss 4.2.3 in debug mode
  2. I deploy my Java project to the server
  3. I perform a minor change in the source code (like appending a whitespace)
  4. Eclipse builds the project a new
  5. Eclipse can't find the JAXB generated classes of an external library
  6. Build errors in Eclipse
  7. Hot code replacement fails

When I don't start JBoss in debug mode, everything works fine.

I suspect that the problem lies in the interplay of Eclipse and the JAXB generated classes. I'm using Eclipse Indigo and the m2eclipse plugin.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

瑶笙 2024-12-26 01:36:57

使用 JBossAS Tools,从此插件创建一个新服务器并部署我的 .war 爆炸在某种程度上缓解了这个问题。

Using the JBossAS Tools, creating a new server from this plugin and deploying my .war exploded has somehow mitigated this problem.

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