Recent content by stevej

  1. S

    OpenEdge JDBC connection problems

    We had a custom cache of PreparedStatement objects that would be reused throughout the application. Removing this seems to have fixed the issues. This is a bit strange since: 1 - the same code worked in Progress 9.1D, and 2 - the errors were not confined to PreparedStatement calls. - steve
  2. S

    OpenEdge JDBC connection problems

    Hi, We're getting intermittent connection errors using a Linux client to connect to a Windows OpenEdge 10.1A server. The client is running a web application in Tomcat, and maybe one in every 30-40 connections drops out part way throught with either of the messages: java.sql.SQLException...
Top