Netbeans deployment fails after class rename

前端 未结 3 1372
说谎
说谎 2020-12-19 06:00

I am writing a test client for a webservice. It\'s a Netbeans 6.9.1 WebApplication using JSF framework. I have one managed bean that calls the webservice.

Everything

3条回答
  •  抹茶落季
    2020-12-19 06:06

    I was able to replicate a variation of this problem. I had to clear the NetBeans compilation cache (which appears to have issues on OSes that are case-forgiving...)

    To move past the issue that I encountered, I had to:

    1. Stop the server

    2. Clean the project

    3. Stop NetBeans

    4. Delete %HOME%.netbeans\6.9\var\cache

    5. Start NetBeans

    When I ran the project which was having problems, NetBeans recompiled the project, started the server and opened the index.xhtml. I was able to navigate through the app successfully after that.

    I have opened http://netbeans.org/bugzilla/show_bug.cgi?id=198565 to track the issue. Please monitor that issue and add any info that you think would assist somebody that attempts to resolve the issue.

提交回复
热议问题