Unable to load an initial_data.sql file in Oracle
-------------------------------------------------

                 Key: RAVE-502
                 URL: https://issues.apache.org/jira/browse/RAVE-502
             Project: Rave
          Issue Type: Bug
    Affects Versions: 0.8-INCUBATING
            Reporter: Anthony Carlucci
            Assignee: Anthony Carlucci
            Priority: Minor


When loading an initial_data.sql file in Oracle the 
o.a.r.jdbc.util.DataSourcePopulator fails with an "Invalid operation for 
forward only resultset : first".  This is because the Statement is producing a 
non-scrollable ResultSet.

Fix:  Create the Statement with a ResultSet.TYPE_SCROLL_INSENSITIVE flag.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to