ContributionsMost RecentMost LikesSolutionsRe: After update to Soap 7.5.0 is the raw view chown by default Same. been using soapui for years on this machine. first upgrade that caused this behavior. Switching to XML doesn't persist; each execution returns RAW. Re: SoapUI GUI repaint issues Adding that property (added to .bat & .vmoptions files both and tried each separately as well) had no effect. Also, it seemed stable if I used my secondary monitor, but that's no longer the case. it seems that switching monitors merely forced a repaint, but didn't actually affect the overall issue. If I use the app for longer than a min or two on either monitor, the screen goes to hell. Not sure what's going on. Re: SoapUI GUI repaint issues Issue still exists as of 2/24. Anyone else having this issue? there must be something else on the system causing this issue since there's no way to downgrade to any other soapui version to avoid the issue. Please see attached video. very interesting behavior. on my primary monitor, the app doesn't work for more than a few moments... but, the UI repaints itself and works perfectly if I drag the window to the secondary monitor. I put the green line where the crossover point is between monitors since the screencapture makes it difficult to tell there are two monitors being captured (see the wallpaper split in the background) Re: Rendering bug in Soap UI 2.5.1 snapshot still seeing this issue in 2017 / 5.3.0: https://community.smartbear.com/t5/SoapUI-Open-Source/SoapUI-GUI-repaint-issues/m-p/133006 Re: SoapUI GUI repaint issues and another screenshot. this is after about 30s of attempting to setup a test. Re: SoapUI GUI repaint issues tried to switch the java_home to see if using x86 vs x64 worked. jre 1.7 vs 1.8; but nothing seems to bypass this terrible UI issue. completely makes the app unusable :( I'd even pay for a soap license if I knew there was any chance of this being fixed in a paid version. Re: SoapUI GUI repaint issues No updates from my side. still dealing with it even today. on version 5.3.0, but as you can see from the screenshot, the UI is still a mess. SoapUI GUI repaint issues Anyone else having similar GUI repaint issues similar to what's noted in this thread: https://community.smartbear.com/t5/SoapUI-NG/screen-refresh-issue-in-GUI/td-p/10026 I've attempted to enable & disable the native ui (no effect) and add the java param to the .vmoptions file (no effect). I'm thinking it's related to the installed jre since I have been using 5.2.0 for a while without issue. I haven't used SoapUI in a few months, so it's likely java has been updated since then. I noticed the issue on that version today. I upgraded to 5.2.1 and see the same issue. Oracle OWSM policies and SoapUIHas anyone ever been able to use SoapUI against any oracle policies? I'm looking for any info on building the WS-Security headers for the wss11_username_token_with_message_protection_service_policy policy. I can provide more info when needed, but I'm either running into a failed security response with no underlying soap errors: FailedCheck : failure in security check or I get the same failed security response with: org.apache.ws.security.WSSecurityException: General security error (WSEncryptBody/WSSignEnvelope: Element to encrypt/sign not found: {http://www.w3.org/2003/05/soap-envelope}Body) This is a description of the policy: This policy enforces message-level protection (that is, message integrity and message confidentiality) and authentication for inbound SOAP requests in accordance with the WS-Security 1.1 standard. Messages are protected using WS-Security's Basic 128 suite of symmetric key technologies, specifically RSA key mechanisms for message confidentiality, SHA-1 hashing algorithm for message integrity, and AES-128 bit encryption. The keystore is configured through the security configuration. Credentials are provided through the UsernameToken WS-Security SOAP header. Only plain text mechanism is supported. The credentials are authenticated against the configured identity store. This policy can be attached to any SOAP-based endpoint. Any assistance would be greatly appreciated!Re: Unexpected signing errorScott, I'd also like to see if you got past your issue. I'm also working against Oracle's Web Service Manager. thanks, if you're still around!