dims 01/08/10 04:50:41 Modified: src/org/apache/cocoon/components/language/markup/xsp/java Tag: cocoon_20_branch esql.xsl Log: - Patch from Enke Michael <[EMAIL PROTECTED]> For java.io.UnsupportedEncodingException Revision Changes Path No revision No revision 1.4.2.8 +3 -1 xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java/esql.xsl Index: esql.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java/esql.xsl,v retrieving revision 1.4.2.7 retrieving revision 1.4.2.8 diff -u -r1.4.2.7 -r1.4.2.8 --- esql.xsl 2001/08/06 15:42:04 1.4.2.7 +++ esql.xsl 2001/08/10 11:50:41 1.4.2.8 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- $Id: esql.xsl,v 1.4.2.7 2001/08/06 15:42:04 haul Exp $--> +<!-- $Id: esql.xsl,v 1.4.2.8 2001/08/10 11:50:41 dims Exp $--> <!-- ============================================================================ @@ -636,6 +636,8 @@ </xsl:otherwise> </xsl:choose> } catch (Exception _esql_exception_<xsl:value-of select="generate-id(.)"/>_2) {} + } catch(java.io.UnsupportedEncodingException e) { + throw new RuntimeException(e.toString()); } if (_esql_queries.empty()) { _esql_query = null; ---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... haul
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... haul
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... haul
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... haul
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... haul
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... cziegeler
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... cziegeler
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... bloritsch
- Re: cvs commit: xml-cocoon2/src/org/apache/cocoon/compone... Davanum Srinivas
- Re: cvs commit: xml-cocoon2/src/org/apache/cocoon/compone... Berin Loritsch
- RE: cvs commit: xml-cocoon2/src/org/apache/cocoon/compone... Vadim Gritsenko
- RE: cvs commit: xml-cocoon2/src/org/apache/cocoon/compone... Torsten Curdt
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... haul