ContributionsMost RecentMost LikesSolutionsRe: soapUI NG and Maven Hi, sorry for the late reply. No I didn't find a solution for that. I'm using soapUI and maven from Jenkins - and it's just a couple of warnings, so I ignored them. Also tried newer version with the same result. I'm not really shure where to set soapui.home in the pom.xml soapUI NG and Maven Hi, I upgraded the maven-plugin to ready-api 1.2.2 Version (from maven plugin 5.0.0) I get a couple of warning with: [WARNING] The POM for eviware:reports:jar:1.0 is missing, no dependency information available or [WARNING] System property 'soapui.home' is not set! Using this directory instead: . [WARNING] No base packages specified - no classpath scanning will be done and Failed to create icon: java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. Why does the new maven-plugin needs X??? Tests are running but this error isn't really nice... How can I set soapui.home? or get the reports.jar? or get rid of the X11 message (Beside that's a minimal server, there is no X installed! ) Re: Update Definition, Refactor Definition not working If someone has the same problem - the solution is - use the nightly build! It's fixed in this version Update Definition, Refactor Definition not working Hi, we upgraded from SoapUI 5.1.2 to SoapUI NG (1.2.2) - and we have a composite project with 3 wsdls. When I try to update the definition or refactor definition, i get this error: Wed Apr 22 17:24:05 CEST 2015:ERROR:com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.makeInvalidReadyApiXmlException(WsdlLoader.java:134) at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:119) at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:486) at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:475) at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionCache.update(AbstractDefinitionCache.java:93) at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext$Loader.construct(AbstractDefinitionContext.java:215) at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:46) at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:131) at java.lang.Thread.run(Unknown Source) Wed Apr 22 17:24:05 CEST 2015:ERROR:com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.makeInvalidReadyApiXmlException(WsdlLoader.java:134) at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:119) at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:486) at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:475) at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionCache.update(AbstractDefinitionCache.java:93) at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext$Loader.construct(AbstractDefinitionContext.java:215) at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:46) at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:131) at java.lang.Thread.run(Unknown Source) I found this thread http://forum.loadui.org/viewtopic.php?f=2&t=24985&p=57567&hilit=ERROR%3Acom.eviware.soapui.impl.support.definition.support.InvalidDefinitionException#p57567 but the solution with "add -Dfile.encoding=UTF8 to your .vmoptions file" does not work. This is really important for us, cause at the moment we can't update our definition to create new tests!