DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4688>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4688

ejb-jar tag doesn't support excluding classes

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-02-13 13:39 -------
Currently EJBJar processes descriptors and not class files. It includes class
files as they are referenced from the descriptors or other files already added
to the jar. If your inner classes are added, it is because other files in the
jar are referencing them. Not having them in the jar may cause class resolution
to fail. Have you tried excluding them manually and verifying the jar is usable?

Reply via email to