Re: [daemon] Using RMI without security manager

2010-09-15 Thread Mladen Turk
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

[daemon] Using RMI without security manager

2010-09-14 Thread Michael Hagedorn
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