You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #138 it looked like decided to stop providing a default JVM server if the user didn't specify one, because anything we supply is unlikely to be useful. However we didn't make this change in the code.
I think the behaviour needs a bit of investigating to propose the correct fix.
If you configure your individual Java projects (war/ear etc) with a jvmserver parameter, I guess we shouldn't give an error about the JVM server being missing.
If you're packaging an existing WAR as a bundle by extending the config, you specify the defaultjvmserver within the execution config.
If you create a separate module for the CICS bundle, you specify the defaultjvmserver outside the execution config.
This is confusing and has caught new users out several times.
The text was updated successfully, but these errors were encountered: