[Geotools-gt2-users] - Geotools on web services

2007-02-16 Thread Fabio Luiz Leite
Hi people, I would like to know if anyone uses geotools with web services and has dependency problems with picoconteiner. I'm trying to deploy a web service that uses geotools api for parsing of filters, but I'm getting the following error: JAXRPC.TIE.04: Internal Server Error (JAXRPCTIE01:

Re: [Geotools-gt2-users] - Geotools on web services

2007-02-16 Thread Justin Deoliveira
Hi Fabio, A couple of questions. Are you parsing filter 1.0, or filter 1.1. Can you show me the code you are using to initalize the parser. Are you using the OGCConfiguration class? Also which version are you working from? Thanks, -Justin Fabio Luiz Leite wrote: Hi people, I would like to

[Geotools-gt2-users] Problem loading a Postgis data type

2007-02-16 Thread David Robison
I have created a Postgis table and am trying to load it into geoserver and I am getting the following error: 09:58:10,343 ERROR [STDERR] org.geotools.data.SchemaNotFoundException: Feature type could not be found for inrix_tmc_codes 09:58:10,343 ERROR [STDERR] at

Re: [Geotools-gt2-users] Problem loading a Postgis data type

2007-02-16 Thread Cory Horner
David Robison wrote: I have created a Postgis table and am trying to load it into geoserver and I am getting the following error: ... The version of geoserver that I am using is using gt2 version 2.2.3-SNAPSHOT. Any idea what the problem might be? The code I used to create the table is:

Re: [Geotools-gt2-users] - Geotools on web services

2007-02-16 Thread Fabio Luiz Leite
Hi Justin, Well, i am using parsing filter 1.0. Yes, i am using the OGCConfiguration class and the version that I am using is 2.4. Follows the soucer code: //Some imports import org.geotools.filter.v1_0.OGCConfiguration; import org.geotools.xml.Parser; import

Re: [Geotools-gt2-users] - Geotools on web services

2007-02-16 Thread Fabio Luiz Leite
It is important to say that the source code works well in desktop application (Junit test), but when I try to do the deployment in sun application server, it's occurs the error. On 2/16/07, Fabio Luiz Leite [EMAIL PROTECTED] wrote: Hi Justin, Well, i am using parsing filter 1.0.

Re: [Geotools-gt2-users] Problem loading a Postgis data type

2007-02-16 Thread David Robison
I modified the file to be: SELECT DropGeometryColumn('public','inrix_tmc_codes','the_geom'); DROP TABLE inrix_tmc_codes; BEGIN; CREATE TABLE inrix_tmc_codes (gid serial PRIMARY KEY, market_code int4, region int4, tmc_code int4, direction char(1), speed int4, color int4, route varchar(254),

Re: [Geotools-gt2-users] Problem loading a Postgis data type

2007-02-16 Thread David Robison
I found the problem. I was subclassing the Postgis plugin for my own use and I had a problem in the constructor. Thanks for your help. David David Robison wrote: I modified the file to be: SELECT DropGeometryColumn('public','inrix_tmc_codes','the_geom'); DROP TABLE inrix_tmc_codes; BEGIN;

Re: [Geotools-gt2-users] - Geotools on web services

2007-02-16 Thread Justin Deoliveira
Hmm, very interesting indeed. Can you send me a full stack trace, or any logs that you might get will trying to run this code on your app server. Thanks. -Justin Fabio Luiz Leite wrote: It is important to say that the source code works well in desktop application (Junit test), but when I

Re: [Geotools-gt2-users] - Geotools on web services

2007-02-16 Thread Fabio Luiz Leite
Ok, Justin. Follows the stack trace atached. On 2/16/07, Justin Deoliveira [EMAIL PROTECTED] wrote: Hmm, very interesting indeed. Can you send me a full stack trace, or any logs that you might get will trying to run this code on your app server. Thanks. -Justin Fabio Luiz Leite wrote: It