Cannot create an OSGi SY project without specifying target runtime. This bug also occurs in previous version. It works without any problem when the target runtime is specified => not a critical issue for our customers.
java.lang.NullPointerException
|
at org.switchyard.tools.ui.operations.CreateSwitchYardProjectOperation.createBundlePlugin(CreateSwitchYardProjectOperation.java:800)
|
at org.switchyard.tools.ui.operations.CreateSwitchYardProjectOperation.createBuildSection(CreateSwitchYardProjectOperation.java:725)
|
at org.switchyard.tools.ui.operations.CreateSwitchYardProjectOperation.createPom(CreateSwitchYardProjectOperation.java:710)
|
at org.switchyard.tools.ui.operations.CreateSwitchYardProjectOperation.run(CreateSwitchYardProjectOperation.java:373)
|
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
|
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2295)
|
at org.switchyard.tools.ui.wizards.NewSwitchYardProjectWizard$2.run(NewSwitchYardProjectWizard.java:143)
|
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
|
|