Re: [Geotools-gt2-users] How to use Filter XML Support ?

2007-01-22 Thread Fabio Luiz Leite
. If you want to use this code, you will need to check out the geotools 2.4 ( trunk ) branch and build it from source. Let me know if you are interested and want more info on how to do so. -Justin Fabio Luiz Leite wrote: Hi all, i'm trying to run an example of the user guide about Filter

[Geotools-gt2-users] GML to SVG

2007-02-12 Thread Fabio Luiz Leite
Hi guys, Does anyone know how to implement a program that receive a GML code and trasnlate to SVG code ? Does Geotools has any faciliy ? Thanks in advance. -- Fábio Luiz Leite Júnior - Using Tomcat but need to do more? Need

[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 Fabio Luiz Leite
, 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 know if anyone uses

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] - 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

[Geotools-gt2-users] - Bug in the picocontainer

2007-02-26 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:

[Geotools-gt2-users] Creating Geometry in Filter encoding

2007-03-14 Thread Fabio Luiz Leite
Hi all, How to create an org.geotools.geometry ? I am encoding an OGC Filter using geotools 2.4, but the method needs this geometry. Follows code sample: FilterFactory ff = CommonFactoryFinder.getFilterFactory( null ); *Geometry g = // How to create this geometry ? * Contains

Re: [Geotools-gt2-users] Problems with filter encoding

2007-03-23 Thread Fabio Luiz Leite
Thanks, Gabriel and Justin. I have updated my .jar files for stable release and it has worked fine. On 3/22/07, Fabio Luiz Leite [EMAIL PROTECTED] wrote: =) Ok, Justin and Gabriel. My snapshot version is out of date. I will try with a most recent version. On 3/22/07, Justin Deoliveira [EMAIL

[Geotools-gt2-users] Failed to connect to the EPSG database ?

2007-03-27 Thread Fabio Luiz Leite
Hi people, I am using geotools 2.4, an error is occuring. The code tested works well in JUNIT test, in stand alone mode. This error ocurrs when i call the web service method, in the sun application server. The message is: org.opengis.referencing. FactoryException: Failed to connect to the EPSG

Re: [Geotools-gt2-users] Failed to connect to the EPSG database ?

2007-03-27 Thread Fabio Luiz Leite
Yes, I have. The gt2-epsg-hsql.jar and hsqldb-1.8.0.7.jar are in my classpath. On 3/27/07, Martin Desruisseaux [EMAIL PROTECTED] wrote: Fabio Luiz Leite a écrit : Hi people, I am using geotools 2.4, an error is occuring. The code tested works well in JUNIT test, in stand alone mode

Re: [Geotools-gt2-users] Failed to connect to the EPSG database ?

2007-03-28 Thread Fabio Luiz Leite
Yes, Andrea. I remove the epsg-access and It works fine, Thank you On 3/27/07, Andrea Aime [EMAIL PROTECTED] wrote: Fabio Luiz Leite ha scritto: Hi people, I am using geotools 2.4, an error is occuring. The code tested works well in JUNIT test, in stand alone mode. This error ocurrs