Filip Elias created TEIID-3584:
----------------------------------
Summary: 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)