[Geotools-devel] [jira] Created: (GEOT-2374) Add support for Null to BoundingShapeTypeBinding

2009-03-06 Thread Justin Deoliveira (JIRA)
Add support for Null to BoundingShapeTypeBinding Key: GEOT-2374 URL: http://jira.codehaus.org/browse/GEOT-2374 Project: GeoTools Issue Type: Bug Components: ext xml-xsd Affects V

Re: [Geotools-devel] GSOC 2009, WCS Client

2009-03-06 Thread Simone Giannecchini
Ciao, I have been studying WCS 1.1.2 this days (I have posted a few thoughts on my blog) so, yeah, WCS 1.1.2 is out :-). Anyway, I would volunteer to try and give a hand to Jody to mentor this one, since it would be a good occasion to the new api we have been working on to the tests. Simone.

Re: [Geotools-devel] creating featuresource from oracle spatial

2009-03-06 Thread alwynn
I do specify a schema parameter the config properties eg. map.put("schema","MY_SCHEMA_NAME"); When I use the getTypeNames (typeNames = dataStore.getTypeNames()) method it returns all types (tables) in the schema. The NoSuchMethodError is generated when I use dataStore.getFeautureSource("MYTABLE"