> Also, a question about j2ee deployment.  (sorry I've only been looking at
> j2ee pfd 3) There are a lot of classpath descriptions in section 8.3.1/2
> etc. referring to using manifest classpath entries to figure out what to
> include in the application classpath.  However, it seems to me that if we
> simply include _all_ packages found in the ear in the application
> classpath, we will be satisfying this requirement without having to look at
> these classpath entries.  Is there a problem with this approach?  Did I
> miss something?


What happens when there is a tiered structure within an enterprise, with
security restrictions applying to certain domains/departments ...
whatever.

Surely the only way to manage access to api's is via a
classpath/classloaders and security managers, and this is dealt with by
the 'packaging' mechanism before passing the ear over to the deployer.

Or have I missed something?

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

Reply via email to