Re: [JPP-Devel] Run Datastore Query with no error-message

2013-04-17 Thread Uwe Dalluege
Hi Michaël, Am 17.04.2013 20:43, schrieb Michaël Michaud: > Hi Uwe, >> Hi Ede, >> >> I like to find an error in OJ. >> Michaël can see this error but I do not see it. >> There must be something different between >> Michaël environment and my environment. >> >> Can *you* reproduce this error? >> >>

Re: [JPP-Devel] Fwd: [jump-pilot - OpenJUMP Functions Problems] Select 32-bit

2013-04-17 Thread Stefan Steiniger
thanks a lot ede! Am 17.04.13 17:48, schrieb edgar.sol...@web.de: > done.. ede > > On 18.04.2013 00:23, Stefan Steiniger wrote: >> Hi Ede, >> >> as it is your area of expertise, do you think you can write an answer to >> this forum post? >> >> cheers, >> stefan >> >> >> Original-Nachricht

Re: [JPP-Devel] Fwd: [jump-pilot - OpenJUMP Functions Problems] Select 32-bit

2013-04-17 Thread edgar . soldin
done.. ede On 18.04.2013 00:23, Stefan Steiniger wrote: > Hi Ede, > > as it is your area of expertise, do you think you can write an answer to > this forum post? > > cheers, > stefan > > > Original-Nachricht > Betreff: [jump-pilot - OpenJUMP Functions Problems] Select 32-bit

[JPP-Devel] Fwd: [jump-pilot - OpenJUMP Functions Problems] Select 32-bit

2013-04-17 Thread Stefan Steiniger
Hi Ede, as it is your area of expertise, do you think you can write an answer to this forum post? cheers, stefan Original-Nachricht Betreff: [jump-pilot - OpenJUMP Functions Problems] Select 32-bit Datum: Wed, 17 Apr 2013 11:22:14 -0700 Von: SourceForge.net An: SourceForge.n

Re: [JPP-Devel] Run Datastore Query with no error-message

2013-04-17 Thread Michaël Michaud
Hi Uwe, Hi Ede, I like to find an error in OJ. Michaël can see this error but I do not see it. There must be something different between Michaël environment and my environment. Can *you* reproduce this error? 1. File>Run Datastore Query. 2. Connect to a PostGIS databas

Re: [JPP-Devel] Run Datastore Query with no error-message

2013-04-17 Thread edgar . soldin
On 17.04.2013 20:22, Michaël Michaud wrote: > Hi, >> i suggested B. handle the error there, via JumpWorkbench.getInstance().getFrame().handleThrowable(t) >> below. why don't you use this? > I did not change because I saw one + and one - > + : processing the exception in the class which t

Re: [JPP-Devel] Run Datastore Query with no error-message

2013-04-17 Thread Michaël Michaud
Hi, > i suggested >>> B. handle the error there, via >>> JumpWorkbench.getInstance().getFrame().handleThrowable(t) > below. why don't you use this? I did not change because I saw one + and one - + : processing the exception in the class which throwed it is more readable - : introducing JumpWorkben

Re: [JPP-Devel] Run Datastore Query with no error-message

2013-04-17 Thread edgar . soldin
sorry, unfortunately i have no postgis set up here. ..ede On 17.04.2013 11:54, Uwe Dalluege wrote: > Hi Ede, > > I like to find an error in OJ. > Michaël can see this error but I do not see it. > There must be something different between > Michaël environment and my environment. > > Can *you* re

Re: [JPP-Devel] Run Datastore Query with no error-message

2013-04-17 Thread Uwe Dalluege
Hi Ede, I like to find an error in OJ. Michaël can see this error but I do not see it. There must be something different between Michaël environment and my environment. Can *you* reproduce this error? 1. File>Run Datastore Query. 2. Connect to a PostGIS database. 3. Type after Query: select * fr

Re: [JPP-Devel] Run Datastore Query with no error-message

2013-04-17 Thread edgar . soldin
i suggested >>B. handle the error there, via >>JumpWorkbench.getInstance().getFrame().handleThrowable(t) below. why don't you use this? ..ede On 17.04.2013 11:27, Uwe Dalluege wrote: > Hi Michaël, > > now I have OJ3512 in eclipse. > > Is it right that the method toMessage ( ) > in com.vivids

Re: [JPP-Devel] Run Datastore Query with no error-message

2013-04-17 Thread Uwe Dalluege
Hi Michaël, now I have OJ3512 in eclipse. Is it right that the method toMessage ( ) in com.vividsolutions.jump.workbench.ui.WorkbenchFrame (line 1089) should be invoked by the exception of the method public FeatureSchema getFeatureSchema() from the class PostgisFeatureInputStream? I put an Syst