mboapache commented on code in PR #67:
URL: https://github.com/apache/db-jdo/pull/67#discussion_r1064209515


##########
api/src/main/java/javax/jdo/spi/JDOImplHelper.java:
##########
@@ -1065,7 +1065,7 @@ public void nonBinaryCompatibleMakeDirty(Object pc, 
String fieldName) {
       try {
         if (si.makeDirty(pc, fieldName)) return;
       } catch (Throwable t) {

Review Comment:
   Please file a separate JIRA for this. Then we can discuss which exceptions 
should be swallowed. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jdo-dev-unsubscr...@db.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to