NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
sergiostr
Joined: 22 Apr 2010 Posts: 3
|
Posted: Fri May 20, 2011 5:03 pm Post subject: Apply code doesn't work on webservice classes |
|
|
Hi everyone,
When I try to apply code changes to a class annotated with @WebService I get the following error:
| Code: | Note: Processar.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
The bytes don't correspond to the class type (the names don't match): class names do not match
build-impl.xml:622: The following error occurred while executing this line:
build-impl.xml:303: The bytes don't correspond to the class type (the names don't match): class names do not match
BUILD FAILED (total time: 0 seconds) |
Using netbeans 6.8, Java 6 and JAXWS-RI 2.1
Apply code changes works fine for classes that are not annotated with @WebService. This is quite annoying since everytime I change something while debugging I need to redeploy the application to Tomcat.
Sergio |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|