]
Van Halbert moved SOA-3113 to TEIID-1641:
-----------------------------------------
Project: Teiid (was: JBoss Enterprise SOA Platform)
Key: TEIID-1641 (was: SOA-3113)
Affects Version/s: 7.4
(was: 5.1.0 GA)
Component/s: JDBC Driver
(was: EDS)
Security: (was: Public)
Fix Version/s: 7.4.1
7.5
(was: 5.2.0 GA)
In org.teiid.jdbc.StatementImpl, as there have been no batched
updates the batchedUpdates member hasn't been instantiated so clearBatch() throws a
NPE.
--------------------------------------------------------------------------------------------------------------------------------------------------------
Key: TEIID-1641
URL:
https://issues.jboss.org/browse/TEIID-1641
Project: Teiid
Issue Type: Bug
Components: JDBC Driver
Affects Versions: 7.4
Reporter: Debbie Steigner
Fix For: 7.4.1, 7.5
In org.teiid.jdbc.StatementImpl, as there have been no batched updates the batchedUpdates
member hasn't been instantiated so clearBatch() throws a NPE.
I have added a simple if (batchedUpdates != null) in clearBatch() on the Teiid 7.4 driver
sources, please make this addition to EDS 5.2 driver.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: