|
From: Rushabh D. <ra...@pe...> - 2007-06-18 20:50:16
|
Hey folks, Did the classloading get changed in 2.0.1 onwards? Here is the symptom, I haven't yet dug into exactly what is going on: I have Base.jar with namespace com.company which contains package private class Package.class I have Dependent.jar with namespace com.company which contains class App.class which reference Package.class. Note that this is perfectly valid (two jars with the same namespace accessing package private classes). This works fine in micro-2.0.0 but fails with IllegalAccessError in 2.0.1 and 2.0.2-SNAPSHOT. Does someone know off the top of their head what is going on? If not, I can dig further into this issue. Thanks! -Rushabh --=20 Rushabh Doshi http://keeda.stanford.edu/~radoshi |