[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Generated Classes not found if they do not match any of

adrian@jboss.org do-not-reply at jboss.com
Mon Jan 26 11:30:23 EST 2009


I see your difficulty, but for the reasons stated above,
we can't just implicitly start exporting the default package 
since that could reveal "module private" classes that the user doesn't want to be shared.

Wouldn't it make more sense to have these "java.xxx proxies" in some jboss aop
package that its classloader explicitly exports and define then against jboss aop's classloader?

That way your not going to interfere with the import/export rules of the user classloaders.

I guess the question Is what is the reason why you define these classes against 
the user classloader instead of having one implementation against the jboss-aop
classloader or even the system classloader?




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

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



More information about the jboss-dev-forums mailing list