Re: [XXE] Using XMLMind in SWT-GUI via SWT-AWT-Wrapper

2015-03-13 Thread Hussein Shafie
On 03/13/2015 11:29 AM, Marko Herchet wrote: Thanks for your answer. A little research revealed a simple solution for my problem I want to share: As stated in https://geonet.esri.com/thread/70716 using a JApplet between the Frame and the SwingComponent fixes the problems. Following code works l

Re: [XXE] Using XMLMind in SWT-GUI via SWT-AWT-Wrapper

2015-03-13 Thread Marko Herchet
Thanks for your answer. A little research revealed a simple solution for my problem I want to share: As stated in https://geonet.esri.com/thread/70716 using a JApplet between the Frame and the SwingComponent fixes the problems. Following code works like a charm for me (independent of the initial

Re: [XXE] Using XMLMind in SWT-GUI via SWT-AWT-Wrapper

2015-03-12 Thread Hussein Shafie
On 03/12/2015 05:38 PM, Marko Herchet wrote: We are currently evaluating the use of XMLMind in a future version of one of our applications. I downloaded the evaluation version and built the jars for use as embedded Swing-Component via deployxxe. I added the jars to our application where I adde

[XXE] Using XMLMind in SWT-GUI via SWT-AWT-Wrapper

2015-03-12 Thread Marko Herchet
Like to add an example that can be used to reproduce the problem I described in my last mail public class TestSWT { public static void main(final String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setSize(800, 200

[XXE] Using XMLMind in SWT-GUI via SWT-AWT-Wrapper

2015-03-12 Thread Marko Herchet
Hello, We are currently evaluating the use of XMLMind in a future version of one of our applications. I downloaded the evaluation version and built the jars for use as embedded Swing-Component via deployxxe. I added the jars to our application where I added the XMLPanel2 via SWT-AWT-Wrapper to