Re: IllegalStateException on startup (NB 9)

2018-06-13 Thread Emilian Bold
You have a 3rd party plugin com.peter.mavenrunner.MavenRunnerTopComponent that's calling a NetBeans API outside the AWT thread. NetBeans is just warning you about that. Generally it's not causing something but once in a blue-moon such calls will cause unexpected states and bugs will show up.

Another Question

2018-06-13 Thread Mike Billman
I was trying to use the web services feature in NB 9. I point to my wsdl and it shows me all the methods as I would expect. However, when I test I get the following stack trace: com/sun/istack/logging/Logger java.lang.NoClassDefFoundError at java.lang.ClassLoader.defineClass1(Native Method)

RE: Another Question

2018-06-13 Thread Joseph Huber
Mike, Just a simple thing to try... I actually ran into a similar problem yesterday with NB 8 when setting up a Web Services Client. I was pointed to the wsdl and the code using the web service had no errors, but wouldn't run or debug due to missing classes for the web service. I did a