[jboss-dev-forums] [JBoss Microcontainer Development] - Re: Added initial support for split packages

adrian@jboss.org do-not-reply at jboss.com
Tue Aug 25 11:33:38 EDT 2009


I don't really understand what you are trying to do?

The LAST policy is certainly non-deterministic since it means the 
used version of a package could change at random based on what gets deployed when.

That would break all the consistency checking.

The idea of split packages is that two modules can provide the same exported package
but only if they are at the same version. The importing module should then import BOTH
(in some deterministic order - e.g. first deployed is the first to be used).

The validation of the ClassLoaderSpace should not treat this as an error (which it currently does).

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

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



More information about the jboss-dev-forums mailing list