Re: [Geotools-devel] Fun with arcsde session

2008-04-16 Thread Jody Garnett
I have now got the right version of jars for the server I am testing against and am slowly kick the TestData method into shape. Stepping through the code and watching setXYByEnvelope shows the following change: BEFORE: (SeCoordRef : srid=0,falsex=0.0,falsey=0.0,xyunits=1.0,falsez=0.0,zunits=1.

Re: [Geotools-devel] Fun with arcsde session

2008-04-16 Thread Jody Garnett
I have confirmed that this problem exists on 2.4.x as well (yeah it is not my fault!) - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100

Re: [Geotools-devel] Fun with arcsde session

2008-04-16 Thread Jody Garnett
Jody Garnett wrote: > I do seem to have found an actual problem now ... failing to make a > rectangle because the points are out side of what. > It seems this is now a general problem for me; I am unable to create geometry to set up the test cases because the coordinates are outside of the va

Re: [Geotools-devel] Fun with arcsde session

2008-04-16 Thread Jody Garnett
Saul Farber wrote: > Sorry to be so silent as you and Gabriel work through the arcsde issues. > Not to worry; I am just trying to be good and send email after Gabriel and I figure something out on IRC. > I'm not sure what to make of these errors. It could be that someone has > arcmap open and

Re: [Geotools-devel] Fun with arcsde session

2008-04-15 Thread Saul Farber
Jody, Sorry to be so silent as you and Gabriel work through the arcsde issues. I'm not sure what to make of these errors. It could be that someone has arcmap open and has that layer locked that way. However, when the arcsde plugin dies in the middle of a test (say with one of those SeExceptions

Re: [Geotools-devel] Fun with arcsde session

2008-04-15 Thread Jody Garnett
Here are the kinds of errors reported > > ArcSDE Error Number: -21 > Error Description : SPECIFIED LAYER IS USE BY ANOTHER USER. > > ArcSDE Error Number: -19 > Error Description : SPECIFIED LAYER ALREADY EXISTS. > Extended Error Description : Error executing sto

[Geotools-devel] Fun with arcsde session

2008-04-15 Thread Jody Garnett
After a bit of a chat Gabriel and I have arrived at the idea of "Session": - formally known as ArcSDEPooledConnection - wraps around an SeConnection - creates/caches various objects ( example SeTable ) that last for the duration of the "session" - they are recycled so geoserver won't pay the cost