[
https://issues.jboss.org/browse/TEIID-3584?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-3584:
---------------------------------------
This must be an issue with the IBM JRE (and may have been addressed in a later version of
their JRE) as the method is expected -
http://docs.oracle.com/javase/6/docs/api/javax/xml/stream/XMLOutputFactor...
In any case, given that 1.6 is out of support, I would mark this as won't fix.
NoSuchMethodError when issuing show plan request -IBM JDK 1.6
-------------------------------------------------------------
Key: TEIID-3584
URL:
https://issues.jboss.org/browse/TEIID-3584
Project: Teiid
Issue Type: Bug
Components: JDBC Driver
Affects Versions: 8.7.1
Environment: IBM JDK 1.6
Reporter: Filip Elias
Assignee: Steven Hawkins
Teiid client throws an error[1] when processing "show plan;" request. This
issue exist only on IBM jdk 1.6. The error is thrown at client side.
[1]
{code}
Exception in thread "main" java.lang.NoSuchMethodError:
javax/xml/stream/XMLOutputFactory.newFactory()Ljavax/xml/stream/XMLOutputFactory;
at org.teiid.client.plan.PlanNode.toXml(PlanNode.java:175)
at org.teiid.jdbc.StatementImpl.executeShow(StatementImpl.java:556)
at org.teiid.jdbc.StatementImpl.executeSql(StatementImpl.java:502)
at org.teiid.jdbc.StatementImpl.executeSql(StatementImpl.java:393)
at org.teiid.jdbc.StatementImpl.executeQuery(StatementImpl.java:327)
at JDBCClient.execute(JDBCClient.java:93)
at JDBCClient.main(JDBCClient.java:47)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)