Eclipse/Flex WTP 项目停止在 Eclipse 中运行
我在 Eclipse 中有一个 Flex/WTP 项目,该项目在 Eclipse 中运行了很短一段时间,但随后突然停止工作。具体来说,它抱怨无法在服务器端找到 Java 类。我没有对项目进行任何配置或路径更改。
具体错误是: [FaultEvent 故障 =[RPC 故障故障字符串 =“无法创建类型为“com.company.project.business.LoginService”的类。”错误代码 =“Server.ResourceUnavailable”错误详细信息 =“类型
但是,问题实际上看起来像这些类从未发布到 Eclipse 为 WTP 项目设置的 Tomcat 临时版本。
有没有人见过这种情况,其中 Eclipse/Flex/ WTP 项目停止发布应用程序的部分
注意:如果我从项目中导出 WAR 文件并自己在 Tomcat 上运行它,那么
任何帮助都会很好
。
I have a Flex/WTP project within Eclipse that was running within Eclipse for a short time but then all of a sudden stopped working. Specifically, it was complaining about not being able to find a Java class on the server-side. I have not made any configuration or path changes to the project.
The specific error is:
[FaultEvent fault=[RPC Fault faultString="Cannot create class of type 'com.company.project.business.LoginService'." faultCode="Server.ResourceUnavailable" faultDetail="Type
But, the problem actually looks like the classes are never being published to the temp version of tomcat that Eclipse sets up for the WTP project.
Has anyone seen this case where the Eclipse/Flex/WTP project stops publishing portions of the application.
NOTE: If I export the WAR file from the project and run it on Tomcat myself, it works fine.
Any help would greatly be appreciated.
-FortPointUIGuy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论