You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Emanuele Bellini (JIRA)" <ji...@apache.org> on 2014/02/28 12:24:21 UTC

[jira] [Commented] (XALANJ-2376) TransformerFactory.newTransformer(source) returns null instead throwing an exception

    [ https://issues.apache.org/jira/browse/XALANJ-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13915682#comment-13915682 ] 

Emanuele Bellini commented on XALANJ-2376:
------------------------------------------

Thank you, I was having this issue too.

> TransformerFactory.newTransformer(source) returns null instead throwing an exception
> ------------------------------------------------------------------------------------
>
>                 Key: XALANJ-2376
>                 URL: https://issues.apache.org/jira/browse/XALANJ-2376
>             Project: XalanJ2
>          Issue Type: Bug
>          Components: transformation
>    Affects Versions: 2.7
>         Environment: According to the spec newTransformer() should not return null. That the case with 2.6.0 but not with 2.7.0
>            Reporter: Jean-Frederic Clere
>            Priority: Blocker
>         Attachments: patch.txt
>
>
> The following code:
> +++
>      System.out.println("TransformerFactory: " + tf);
>      Transformer t = tf.newTransformer(source);
>      System.out.println("Transformer: " + t + " Source: " + source);
>      t.transform(source, doc);
>      } catch (Exception ex) {
>        ex.printStackTrace();
>      }
> +++
> throws a null java.lang.NullPointerException with 2.7.0 (at t.transform(source, doc);) and a org.xml.sax.SAXParseException (at Transformer t = tf.newTransformer(source);) in 2.6.0
> The problem is located in src/org/apache/xalan/processor/TransformerFactoryImpl.java  m_errorListener is wrongly initialized to DefaultErrorHandler(false)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xalan.apache.org
For additional commands, e-mail: dev-help@xalan.apache.org