YOUNESS ELMEDRAOUI ha scritto:
> hi,
>  
> i'm a newest on geoserver.

Hi. This mailing list, "geoserver-devel", is a place where
developers discuss about how to move forward with GeoServer,
plan new features, synchnonize with each other.
You are welcomed to make usage questions, but the right
place is the other list, geoserver-users.

> i have two pblms:
> 1-
> when i tried to add a plugin of oracle jdbc it doesn't work and when i 
> tested a plugin of oracleNG it works. !!!

The old Oracle plugin is no more supported, Oracle-NG is the one
to use (in GeoServer 2.0 we'll stop shipping the old one).

> 2-
> I configured a WFS server whose uri is 
> http://localhost:8080/geoserver/wfs. I added a plugin 
> of oracleNG,I defined a namespace whose uri is 
> http://localhost:8080/<namespace <http://localhost:8080/<namespace>> and 
> a data warehouse to access of my Oracle database, but, when i want to 
> test a GetFeature Request, it returns me the following result:
> 
> Code:
> 
> <ows:Exception exceptionCode="InvalidParameterValue" locator="typeName">
>    <ows:ExceptionText> Feature type <namespace>: <Tablename> unknown </ 
> ows: ExceptionText>
>    </ ows: Exception>
>    </ ows: ExceptionReport>
> 
> my request is:
> Code:
> 
> http://localhost:8080/geoserver/wfs?request=getfeature&typename = 
> <namespace>: <Tablename>

Hum, the request is incomplete, it lacks the version and service
parameters. Besides that there should not be a space between the
column and the type name.

Finally, since I guess you're using a 1.7.x release, did you press apply
and save after adding your tables?

Cheers
Andrea

-- 
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to