Author: antonio Date: Sun Oct 31 14:35:18 2004 New Revision: 56165 Modified: cocoon/trunk/src/blocks/scratchpad/java/org/apache/cocoon/transformation/BetwixtTransformer.java cocoon/trunk/status.xml Log: BetwixtTransformer: removed deprecation warning with latest betwixt
Modified: cocoon/trunk/src/blocks/scratchpad/java/org/apache/cocoon/transformation/BetwixtTransformer.java ============================================================================== --- cocoon/trunk/src/blocks/scratchpad/java/org/apache/cocoon/transformation/BetwixtTransformer.java (original) +++ cocoon/trunk/src/blocks/scratchpad/java/org/apache/cocoon/transformation/BetwixtTransformer.java Sun Oct 31 14:35:18 2004 @@ -199,7 +199,7 @@ introspector = this.beanWriter.getXMLIntrospector(); introspector.setLog(new LogKitLogger("betwixt")); // The following is needed for EJB - introspector.setClassNormalizer(new ClassNormalizer() { + introspector.getConfiguration().setClassNormalizer(new ClassNormalizer() { public Class normalize(Class clazz) { if (Proxy.isProxyClass(clazz) && clazz.getInterfaces().length > 0) { @@ -237,4 +237,4 @@ } } -} \ No newline at end of file +} Modified: cocoon/trunk/status.xml ============================================================================== --- cocoon/trunk/status.xml (original) +++ cocoon/trunk/status.xml Sun Oct 31 14:35:18 2004 @@ -319,6 +319,9 @@ </action> </release> <release version="2.1.6" date="TBD"> + <action dev="AG" type="fix" fixes-bug="29945" due-to="Christoph Gaffga" due-to-email="[EMAIL PROTECTED]"> + BetwixtTransformer: removed deprecation warning with latest betwixt + </action> <action dev="VG" type="fix" fixes-bug="27176" due-to="Guillaume Deflache" due-to-email="[EMAIL PROTECTED]"> XSP Block: Add space="strip" attribute support for <xsp:page> element. When present, all extra whitespace from XSP source is stripped.