buildbot exception in on openjpa-master-docs

2019-06-25 Thread buildbot
The Buildbot has detected a build exception on builder openjpa-master-docs while building . Full details are available at: https://ci.apache.org/builders/openjpa-master-docs/builds/201 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave8_ubuntu Build Reason: The

[jira] [Commented] (OPENJPA-2791) Parsing persistence.xml throws premature end of file error

2019-06-25 Thread JIRA
[ https://issues.apache.org/jira/browse/OPENJPA-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872265#comment-16872265 ] Francesco Chicchiriccò commented on OPENJPA-2791: - What about simply replacing

[jira] [Commented] (OPENJPA-2791) Parsing persistence.xml throws premature end of file error

2019-06-25 Thread JIRA
[ https://issues.apache.org/jira/browse/OPENJPA-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872451#comment-16872451 ] Francesco Chicchiriccò commented on OPENJPA-2791: - This (more close to OpenJPA's

[jira] [Comment Edited] (OPENJPA-2791) Parsing persistence.xml throws premature end of file error

2019-06-25 Thread Robert F. Peake (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872372#comment-16872372 ] Robert F. Peake edited comment on OPENJPA-2791 at 6/25/19 3:06 PM: ---

[jira] [Comment Edited] (OPENJPA-2791) Parsing persistence.xml throws premature end of file error

2019-06-25 Thread Robert F. Peake (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872372#comment-16872372 ] Robert F. Peake edited comment on OPENJPA-2791 at 6/25/19 3:23 PM: ---

[jira] [Commented] (OPENJPA-2791) Parsing persistence.xml throws premature end of file error

2019-06-25 Thread Robert F. Peake (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872372#comment-16872372 ] Robert F. Peake commented on OPENJPA-2791: -- This approach won't work because the root of the

[jira] [Commented] (OPENJPA-2791) Parsing persistence.xml throws premature end of file error

2019-06-25 Thread JIRA
[ https://issues.apache.org/jira/browse/OPENJPA-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872442#comment-16872442 ] Francesco Chicchiriccò commented on OPENJPA-2791: - {quote}It doesn't work here because

[jira] [Commented] (OPENJPA-2791) Parsing persistence.xml throws premature end of file error

2019-06-25 Thread Robert F. Peake (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872538#comment-16872538 ] Robert F. Peake commented on OPENJPA-2791: -- Debugging, the actual code is effectively

[jira] [Commented] (OPENJPA-2791) Parsing persistence.xml throws premature end of file error

2019-06-25 Thread Robert F. Peake (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872576#comment-16872576 ] Robert F. Peake commented on OPENJPA-2791: -- Problem solved. I replaced

[jira] [Commented] (OPENJPA-2790) Convert build from SVN to GIT

2019-06-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872639#comment-16872639 ] ASF subversion and git services commented on OPENJPA-2790: -- Commit

[jira] [Work logged] (OPENJPA-2790) Convert build from SVN to GIT

2019-06-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2790?focusedWorklogId=266979=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-266979 ] ASF GitHub Bot logged work on OPENJPA-2790: --- Author: ASF GitHub Bot

[jira] [Commented] (OPENJPA-2790) Convert build from SVN to GIT

2019-06-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872640#comment-16872640 ] ASF subversion and git services commented on OPENJPA-2790: -- Commit

Custom DBDictionary setUnknown method is called with NULL Column

2019-06-25 Thread srayapati
Our project uses EJB3 with OpenJPA 2.4.3 and TOMEE plume 7.1.0We have a custom DBDictionary that requires the Column data passed to this method: - public void setUnknown(PreparedStatement stmt, int idx, Object val, Column col) throws SQLException {When a prepared statement is executed, the

Column data unavailable in DBDicitonary setUnknown method

2019-06-25 Thread Spurthy Rayapati
Our project uses EJB3 with OpenJPA 2.4.3 and TOMEE plume 7.1.0 We have a custom /DBDictionary /that requires the Column data passed to this method:     - public void setUnknown(PreparedStatement stmt, int idx, Object val,*Column col)* throws SQLException { When a prepared statement is