Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除了我的 JPA 项目之外,我有一个正在编写的服务,我使用 POJO 在我的无状态会话 bean 和我的 Java Bean webservice 之间充当一种角色。但是,每当我尝试通过向导生成 JAX-WS 服务时,我都会收到一个错误,它基本上告诉我业务对象不在新 Web 服务项目的构建路径中。他们不会是,因为我还没有建立这个项目。 我的问题是如何让向导将我的 POJO 放在构建路径中,这样我就不会得到那个异常?