Bugs item #964891, was opened at 2004-06-02 02:41 Message generated for change (Settings changed) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=964891&group_id=22866
Category: Nukes Group: CVS HEAD >Status: Closed >Resolution: Remind Priority: 5 Submitted By: Mika Goeckel (ov3rdriv3) >Assigned to: Julien Viet (vietj) 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. ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2004-11-20 10:03 Message: Logged In: YES user_id=175228 Check this please Julien. ---------------------------------------------------------------------- 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: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
