Re: [Geoserver-users] Oracle datastore plugin not displaying

2010-07-29 Thread v...@csiro
As what mile has said, ensure you have - ojdbc14.jar - gt-jdbc-oracle-2.6.4.jar in your lib directory. Configure your database connection and you should be good to go :) http://docs.geoserver.org/stable/en/user/data/oracle.html pasta wrote: > > Is anybody using the Oracle plugin under

Re: [Geoserver-users] Geosciml 3.0?

2010-07-29 Thread v...@csiro
Kindly check your database connection details. Is your postgis port 5432 or 54321? By default postgis I believe is 5432 without the 1 -- View this message in context: http://old.nabble.com/Geosciml-3.0--tp29301429p29302395.html Sent from the GeoServer - User mailing list archive at Nabble.com.

Re: [Geoserver-users] PostGIS: Error occurred trying to reproject data

2010-08-24 Thread v...@csiro
Hi Sina, I have committed the patch to trunk Trunk Geotools:Completed: At revision: 36114 GeoServer:Completed: At revision: 14733 If your revision is older then this then hopefully my patch would have resolved your issue :) You can download a build version from our buildbot http://files.i

Re: [Geoserver-users] Appschema: NullPointerException

2010-08-24 Thread v...@csiro
Hi Ryan, Which build version are you using? Would you be able to send the mapping files? I ran into a similar issue in the past and it was due to null values in the database even though the schema is set to minOccur=0 I have submitted a patch for this last month http://jira.codehaus.org/brows

Re: [Geoserver-users] Appschema: NullPointerException

2010-08-24 Thread v...@csiro
I didn't read your email properly, my bad :) Attach your mapping file and I will see if I can replicate the issue :) v...@csiro wrote: > > Hi Ryan, > > Which build version are you using? > > Would you be able to send the mapping files? I ran into a similar issue &

Re: [Geoserver-users] Appschema: NullPointerException

2010-08-26 Thread v...@csiro
The mapping looks fine (I assumed the gsmlcore:metadata is commented out on purpose and is not the reason for the feature the showing). perhaps you can try changing the default logging to verbose mode. that should print out the sql that is being send to the backend. -- View this message in co

Re: [Geoserver-users] Slow WFS request

2010-08-30 Thread v...@csiro
Complex features runs off simple features http://docs.geoserver.org/stable/en/user/data/app-schema/index.html?highlight=application%20schema%20simple -- View this message in context: http://old.nabble.com/Slow-WFS-request-tp29577661p29578528.html Sent from the GeoServer - User mailing list ar

Re: [Geoserver-users] Error duplicate mappingName in 2.0.2 (but works fine in 2.0.1)

2010-09-02 Thread v...@csiro
The warning belows looks very familar, try setting a primary key or instead of idExpression -> getID maybe try idExpression -> id WARN [data.complex] - This shouldn't have happened.There should be at least 1 features with id='species_in_ps.fid-4573364d_12ad1d0800a_-8000'. WARN [data.complex

Re: [Geoserver-users] Perform getfeature request through GeoServer using POST method

2010-10-13 Thread v...@csiro
Does it work using GET(with your filter)? David Alda Fernandez de Lezea wrote: > > > Hi list, > > I'm a bit newbie in GeoServer, so forgive me if this is something stupid. > I want from an OpenLayers based web application to ask for some features > of a layer served via GeoServer. I'm usin

Re: [Geoserver-users] About gsml:Borehole again

2010-10-28 Thread v...@csiro
Hi Ying, Not sure if this is resolved :) but you will need to run the index again :) yw wrote: > > > Hi Florence, > > Good to hear you again. Thank you very much for your help again. > > What I have done is as following, > > 1. Data > > In Oracle, I have one table under SCOTT schema >

Re: [Geoserver-users] [ExternalEmail] Re: About gsml:Borehole again

2010-10-28 Thread v...@csiro
W" AS > SELECT , > , > , > SDO_GEOMETRY(2001,7405,SDO_POINT_TYPE(X, Y, NULL), NULL, NULL) SSHAPE, > SDO_GEOMETRY(2002,NULL,NULL,SDO_ELEM_INFO_ARRAY(1,2,1),SDO_ORDINATE_ARRAY(X, > Y, X, Y)) GEOM_SHAPE > FROM BOREHOLE3 > > Try that and see what's

Re: [Geoserver-users] WFSDataStore - 'Unable to parse filter' for version 1.1.0

2011-01-06 Thread v...@csiro
Hi David, I know my colleague has recently fixed some issues with Bbox. As he is not back from his holiday yet, it might be worthwhile for you to try the latest version of geoserver from trunk :) http://files.ivec.org/geoserver/geoserver-trunk/ Right now the server above is down over the Christ