DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28848>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28848 serialization exception ------- Additional Comments From [EMAIL PROTECTED] 2004-05-08 19:29 ------- Originally Submitted by Shadab the test case scenario: please find attached my xsl and the java file. i am calling the transformation through MBeans Proxy.XSL is already present at server side InputStream xslStream = new BufferedInputStream(new ByteArrayInputStream(xmlFileData.getBytes())); TransformerFactory tFactory = TransformerFactory.newInstance(); Transformer _transformer = tFactory.newTransformer(new StreamSource(xsl)); here xsl is being passed as param to this transform method.all things being done at server side.at client we just initiate an MBean call which in turn calls these transformations at server. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
