Bugs item #815493, was opened at 2003-09-30 16:07 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=815493&group_id=22866
Category: JBossServer Group: v3.2 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Guy Rouillier (guyr) Assigned to: Scott M Stark (starksm) Summary: EJB deployer class not found exception with scoped SAR Initial Comment: Please see detailed description and steps to reproduce in readme.txt in attached zip. See boot.log in attached zip for system configuration. The files in this zip demonstrate the following issue: if a scoped SAR references archives in an external directory, the classes in those jar files are not found when deploying an EJB within that scoped SAR. ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2003-10-04 07:13 Message: Logged In: YES user_id=175228 The change to support scoped loading at the sar level delayed the parsing of the classpath until creation which is after subdeployments have been created and so they would not see the classpath. This has been updated to work such that the sar classpath is parsed before processing subdeployments. The given testcase will only deploy with verification turned off because the Flip.flip method does not include a RemoteException. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=815493&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
