AntClassLoader bug exposed by forgetful NetBeans
- by vbkraemer
Many users have run into ClassNotFoundExceptions and NoClassDefFoundErrors after working with web services that target GlassFish while developing their projects in NetBeans.
The issue usually appears as a dialog similar to this
This can be pretty debilitating.
The bug appears to be in the AntClassLoader, which is tickled by the wsimport ant…