Package Details: soapui 5.7.0-1

Git Clone URL: https://aur.archlinux.org/soapui.git (read-only, click to copy)
Package Base: soapui
Description: A graphical Java program for inspecting, invoking, monitoring, simulating/mocking and functional/load/compliance/surveillance testing of REST/WADL and SOAP/WSDL-based Web Services over HTTP.
Upstream URL: http://www.soapui.org/
Licenses: EUPL V.1.1
Submitter: dguihal
Maintainer: dguihal
Last Packager: dguihal
Votes: 111
Popularity: 0.002794
First Submitted: 2009-03-16 14:05 (UTC)
Last Updated: 2022-01-22 09:52 (UTC)

Dependencies (3)

Required by (0)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

JoeCool commented on 2019-03-07 12:40 (UTC)

After a cursory glance the soapui launcher script looks like an old version left in the git.

A diff between soapui and SoapUI-5.5.0/bin/soapui.sh shows a few new lines.

gaellalire commented on 2019-03-07 11:01 (UTC)

Maybe the md5 & sha1 are good, because soapui file is bad Replace soapui-5.5.0-EB.jar by soapui-5.5.0.jar

edoantonioco commented on 2019-03-07 02:44 (UTC)

Hey, some md5sum fail so the installation fails. Please fix it

FrederickZh commented on 2019-03-05 02:15 (UTC) (edited on 2019-03-05 02:15 (UTC) by FrederickZh)

It seems that the hashes of soapui are incorrect in PKGBUILD?

4ca542b6b6d85cb86ba2f3785debd80c07a66050  soapui
dbc1cc1ad0920cb85aa11af780651bf9  soapui

DearVolt commented on 2018-07-13 11:05 (UTC)

If anyone is experiencing the following:

The program 'java' received an X Window System error. This probably reflects a bug in the program. The error was 'RenderBadPicture (invalid Picture parameter)'. (Details: serial 10752 error_code 143 request_code 139 minor_code 7) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.)

And you are using the Oracle JDK, switch over to OpenJDK. This is a bug that has been fixed in OpenJDK but not in the Oracle JDK.

Further reading: https://bugs.openjdk.java.net/browse/JDK-8056151

frealgagu commented on 2018-04-18 22:01 (UTC)

I'm in agree with @pacheco, it's uggly to have that file as not hidden in the home folder, that folder should be changed.

pacheco commented on 2018-03-05 20:43 (UTC)

By default SoapUI saves the following files on the $HOME folder, which is kind annoying: default-soapui-workspace.xml and soapui-settings.xml.

In order to SoapUI to save those files on a hidden user folder, I had to change the soapui bin with this java option:

JAVA_OPTS="-Dawt.useSystemAAFontSettings=on -Xms128m -Xmx1024m -Dsoapui.properties=soapui.properties -Dsoapui.home=$SOAPUI_HOME -splash:soapui-splash.png -Duser.home=$HOME/.soapuios"

Would be possible to set this java options as the default for this AUR package?

dguihal commented on 2018-01-24 23:26 (UTC)

Done, thanks for the suggestion

rdoursenaud commented on 2018-01-24 10:48 (UTC)

The package should suggest installing "java-openjfx" otherwise the following warning is issued: 2018-01-24 11:45:13,049 [main] WARN com.eviware.soapui.SoapUI - Could not find jfxrt.jar. Internal browser will be disabled.