]
Steven Hawkins resolved TEIID-3130.
-----------------------------------
Resolution: Done
Updated the logic to throw a better exception if the file is missing and to not produce an
npe on close.
NPE in excel translator if xlsx file is missing
-----------------------------------------------
Key: TEIID-3130
URL:
https://issues.jboss.org/browse/TEIID-3130
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.7
Environment: OS: fedora20
arch: x86_64
java: sun 1.7
Reporter: Juraj DurĂ¡ni
Assignee: Steven Hawkins
Fix For: 8.7.1, 8.9
Attachments: NPE_missing_excel_file.zip
If xlsx file, which is pointed by resource adater & source model (in VDB) is missing,
then any query ends with NPE.
Actual result: NullPointerException
Expected result: some better message or exception (e.g. FileNotFoundException or some
TeiidException with good mesage)