|Well, I believe the real fix is to make the EJB-loader use the "non
|Java2" class-loading style as well, i.e. force people to bundle in JAR's
|that the app is going to use. That is the ultimate way to get things
|portable, and to be able to allow different running apps use different
|versions of, say, JAXP.

no see my previous mail and the proper use of scopes, Rickard READ that code
:)

|What goes into 3?
|
|1 and 2, yes. That must be available from the classloader.

I am curious to know myself.


|Absolutely. And that is indeed the case, or you'll get funky classcast
|exceptions (we had those a couple of days ago and had muchos fun trying
|to figure out what happened).

the scope stuff will ELIMINATE this class of problems ALTOGETHER I GUARANTEE
IT.

|Well, what is the need to optimize them anymore, really? I mean, use
|local interfaces and that's it. The proxies don't have to do the check,
|since it will be implied from what type of proxies that are used. Hey,
|it's portable too.

You still need to share the interfaces used by the different classes, the
use of local interfaces doesn't impact the problem at all.

marcf


|
|--
|Rickard Öberg
|
|
|------------------------ Yahoo! Groups Sponsor ---------------------~-->
|Universal Inkjet Refill Kit $29.95
|Refill any ink cartridge for less!
|Includes black and color ink.
|http://us.click.yahoo.com/XwUZwC/MkNDAA/ySSFAA/CefplB/TM
|---------------------------------------------------------------------~->
|
|For the latest information about Jetty, please see http://jetty.mortbay.
|
|Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|
|


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to