On 09/14/2010 09:33 PM, Michael Hagedorn wrote:
My App is using RMI to talk between daemon component and GUI. Everything runs
within one machine. If I deploy daemon component with '--StartMode=jvm' App
runs into exceptions by RMI class loader. It misses a security manager. But I
don't want t
My App is using RMI to talk between daemon component and GUI. Everything runs
within one machine. If I deploy daemon component with '--StartMode=jvm' App
runs into exceptions by RMI class loader. It misses a security manager. But I
don't want to install security manager and if I deploy '--Star