Reputation: 137
We recently migrated our Mavenized Java application to Netbean.
Backend is websphere 8.5.5 FP 18.
We deploy our application as a single EAR file comprising JAR and WAR
We configured WAS to run in development mode and our application to detect class file changes to reload every 3 seconds.
When Web java codes is changed by adding a print line, the class is reloaded automatically. We can see the changes. But this is not possible when we add a print line to a method in the EJB.
We get this message on Netbean.
Classes to reload:
com.example.sb.SB_User_permissionBean$1
com.example.sb.SB_User_permissionBean
The virtual machine does not support this operation: changes to class modifiers not implemented
Would appreciate any direction.
CS
Upvotes: 0
Views: 287