[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Classloading and versioning

adrian@jboss.org do-not-reply at jboss.com
Tue May 13 05:39:39 EDT 2008


This configuration is invalid (but the part that checks it is the outstanding issue in JBCL).

acme1 exports scott version 1 and ales version 1
acme2 wants to import ales version from acme1 but it also wants to scott version 3

Tthis will lead to incompatibilities between the versions of scott in the linked classloaders.

acme1 and acme2 are in the same "classloading space" so they must agree
on a common instance of the classes in the scott package.

It should be failing at deployment time with an "conflicting package resolution" error for the
scott package.

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

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



More information about the jboss-dev-forums mailing list