SoapUI plug-in for intelliJ does not work with Java 1.7.0.
On my machine if I launch intelliJ 11 or 12 using JDK 1.7.0_06 I get a NullPointerException when trying to create a new SoapUI project using the intelliJ SoapUI plug-in no matter how much or little of the new Project dialog I fillout (just the name of 'Getting Started' is sufficient to see the error). If I launch intelliJ 11 or 12 with JDK 1.6.0_35 I can create a new SoapUI project.
Workaround: alter your configuration or bin/idea.sh to use JDK 1.6.0
Steps to reproduce:
- Launch intelliJ 11 or 12 using java 1.7.0
- Create new intelliJ project
- Tools - SoapUI - Start SoapUI
- New SoapUI project. Fill in name 'Getting Started'. Click OK. Get NullPointerException
my configuration:
Linux Mint 13
JDK 1.7.0
intelliJ 11 or 12