The update to testsuite source has now been committed (which was needed for jmx commit done last night). I tagged as 'post_JMX_DR3_testsuite' after the commit. The testsuite is now compiling on both windows and linux and running the testsuite now (on both platforms).
As always, please let me know if you experience any problems due to this checkin. Thanks. -Tom Files changed in testsuite for JMX 1.2 DR3 commit: testsuite/build.xml testsuite/src/main/org/jboss/test/security/interceptors/SRPCacheInterceptor. java testsuite/src/main/org/jboss/test/naming/interceptors/ProxyFactoryIntercepto r.java testsuite/src/main/org/jboss/test/jmx/interceptors/SecurityInterceptor.java testsuite/src/main/org/jboss/test/jmx/interceptors/PrincipalInterceptor.java testsuite/src/main/org/jboss/test/jmx/interceptors/JNDISecurity.java testsuite/src/main/org/jboss/test/jmx/interceptors/JNDIPersistence.java testsuite/src/main/org/jboss/test/jbossmx/implementation/persitence/OnTimerP ersistenceTestCase.java Particular changes to note: Replaced getNext.invoke([Invocation]) with invocation.nextInterceptor().invoke([Invocation]) in implementations of AbstractInterceptor (in the testsuite). org.jboss.test.security.interceptors.SRPCacheInterceptor - constructor ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
