David Sharpe

Results 5 comments of David Sharpe

> > > As Robert Scholte keeps repeating, using `clean install` is a bad habit from the past ;-) > > `clean` is not required any more by almost all...

> > > I am using Eclipse Code Formatter plugin in Netbeans for a while: https://github.com/markiewb/eclipsecodeformatter_for_netbeans > It works well Just FYI for those reading: > This project is DEAD...

Here is some evidence that this problem may exist in EclipseLink. I'm deploying an application to Payara Server 5.192. I think it's bundling EclipseLink 2.7.1. The application connects to Oracle...

If I comment out the stored procedure call, there is no "potential statement leak" warnings, and the `ORA-01000: maximum open cursors exceeded` error never occurs.

(Not the maintainer. I'm just interested in this.) I can reproduce this bug, but I couldn't figure out why it occurs because the existing code _looks_ correct to me: ```...