Re: ERAttachment and ERRest

2013-03-06 Thread Matthew Ness
On 07/03/2013, at 3:11 AM, Jesse Tayler wrote: > > On Mar 6, 2013, at 7:03 AM, Paul Yu wrote: > >> Jesse >> >> Can/would you share your solution on how you got your iOS image to post to >> the ERRest server and then how do you pass that back down? >> >> Thanks. > > > I could try! I don't

Re: simple survey for PostgreSQL

2013-03-06 Thread Paul Hoadley
On 07/03/2013, at 3:11 AM, Mark Cassidy wrote: > For any of you who may be using PostgreSQL, could you let me know what > version of the JDBC driver you are using? The version of PostgreSQL would > be nice to know, but especially the JDBC driver version would be very helpful. > > (We’re usi

RE: postgres jdbc driver

2013-03-06 Thread Michael Gargano
We're have the postgres logging on for long running queries... nothing takes more than a few seconds. -Mike From: Karl Gretton [mailto:kgret...@mac.com] Sent: Wednesday, March 06, 2013 12:06 PM To: Michael Gargano Cc: WebObjects-Dev List (webobjects-dev@lists.apple.com) Subject: Re: postgres jd

RE: postgres jdbc driver

2013-03-06 Thread Michael Gargano
The statement is closing at random times and it eventually ends up hanging eof and locking the instance. It looks like others have found an issue with the postgres jdbc driver doing this under heavy load, it's all in the statement pooling (some kind of race condition). I've been trying to debu

Re: postgres jdbc driver

2013-03-06 Thread Kevin Hinkson
On 6 Mar 2013, at 11:46, webobjects-dev-requ...@lists.apple.com wrote: > > Hi all, > >Just taking a quick survey of folks using postgres. I think > we've found an issue with the jdbc driver (any version within the last year > or so). >Since people don't update

Re: postgres jdbc driver

2013-03-06 Thread Karl Gretton
Michael, Did my suggestion about the statement_timeout help at all? If you have queries that run for a long time, the statement will time out and Postgres will close the connection. There are both statement and connection timeout parameters in the PG conf file. Karl On 6 Mar 2013, at 08:37,

Re: postgres jdbc driver

2013-03-06 Thread Ramsey Gurley
Out of curiosity, what sort of issues are you seeing? We use postgresql here, but it's old. (8.3.x) Ramsey On Mar 6, 2013, at 9:37 AM, Michael Gargano wrote: > Hi all, > > Just taking a quick survey of folks using postgres. I think > we’ve found an issue with the jdbc driver

Re: deleteAction not showing "Delete"

2013-03-06 Thread Jesse Tayler
if you are seeing that HTML at your browser, then I can't see what can make the word go away that isn't css or javascript. have you just refreshed without each css import just to see if one is responsible? On Mar 6, 2013, at 9:35 AM, Theodore Petrosky wrote: > I attached a screen shot. th

simple survey for PostgreSQL

2013-03-06 Thread Mark Cassidy
For any of you who may be using PostgreSQL, could you let me know what version of the JDBC driver you are using? The version of PostgreSQL would be nice to know, but especially the JDBC driver version would be very helpful. (We're using jdbc-9.2-1002, and Postgres is 9.1.1.) Thanks for any in

postgres jdbc driver

2013-03-06 Thread Michael Gargano
Hi all, Just taking a quick survey of folks using postgres. I think we've found an issue with the jdbc driver (any version within the last year or so). Since people don't update the jdbc drivers too frequently. What version of driver are you on?

Re: ERAttachment and ERRest

2013-03-06 Thread Jesse Tayler
On Mar 6, 2013, at 7:03 AM, Paul Yu wrote: > Jesse > > Can/would you share your solution on how you got your iOS image to post to > the ERRest server and then how do you pass that back down? > > Thanks. I could try! I don't know if you want to be following after me ;-) there. I made a smil

Re: deleteAction not showing "Delete"

2013-03-06 Thread Theodore Petrosky
I attached a screen shot. this is on an embedded (to-many) relationship. Ted --- On Tue, 3/5/13, David LeBer wrote: > From: David LeBer > Subject: Re: deleteAction not showing "Delete" > To: "Theodore Petrosky" > Cc: "David Holt" , "WebObjects Development" > > Date: Tuesday, March 5, 2013,

Re: WebObjects 5.3.4 Frontbase question

2013-03-06 Thread jazz
Thanks Ralph and Jesse! Reimported the FrontBasePlugin.framework with target "Application Server" selected and works like a charm. Regards, Bart On 5 Mar 2013, at 19:41, Jesse Tayler wrote: > that must be an old, old project! > > but if you add it to your class path it should get picked up if