- 
        1. Re: JBoss + KaRMIsysuser1 Sep 29, 2004 6:41 AM (in response to sysuser1)It seems there IS more to it than just that. 
 What the actual requirement is to modify JBoss to use KaRMI instead of its own implementation. Has anyone undertaken such a task? Is the RMI implementation in JBoss pluggable? Would appreciate any input on the best way to go about doing this.
 TIA,
 Anu.
- 
        2. Re: JBoss + KaRMIfbiaggi Sep 30, 2004 11:55 AM (in response to sysuser1)Look in the documentation about using RMI compression 
- 
        3. Re: JBoss + KaRMIstarksm64 Oct 1, 2004 6:58 PM (in response to sysuser1)Read about detached invokers in the online admin and devel guide. You can incorporate any transport you want in jboss. 
- 
        4. Re: JBoss + KaRMIkesara Oct 14, 2004 8:51 AM (in response to sysuser1)Went through the docs scott.stark suggested. However there's still difficult to figure whether this is possible, since KaRMI does NOT extend the java.rmi.* interfaces but REPLACEs those. 
 i.e
 java.lang.Object
 extended by uka.karmi.rmi.server.RemoteObject
 extended by uka.karmi.rmi.server.UnicastRemoteObject
 therefore the java.rmi.server.UnicastRemoteObject class need to be REPLACED with the uka.karmi.rmi.server.UnicastRemoteObject class.
 Do you think this is still feasible?
 Thanks in advance.
 
     
     
    