I think you will have trouble with RMI code mobility. I certainly did when 
trying to make MBean services JINI aware.

I couldn't get the JBoss class server to work - it looks broken to me on a very 
cursory examination. Without this (custom classloader annotations) you are 
stuck with setting the RMI codebase in one place for the whole JBoss JVM. You 
could ship a WAR with the reggie-dl.jar in, and set the codebase using the 
system property when starting up JBoss to point to the jar's URL.

However, you can't add any other services that allow clients to download code - 
because they would all have the codebase URL of the reggie component.

You could create a shared classloader WAR - but you would have to modify it 
each time you added a new JINI service... not really a solution.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940597#3940597

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940597


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to