On Thu, Jun 23, 2011 at 11:42 PM, Robert Harris <[email protected]
> wrote:

> On Jun 23, 2011, at 2:10 PM, lee-verizon wrote:
>
> > Sorry, I don't know anything about geoserver,
>
> does anybody else have thoughts on this?  my understanding is that the
> purpose of ContentDataStore is to provide features to things like geoserver.
> am i on the right track here?  is there an better way to do this?
>

Did you just copy the csv store jar?
The pom says it depends on two more libraries:

     <dependency>
        <groupId>net.sourceforge.javacsv</groupId>
        <artifactId>javacsv</artifactId>
        <version>2.0</version>
    </dependency>
    <dependency>
        <groupId>commons-io</groupId>
        <artifactId>commons-io</artifactId>
        <type>jar</type>
        <scope>compile</scope>
    </dependency>

It may well be it does not even get to show in the store list without those,
it will certainly
happen if the store factory has any dependency on them.

A second reason might be a geotools version mismatch: are you building on
geotools trunk?
If so the store should work on geoserver trunk, but unlikely to in geoserver
2.1.x or older

Cheers
Andrea


-- 
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-------------------------------------------------------
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to