Bugs item #964891, was opened at 2004-06-02 11:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=964891&group_id=22866
Category: Nukes Group: CVS HEAD Status: Open Resolution: None Priority: 5 Submitted By: Mika Goeckel (ov3rdriv3) Assigned to: Nobody/Anonymous (nobody) Summary: ValueObjectInterceptor in module bb should go to core Initial Comment: In the nukes bb module custom interceptors are used to provide a ValueObject behaviour for read only access to EJBs. This is of use for other modules as well, therefore the code should be in the core module rather than the bb module itself. To achieve that, 4 files have to be changed: The current location of the interceptor code: BBTools.java The definition of the interceptor stacks: bb/src/resources/mysql/jboss-conatiner.xml bb/src/resources/hsqldb/jboss-conatiner.xml bb/src/resources/postgresql/jboss-conatiner.xml and three new files are introduced: nukes/src/main/org/jboss/nukes/core/ejb/interceptor/Val ueObjectInterceptor.java nukes/src/main/org/jboss/nukes/core/ejb/interceptor/Bulk GetterInterceptor.java nukes/src/main/org/jboss/nukes/core/ejb/interceptor/Int erceptorUtils.java Diffs and the new files are attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=964891&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
