> Multiple classloaders is more restrictive when it comes to
> the security model. Classes in the same package cannot access
> package private methods if the classes are in different classloaders.

Got it. Thanks.


> You can also get errors when instances of the same class name
> but different class objects are passed between classloaders.

Can you give me an example? Is this something which the JVM can't
handle? Or do mean that it's easy for the programmer to make a mistake
if they were to do something like instantiate an object of a class Foo
loaded from class loader A and then cast it to a class Foo loaded from
class loader B?

Thanks,
Rob





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to