Community
Participate
Working Groups
The web services commands StartServerCommand and AbstractStartServer should be using IServer's method: publish(int kind, List<IModule[]> modules, IAdaptable info, IOperationListener listener) instead of: publish(int kind, IProgressMonitor monitor); Publishing issues can occur because of the latter methods' non-thread safe nature.
See IServer's javadocs.
Created attachment 209952 [details] Apply to org.eclipse.jst.ws.consumption and org.eclipse.jst.ws.consumption.ui