Re: Joe Admin User && mail services Re: [JBoss-dev] Re: [Core] WG: Comparison between BEA & JBoss

2003-11-13 Thread Scott M Stark
Install your own java.rmi.server.RMIClassLoaderSpi instance by setting the "java.rmi.server.RMIClassLoaderSpi" system property to an implementation of RMIClassLoaderSpi, and you can choose to load classes from the codebase passed in to loadClass even if there is no security manager. You can maintai

Re: Joe Admin User && mail services Re: [JBoss-dev] Re: [Core] WG: Comparison between BEA & JBoss

2003-11-12 Thread Andrew C. Oliver
On 11/10/03 8:18 AM, "Scott M Stark" <[EMAIL PROTECTED]> wrote: > In order to load the org.jboss.mail.userrepository.MetaInfoImpl > class from the codebase, you are going to have to catch the > UndeclaredThrowableException and check the nested type since > the RMIAdaptor interface does not allow f

Re: Joe Admin User && mail services Re: [JBoss-dev] Re: [Core] WG: Comparison between BEA & JBoss

2003-11-10 Thread Scott M Stark
In order to load the org.jboss.mail.userrepository.MetaInfoImpl class from the codebase, you are going to have to catch the UndeclaredThrowableException and check the nested type since the RMIAdaptor interface does not allow for ClassNotFoundExceptions. -- Scott Stark Chi

Re: Joe Admin User && mail services Re: [JBoss-dev] Re: [Core] WG: Comparison between BEA & JBoss

2003-11-10 Thread Andrew C. Oliver
On 11/6/03 8:32 PM, "Adrian Brock" <[EMAIL PROTECTED]> wrote: > > pseudo rmi code: > > try > { > return invokeServer() > } > catch (ClassNotFoundException e) > { > if (System.getSecurityManager() == null) > throw new "No RMI Security Manager etc."; > else > tryToLoadClassFromRMICodeB

Re: Joe Admin User && mail services Re: [JBoss-dev] Re: [Core] WG: Comparison between BEA & JBoss

2003-11-06 Thread Adrian Brock
On Fri, 2003-11-07 at 00:19, Andrew C. Oliver wrote: > > > > Why don't we start different threads for different issues? > > This thread start out as discussing making management easier. > > > > e.g. Joe Windows Admin wants a GUI Wizard entitled > > "Configure datasource" preferably one that does

Joe Admin User && mail services Re: [JBoss-dev] Re: [Core] WG: Comparison between BEA & JBoss

2003-11-06 Thread Andrew C. Oliver
> > Why don't we start different threads for different issues? > This thread start out as discussing making management easier. > > e.g. Joe Windows Admin wants a GUI Wizard entitled > "Configure datasource" preferably one that does not ask if he writing > letter :-) > How does Joe hates-GUIs prog