-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7568/
-----------------------------------------------------------
(Updated Oct. 18, 2012, 6:33 a.m.)
Review request for oozie.
Changes
-------
Addressed Mohammad's comments. And from another offline suggestion, putting a
placeholder like ":addbulkfilterpart" in the NamedQuery for upfront indication
on reading it, doesnt pass JPA syntax test, so I have skipped it.
Description
-------
The use of string concatenation in the Bulk monitoring queries was resulting in
Oracle DB error "ORA-01843: not a valid month" when the filter criteria were
given a date-time parameter.
This addresses bug OOZIE-1020.
https://issues.apache.org/jira/browse/OOZIE-1020
Diffs (updated)
-----
trunk/core/src/main/java/org/apache/oozie/BundleJobBean.java 1399483
trunk/core/src/main/java/org/apache/oozie/executor/jpa/BulkJPAExecutor.java
1399483
trunk/core/src/test/java/org/apache/oozie/executor/jpa/TestBulkMonitorJPAExecutor.java
1399483
trunk/docs/src/site/twiki/WebServicesAPI.twiki 1399483
Diff: https://reviews.apache.org/r/7568/diff/
Testing
-------
verified with web-service end-to-end test using Oracle DB
Thanks,
Mona Chitnis