Re: [Geotools-devel] SLD, PointSymbolizer and multi geometries

2010-03-26 Thread Christian Müller
ASFAIK, the centorid of geometry is not guaranteed to be within the geometry. As an example, s simple Polygon with a shape like the letter "U" has its centroid not on the surface. There is a operation "pointOnSurface" you should use. For multipolygons, I use an additional Multipoint geometry ini

Re: [Geotools-devel] release train for 2.6.3

2010-03-25 Thread Christian Müller
Works for me, I will play the "early adopter". Again, I want to state that this is a significant enhancement, avoiding creation of tons of SQL views :-) Andrea Aime writes: > Christian Müller ha scritto: >> I would like to see Andreas new Virtual Tables in th

Re: [Geotools-devel] release train for 2.6.3

2010-03-24 Thread Christian Müller
Hmmm what about the jdbc-ng datastores.? Jody Garnett writes: > When your train cars show up? All the issues that troubled uDig from > GeoTools 2.6.2 are now fixed. > > Jody > > On Thu, Mar 25, 2010 at 9:23 AM, Michael Bedward > wrote: >> Hi Jody, >> >> I've got a couple. When is the trai

Re: [Geotools-devel] release train for 2.6.3

2010-03-24 Thread Christian Müller
I would like to see Andreas new Virtual Tables in the release, if it is possible. (this is not a MUST, it is a wish). @Andrea, I sent you a mail about 2.6.x and a proposal how to include the VT without having an affect to the GeoServer GUI. The programmatic API is enough for the moment and I c

Re: [Geotools-devel] New functionality: creating new feature types with an sql query in jdbc data stores

2010-03-23 Thread Christian Müller
:-) Andrea Aime writes: > Christian Müller ha scritto: >> Yep, sounds good using {bbox} >> At the moment I have the problem with tons of views in my database. The >> virtual table concept could be a solution for this. If you like I would >> try >> to deplo

Re: [Geotools-devel] New functionality: creating new feature types with an sql query in jdbc data stores

2010-03-23 Thread Christian Müller
there anything preventing virtual tables to work with geoserver 2.x ? Otherwise I would try a "real world" deployment. Andrea Aime writes: > Christian Müller ha scritto: >> Hmm >> And how do you rewrite a query if the bbox param is missing ? >> e.g >>

Re: [Geotools-devel] New functionality: creating new feature types with an sql query in jdbc data stores

2010-03-23 Thread Christian Müller
Hmm And how do you rewrite a query if the bbox param is missing ? e.g where st_area($bbox) > 10 or where anAttr = aValue or or where anAttr = aValue and ? Andrea Aime writes: > Christian Müller ha scritto: >> If I understand the concept, this feature

Re: [Geotools-devel] New functionality: creating new feature types with an sql query in jdbc data stores

2010-03-23 Thread Christian Müller
If I understand the concept, this feature will not add functionality. The purpose is to make the statement more efficient right ? Andrea Aime writes: > Andrea Aime ha scritto: >>> For example: >>> >>> SELECT id, name, url, ST_SetSRID(ST_Point(longitude, latitude),4326) as >>> location FROM

Re: [Geotools-devel] opengeo login for hudson

2010-03-22 Thread Christian Müller
LOL, same thing here in Austria I can invite you to use http://gis.linux4all.at:55032 http://gis.linux4all.at:55064 if you want to check some builds Since I have the same login/password as the official hudson, we should ask Andrea first (This was the way I did it) Michael Bedward writ

Re: [Geotools-devel] New functionality: creating new feature types with an sql query in jdbc data stores

2010-03-22 Thread Christian Müller
This is a very good feature. IMHO, we should integrate it into trunk and 2.x series a soon as possible. Andrea Aime writes: > Hi, > during the NY OpenGeo code sprint last month we've designed > and coded support for what we call "virtual tables", that > is, feature types that are defined via

Re: [Geotools-devel] JDBC cleanup, getting rid of some old modules, deprecating others

2010-03-13 Thread Christian Müller
ory (currently untested). > > Jody > > On 14/03/2010, at 1:57 AM, Christian Müller wrote: > >> Concerning the old db2 module. >> >> I think only UDIG is using the old db2 module, and it does not work >> properly. I have never seen a complaint on the mailin

Re: [Geotools-devel] JDBC cleanup, getting rid of some old modules, deprecating others

2010-03-13 Thread Christian Müller
Concerning the old db2 module. I think only UDIG is using the old db2 module, and it does not work properly. I have never seen a complaint on the mailing list, and if somebody uses it, there should have been some because of errors. Big +1 for getting rid of the old module. Andrea Aime w

Re: [Geotools-devel] How Much Interest in "Precise " JTS to SVG Conversion?

2010-03-05 Thread Christian Müller
Two years ago I have done something similar. Fetching geometries from a database and transform them into SVG. The SVG maps were displayed in a browser. The proposed module would have helped a lot. The nice thing with SVG is that you can design interactive maps for the users, not only nice ima

[Geotools-devel] Oracle GeoRaster Support

2010-02-17 Thread Christian Müller
@Andrea, can you have a short look at http://jira.codehaus.org/browse/GEOT-2905 I have no idea here. -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winn

[Geotools-devel] DELAY in DataStoreCacheTest

2009-12-21 Thread Christian Müller
Andrea, I have seen you are the last editor of class DataStoreCacheTest. Sometimes the methods testRemoveDataStore and testAddDateStore fail. Looking at the methods, I see a Thread.sleep(DELAY). The DELAY = 1000ms = 1 second. I think I have the following problem here. The virtual machine

[Geotools-devel] SUN specific import statements

2009-12-17 Thread Christian Müller
Do we have a possibility to check for SUN specific imports before we commit to svn. One such statement breaks at least 4 builds on the build server (the IBM builds, I did not check openJDK). Happened today in JDBCDataStoreFactory, I fixed this issue. -

[Geotools-devel] How did you fix GEOT-2546

2009-12-17 Thread Christian Müller
Andrea, my hero, you fixed http://jira.codehaus.org/browse/GEOT-2546 successfully. What have you done ? I seems there is a twin of the problem Failed tests: testWeakReferences(org.geotools.util.CanonicalSetTest) and sometimes testStrongReferences(org.geotools.util.CanonicalSetTest)

Re: [Geotools-devel] New Hudson build jobs: build in path with spaces

2009-12-16 Thread Christian Müller
The 32 bit builds build now with a space in the path. I changed the hudson home from /home/hudson to "/home/hudson 32". Unfortunately, I cannot do the same on the 64 bit builds, since the hudson init script on ubunutu 9.10 cannot handle a hudson home dir with blanks. Is it enough to have the 3

Re: [Geotools-devel] IBM JDK 6 64bit mis-setup?

2009-12-14 Thread Christian Müller
The problem was that ubuntu 9.10 installs libstdc++6.so. I additionally installed libstdc++5 and now, the problem is gone. -1 on our list :-) Andrea Aime writes: > Hi, > after fixing a few failures here and there in the IBM builds I stumbled > into one that looks a mis-setup JDK. The CropT

Re: [Geotools-devel] New Hudson build jobs: build in path with spaces

2009-12-14 Thread Christian Müller
Hmm, until now I see no possibility for changing "workspace" to "workspace with space". I think hudson creates this directory by default and I did not find a place where to reconfigure it. I had spaces in the project names which resulted in directory names with spaces, but I removed the blank

Re: [Geotools-devel] Permission issues on the IBM build boxes?

2009-12-14 Thread Christian Müller
Andrea, you were right. First the hudsons were deployed into tomcat. Because of class path problems, I run the hudsons with the included servlet engine. I did a chwon for the whole hudson working directory, but not for /tmp/Geotools which still belongs to the tomcat user. I fixed this. Anothe

Re: [Geotools-devel] New Hudson build jobs

2009-12-12 Thread Christian Müller
> On 10/12/09 18:22, Christian Müller wrote: >> http://gis.linux4all.at:55032 >> http://gis.linux4all.at:55064 > > I am getting DNS failures for these. Is this a new domain? > > -- > Ben Caradoc-Davies > Software Engineer, CSIRO Earth Science and Resource

Re: [Geotools-devel] New Hudson build jobs

2009-12-11 Thread Christian Müller
Andrea, the best would be to focus on SUN and OpenJDK. If we have clean builds here, I will do the IBM part. Deal ? Andrea Aime writes: > Christian Müller wrote: >> I think we need a strategy for this. At the moment my mail account is >> bombed with notifications from

Re: [Geotools-devel] grass rasters geotools support

2009-12-11 Thread Christian Müller
+1 without comment Michael Bedward writes: > Definitely +1 ! > > Michael > > -- > Return on Information: > Google Enterprise Search pays you back > Get the facts. > http://p.sf.net/sfu/google-dev2dev > _

Re: [Geotools-devel] New Hudson build jobs

2009-12-10 Thread Christian Müller
I think we need a strategy for this. At the moment my mail account is bombed with notifications from the two hudsons. As I contacted Ben, he opened GEOS-3689 with priority "Blocker". I could do the same for errors which occur more then once in the same build. Another possibility would be to fo

[Geotools-devel] New Hudson build jobs

2009-12-10 Thread Christian Müller
There are 40 new builds jobs available, for the impatient http://gis.linux4all.at:55032 http://gis.linux4all.at:55064 (The URLs a temporary and may change in future) Behind http://gis.linux4all.at:55032 is a Suse 11.1 32 bit installation, behind http://gis.linux4all.at:55064 is an Ubuntu

Re: [Geotools-devel] JDBC-NG: making primary key lookup more flexible

2009-12-03 Thread Christian Müller
Yep, Deal :-) Andrea Aime writes: > Christian Müller ha scritto: >> Yep, I am >> First, I meant DB2 does not allow an underscore as the first character of >> a table name. Sorry. >> Second, I talked only about meta information. >> >> About Se

Re: [Geotools-devel] JDBC-NG: making primary key lookup more flexible

2009-12-03 Thread Christian Müller
insert. The Jdbc API Statement.getGeneratedKeys() would be the right way. The real problem is the method public boolean lookupGeneratedValuesPostInsert() For DB2, this is not true and not false. Again, the lookup plugin gives me the possibility of a NotSupportedException. Your opinion ? Andrea Aime w

Re: [Geotools-devel] JDBC-NG: making primary key lookup more flexible

2009-12-03 Thread Christian Müller
A big +1 for interface or base class,I think a base class would be fine. @Justin, asfaik , DB2 does not allow underlines in table names. I am not a friend of such default assumptions. @Andrea, look at http://jira.codehaus.org/browse/GEOT-2015, it would be a good idea to have an additional me

Re: [Geotools-devel] Question regarding maven repos

2009-11-29 Thread Christian Müller
investigate further and use SUN 6 now. I hope to have offical URLs within December. At the moment I can say that the SUN builds work as expected, the ibm and openjdk builds have problems, interestingly sometimes exact the same test cases. So far, so good Andrea Aime writes: > Christian Müller

Re: [Geotools-devel] moving rest of jdbc plugins to supported

2009-11-26 Thread Christian Müller
al data types > (from what can be seen at > http://www.microsoft.com/sqlserver/2008/en/us/editions-compare.aspx). > > Cheers > Milton > > Christian Müller wrote: >> Hi Justin >> >> At the moment I am working on additional Hudsons for different skds

[Geotools-devel] Question regarding maven repos

2009-11-25 Thread Christian Müller
If I run geoserver and geotools builds with java 5 and java 6 on the same machine, should I have two different local maven repos. (At the moment I have one, ".m2" in the home dir. The jobs are started with the same maven options as in the official hudson build server. Sometimes I get errors

Re: [Geotools-devel] moving rest of jdbc plugins to supported

2009-11-25 Thread Christian Müller
Hi Justin At the moment I am working on additional Hudsons for different skds (IBM,SUN,OpenJDK,32 and 64 Bits). I am also trying to activate online tests, especially for jdbc-ng. For the moment I have postgis and db2 running. Oracle has a problem which is known by Andrea. The mysql module h

[Geotools-devel] Question regarding gdal_retile.py

2009-11-21 Thread Christian Müller
ly >> >> phone: +39 0584983027 >> fax: +39 0584983027 >> mob:+39 333 8128928 >> >> >> http://www.geo-solutions.it >> http://geo-solutions.blogspot.com/ >> http://simboss.blogspot.com/ >> http://www.linkedin.com/in/simonegiannecchin

[Geotools-devel] Question regarding gdal_retile.py

2009-11-19 Thread Christian Müller
Since there is some interest in the utility (and a new tutorial, thanks Simone), I think about a java port of the Python part of this utility. Second, on the gdal mailing list, there is some excitement about a new java api for gdal. If, and only if, the java api is good, I can investigate in

Re: [Geotools-devel] Switching to Java 6

2009-11-04 Thread Christian Müller
ibm windows sdk and this was a little bit tricky (It is possible but I dont rember how to). Anyway, supporting 2 java versions is a good idea, developing with the older version und checking builds with the newer one. Andrea Aime writes: > Andrea Aime ha scritto: >> Christ

Re: [Geotools-devel] Switching to Java 6

2009-11-04 Thread Christian Müller
-1 from my side for the geoserver base (2.6). The most common Websphere installations are 6.x based on Java 5. Is there a point in time where we plan to use 2.7.x for geoserver ? We should support at at least 2 java versions, so I would wait until the first app servers use java 7. At this po

Re: [Geotools-devel] Release complete

2009-10-12 Thread Christian Müller
Äh, last week I closed [GEOT-1912], why is this issue still listed as open ? Jody Garnett writes: > Release notes here: > - > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10270&styleName > =Html&version=15773 > > I managed to catch a few issues that had not been closed in J

Re: [Geotools-devel] RC scheduled for Friday, jar file problems ?

2009-10-09 Thread Christian Müller
ed not to worry about classpath issues. During the build of the "monster" jar file, the build process reports name clashes. Thats it. Andrea Aime writes: > Christian Müller ha scritto: >> Looking at the zip files for 2.6.0-M2 and 2.6.0-M3 I discovered 2 >>

[Geotools-devel] RC scheduled for Friday, jar file problems ?

2009-10-09 Thread Christian Müller
Looking at the zip files for 2.6.0-M2 and 2.6.0-M3 I discovered 2 versions of the commons-io jar file: commons-io-1.4.jar commons-io-1.2.jar A lot of classes are duplicated in the classpath, eg. org/apache/commons/io/FileCleaner.class. I think this is a source of problems. Doing further in

Re: [Geotools-devel] gt-swing nominated to graduate to supported module

2009-09-29 Thread Christian Müller
@Jody: Sorry, I have no experience with swing testing frameworks. As I told I developed one complex Swing applet which runs only on sun jdk 6. On the other side I appreciate to give developers a Swing starting point and to honor the work done until yet. My vote is a +0 , but only if the modu

Re: [Geotools-devel] gt-swing nominated to graduate to supported module

2009-09-28 Thread Christian Müller
I am with Andrea concerning the test coverage. I am always trying hard to get a good code coverage, investing sometimes more time in creating the the test cases than in the module itself. Additionally, since I developed a Swing applet for showing maps and modifying geometries, I know Swing i

Re: [Geotools-devel] Prefetching collections and family, dropping the ball

2009-09-25 Thread Christian Müller
009 at 6:15 PM, Andrea Aime wrote: >> Christian Müller ha scritto: >>> I think you are right here. Instead of collection prefetching, we should >>> use multiple Threads for fetching data for multiple layers. Each layer >>> fetches its data in an own thread. >

Re: [Geotools-devel] Prefetching collections and family, dropping the ball

2009-09-25 Thread Christian Müller
I think you are right here. Instead of collection prefetching, we should use multiple Threads for fetching data for multiple layers. Each layer fetches its data in an own thread. We had a short discussion about this, seems to be a matter of your resources. Andrea Aime writes: > Hi, > as

Re: [Geotools-devel] Light mutithreading on the streaming renderer

2009-09-15 Thread Christian Müller
About threading with coverages. I use tile decoder threads (decoding each tile in its own thread). This improves response time and cpu utilization. The threads for themselves are very short living ones. I have not seen any problems at my installations or heard something from user mailing list.

Re: [Geotools-devel] Light mutithreading on the streaming renderer

2009-09-09 Thread Christian Müller
Hi, interesting discussion. I did something similar with my imagemosiac jdbc module for decoding the tiles. Scaled up well, the IBM power p6 has 4 CPUs at 100 %, consuming energy like a washing machine. I had also the idea using a prefetch mechanism like yours using jdbc data stores, I omitted

[Geotools-devel] hudson for ibm java and openjdk java

2009-09-07 Thread Christian Müller
Some questions about our preferences. I want to install an ibm hudson and an openjdk hudson building geoserver/geotools The questions are 1) 32 or 64 bit java environment 2) Java 5 / Java 6 3) CentOS 5.3, Ubuntu Server 9.04 or opensuse 11.1 4) only trunk or geoserver 1.7.x and geotools 2.5.x

Re: [Geotools-devel] JDBC-NG unsupported modules setup breaks builds

2009-09-02 Thread Christian Müller
We will have enough power, (remember ibm hudson ). At the moment we have problems with the tyan motherboards in combination with amd shanghai chips causing delays. Proposal: If its urgent, put the jobs on your hudson box if possible, a hardware boost is arriving, depending on the delivery of ne

Re: [Geotools-devel] FOSS4G Code Sprint

2009-09-02 Thread Christian Müller
+1 for that. Since I did the feature-pregeneralizd module having to write wrappers around feature related classes, I know what you are talking about :-) Justin Deoliveira writes: > One thing I have been wanting to do for a long time is the feature > collection cleanup: > > http://geotools.

Re: [Geotools-devel] Win32 Hudson: ok to start pestering the mailing list on build failures?

2009-09-01 Thread Christian Müller
+1 Simone Giannecchini writes: > +1 from me as well > > Simone. > --- > Ing. Simone Giannecchini > GeoSolutions S.A.S. > Founder - Software Engineer > Via Carignoni 51 > 55041 Camaiore (LU) > Italy > > phone: +39 0584983027 > fax: +

Re: [Geotools-devel] making the leap to jdbc-ng

2009-08-09 Thread Christian Müller
Jody, I think your problem is related to GEOT-2335 Its simple to revoke connection/transaction handling from the store itself and let the client code handle these issues. I has similar problems in an EJB Container. Jody Garnett writes: > I am wading into the udig code changing over to the j

Re: [Geotools-devel] Windows once a day build is up

2009-08-07 Thread Christian Müller
Good news, the consequences for me are 1) I need not setup a windows build server 2) I will set up the ibm build server 3) I will setup all the OS database engines for online tests 4) What about site generation ? Should I ? At the moment we are still waiting for some hardware pieces :-( And

Re: [Geotools-devel] Another connection pool option: c3p0

2009-07-29 Thread Christian Müller
My deployments are Websphere deployments and I use the connection pooling of Websphere, otherwise I would be an enemy of myself in case of troubleshooting with the IBM Websphere support. I am really neutral on this and I do not use DBCP. Andrea Aime writes: > Justin Deoliveira ha scritto

Re: [Geotools-devel] Postgis and db2 still in "plugi ns" on trunk

2009-07-29 Thread Christian Müller
I was already wondering about having the "old" db2 datastore in the plugins directory. Move it. Andrea Aime writes: > Hi, > any reason for still having the old postgis and db2 datastore in > "plugins" instead of "unsupported"? > We should also deprecate the datastore classes and invite people

Re: [Geotools-devel] Another connection pool option: c3p0

2009-07-28 Thread Christian Müller
I think that all deployments in a J2EE container should use the connection pooling of the chosen container. I do not see the importance of a change but perhaps I have overseen something. ? Andrea Aime writes: > Hi, > I've been experimenting a little with connection pools performance > and i

Re: [Geotools-devel] Call for vote: commit access for Russell Petty

2009-07-22 Thread Christian Müller
+0, I am back from holidays and do not really know something about the module. Ben Caradoc-Davies writes: > Thanks. > > Simone Giannecchini wrote: >> +1 from me >> >> Simone. >> --- >> Ing. Simone Giannecchini >> GeoSolutions S.A.S. >>

Re: [Geotools-devel] moving jdbc-ng modules

2009-07-04 Thread Christian Müller
Hi, I have only some hours left before starting into holidays. (For 2 weeks). You can move, but I cannot try next 2 weeks. Anyway +1 Justin Deoliveira writes: > Hi all, > > I would like to do the move of the jdbc-ng modules supported this > weekend at some time. I wanted to send this ema

Re: [Geotools-devel] REQUEST to create a new gt-jp2kakadu module on unsupported land to handle jp2k data via kakadu driver.

2009-07-03 Thread Christian Müller
+1 without comment Daniele Romagnoli writes: > Hi again, > I have setup a brief wiki page with preliminar info on this: > http://docs.codehaus.org/display/GEOTOOLS/JP2K+Kakadu+Plugin > If everything is ok, can I have a +1? > > Regards, > Daniele > > On Thu, Jul 2, 2009 at 4:23 PM, Daniele R

Re: [Geotools-devel] Eclipse bin output breaks test SPI resources

2009-07-02 Thread Christian Müller
Works for me Justin Deoliveira writes: > Andrea Aime wrote: >> Justin Deoliveira ha scritto: >>> 3) revert back to the old way :) >>> >>> Seems like 1) move the new eclipse config to a profile seems the >>> nicest way. It gives developers the choice of how to set up their >>> eclipse environ

Re: [Geotools-devel] moving eclipse bin -> target/bin ?

2009-07-01 Thread Christian Müller
"mvn clean" in the eclipse environment is "Clean all Projects". In my opinion, it is not a good idea to mix these two kinds of building. Things are easier to understand if mvn does its own build/clean and eclipse does its own build/clean. Justin Deoliveira writes: > Was bin intentionally ke

Re: [Geotools-devel] File.toURL usage and extensive user patch

2009-06-30 Thread Christian Müller
In the meantime a new version of ibm sdk 6 is available. (I am working with the new version). If you look at the list of fixes and search for introspection, you can get an idea why there have been problems with geoserver running on ibm skd. I am still in the process of testing Title: fixes

Re: [Geotools-devel] Making eclipse generate class files in a separate directory

2009-06-28 Thread Christian Müller
Looking at your patch the only thing what is happening is that the class files are going into the "bin" folder and not into the target/classes folder. At the end of the day this means that within eclipse I can switch between different sdks for testing, which would make my job (porting to ibm s

Re: [Geotools-devel] File.toURL usage and extensive user patch

2009-06-28 Thread Christian Müller
+1 without comment Andrea Aime writes: > Christian Müller ha scritto: >> Since I am always working with an SDK 6, the usage of File.toUrl() is >> marked depricated, I think the patch is welcome, especially if I think >> about the fact that we have no Windows developers

Re: [Geotools-devel] File.toURL usage and extensive user patch

2009-06-28 Thread Christian Müller
Since I am always working with an SDK 6, the usage of File.toUrl() is marked depricated, I think the patch is welcome, especially if I think about the fact that we have no Windows developers. The patch is for 2.5.x, what about trunk ? Andrea Aime writes: > Hi all, > a GT2 user provided thi

Re: [Geotools-devel] Proposed new Webservices module

2009-06-25 Thread Christian Müller
+0 from me, I know nothing about it -- ___ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel

[Geotools-devel] GEIT-2559

2009-06-18 Thread Christian Müller
Aaime or Justin, short review from one of you, afterwards i will apply the last code sequence to 2.5.x and 2.6.x -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that

Re: [Geotools-devel] Unsupported Module "caching" does not build with IBM SDK 6 (mvn clean install )

2009-06-16 Thread Christian Müller
> Jody Garnett wrote: >> Emily has taken this one up (and may not of updated the pom.xml file >> yet?) >> >> Jody >> >> On Mon, Jun 15, 2009 at 12:19 AM, Christian >> Müller wrote: >>> The problem here is that the module builds with S

Re: [Geotools-devel] Graduating JDBC-NG: what's missing

2009-06-15 Thread Christian Müller
I have been waiting for this mail a long time :-) I was not sure because there are a lot of jira issues but +1 !! in any case. For the db2 side, the issues left are additional features (blob, aggregate functions, partial 3d support,). Andrea Aime writes: > Hi, > I was think

[Geotools-devel] Unsupported Module "caching" does not build with IBM SDK 6 (mvn clean install )

2009-06-14 Thread Christian Müller
The problem here is that the module builds with SUN SDK 6 and IBM SDK 5, but not with IBM SDK 6. Executing the tests individually within eclipse and IBM SDK 6, everything works, so there are 2 possibilities 1) IBM SDK 6 has a bug 2) There is a race condition Looking into the README, I see

Re: [Geotools-devel] A new style builder

2009-06-14 Thread Christian Müller
+1 for that. Looking at the mailing lists, I got a little bit of a "dark feeling" about the SLD/Styling complex. Since I know that this is the future for many departments of my biggest customer I would really appreciate that. As a matter of fact, I have to convince many users to use SLDs in co

Re: [Geotools-devel] Does anybody mind if I remove the Refractions repo ref. from 2.5.x?

2009-06-11 Thread Christian Müller
Oh ys, sometimes I was wondering why the builds last so long but did not dig deeper. +1 Andrea Aime writes: > As the subject says, > I would like to remove that reference. The builds on 2.5.x have been > stuck all the day due to the repo being down (maven waits for a looong > timeout, much

Re: [Geotools-devel] EPSG factories: H2 vs JavaDB

2009-06-10 Thread Christian Müller
Another fact about Derby. Derby is fully DB2 compatible (sql and jdbc) and you can switch easily to a "DB2 Community Edition" which is the full powered db2 product without clustering. But I dont want to produce additional work and this is not an extremly important question, so I will leave th

Re: [Geotools-devel] Proposal: partial 3d data handling

2009-06-09 Thread Christian Müller
I want to be careful here. I think we should check first if all our jdbc-ng and the shape file datastore are capable of handling such coordinates. Some time ago, I tried to implement the JDBC3DTest for DB2 and was NOT successful. At the moment, there is only an Oracle3DTest, so we should make

Re: [Geotools-devel] Moving EPSG factories from HSQL to H2

2009-06-09 Thread Christian Müller
+1 for Derby where it is possible. It is integrated in SDK 6 and, to my surprise, even WebSphere 7 offers a Derby XA Data Source (doing 2 phase commits). I think the long term support will be better too. Where we need a spatial extension, we could stay at H2 until there is a better solutio

Re: [Geotools-devel] Removing coverageio-hdf from geotools svn tree

2009-06-02 Thread Christian Müller
+0 from me -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download

Re: [Geotools-devel] updated commons-httpclient on trunk

2009-06-02 Thread Christian Müller
+1, my modules did not need it. Perhaps I would need it for new GeoXACML module, but I do not know at the moment. Justin Deoliveira writes: > Hi all, > > I would like to upgrade the version of commons-httpclient on geotools > trunk from 3.0 to 3.1. The only module depending on it is wfs. A

Re: [Geotools-devel] Java 6 and Windows nightly builds

2009-06-01 Thread Christian Müller
Proposal from my side: My partner and me ordered 2 new server boxes. Each box has 32 GB main memory and 2 Shanghai Quad Core 2.4 GHz processors. The boxes will be configured for failover und running virtual machines. ( KVM or Xen, depending if we choose Ubuntu Server or CentOS). The virtual m

Re: [Geotools-devel] Upgrading JTS dependency to 1.10?

2009-05-31 Thread Christian Müller
+1 without comment Andrea Aime writes: > Hi all, > noticed JTS dependency is still stuck to 1.9. > What about upgrading to 1.10 on trunk? I've tested a full > build on gt2, found just a minor issue (linestring.reverse() > now returns a geometry instead of a linestring) that I've fixed. > > If

Re: [Geotools-devel] Site generation changes

2009-05-29 Thread Christian Müller
+1 and thanks -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity

Re: [Geotools-devel] Module cleanup, reassignment report, one week later

2009-05-24 Thread Christian Müller
Hi Andrea, thanks for acting as a "vacuum cleaner". This makes the whole project a little bit easer to understand for newbies like me :-) If you run out of resources for the module owners, I could offer to assist ore even take ownership of one additional module, provided that I have some basic

Re: [Geotools-devel] how to be organized

2009-05-24 Thread Christian Müller
I had to use it for some exercises during my GIS study the last two years. I think for people needing a picture it is a good way of ordering their thoughts. The software is easy to use and (important for me) runs on linux. The intension is to visualize and organize your ideas. What you will r

Re: [Geotools-devel] Generating maven site, reports

2009-05-24 Thread Christian Müller
+1 for the reports. Especially the cobertura reports are useful for examining the test coverage. Concerning the build resources. I have to find a solution for the ibm hudson, perhaps we can run the "mvn site" on the ibm hudson box. Andrea Aime writes: > Hi, > I've been playing a bit try

Re: [Geotools-devel] Formal Nomination: Formal Nomin ation: Christian Müller

2009-05-21 Thread Christian Müller
Thanks, I subscribed to the admin list. Which IRC chat do you mean ? Jody Garnett writes: > Thanks everyone: > > Mr Müller your name is now added to the developers guide. > > If I can ask you to sign up for the geotools administration list that > would be cool. I am supposed to use the g

Re: [Geotools-devel] Formal Nomination: Formal Nomin ation: Christian Müller

2009-05-20 Thread Christian Müller
Yes, I would like to act as PMC member. I have only overseen to answer this mail, sorry. Jody Garnett writes: > I would like to formally nominate Christian for a position on the > GeoTools Project Management Committee: > > Christian is an established module maintainer; and offers an exam

[Geotools-devel] Integration of Feature-Pregeneralizd module into geoserver

2009-05-20 Thread Christian Müller
I finshed the geoserver tutorial for the feature-pregeneralizd module. http://docs.geoserver.org/1.7.x/user/tutorials/feature-pregeneralized/featur e-pregeneralized_tutorial.html (at the moment of writing this email, it is not up to date, but it is already commited) For testing the tutorial, t

[Geotools-devel] IBM SDK 6 Hudson build Server

2009-05-19 Thread Christian Müller
I installed a local Hudson and did my first steps for building with an IBM SDK 6 (not yet successfully, but hudson works fine). I am planing to create a build job for geotools 2.5.x geotools 2.6.x geoserver 1.7.x gesoserver 2.0 Very helpful would be the configuration from the existing hudson

Re: [Geotools-devel] API change in GeoTools broke GeoServer build

2009-05-18 Thread Christian Müller
I looked deeper at the problem with ValidationRunnable class and the missing getFeatureSources method from the repository. The problem here is that the semantics is not clear to me. There are data store names, ids, namespaces, workspaces, prefixes and I have no idea what is what for geotools

[Geotools-devel] Module feature-pregeneralizd moved to plugin directory

2009-05-18 Thread Christian Müller
Done on 2.5.x and 2.6.x. -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing s

Re: [Geotools-devel] Vote: graduating the feature-pregeneralized module into supported land

2009-05-17 Thread Christian Müller
ld be the modules/plugin directory - since this is a > normal DataStore right? > > Jody > > > On Mon, May 18, 2009 at 5:53 AM, Christian Müller > wrote: >> I refactored the module on 2.5.x and 2.6.x to use the Repository inteface >> and kicked off my DataStor

Re: [Geotools-devel] Fixed bad parent artifact version in feature-pregeneralized pom

2009-05-17 Thread Christian Müller
Thanks a lot Ben Caradoc-Davies writes: > Christian, > > I modified the parent artifact version from 2.5-SNAPSHOT to 2.6-SNAPSHOT > in modules/unsupported/feature-pregeneralized/pom.xml on trunk, a change > required to fix the build. Someone else had the same problem in another > module la

Re: [Geotools-devel] Modules cleanup: modules removed (epsg-wt)

2009-05-17 Thread Christian Müller
Fine, I am with you Andrea Aime writes: > Christian Müller ha scritto: >> Notes about Module epsg/wkt >> I use it because I have an app using geotools and the epsg database has >> always no or incorrect boursa wolf parameters for Austria. So I have to >> add/correc

[Geotools-devel] Vote: graduating the feature-pregeneralized module into supported land

2009-05-17 Thread Christian Müller
t; > I will see if I can apply the changes to 2.5.x for you. > Jody > > > > On Fri, May 15, 2009 at 4:51 PM, Christian Müller > wrote: >> I cannot apply your patches. All 3 files report errors when applying with >> patch -p0 < patchfile >> I am up t

Re: [Geotools-devel] Modules cleanup: modules removed

2009-05-17 Thread Christian Müller
Notes about Module epsg/wkt I use it because I have an app using geotools and the epsg database has always no or incorrect boursa wolf parameters for Austria. So I have to add/correct the TOWGS84 clause to the wkt definitions. The file based approach is the easiest way to do this. If there is

Re: [Geotools-devel] graduating the feature-pregeneralized module into supported land

2009-05-14 Thread Christian Müller
I cannot apply your patches. All 3 files report errors when applying with patch -p0 < patchfile I am up to date with 2.5.x repository No idea, I think you are sitting in front of an M$ box, I am working on a linux box. Converting with dos2unix does not help either. Can you try it agein aft

Re: [Geotools-devel] Simple proposal on grid coverage clean up

2009-05-14 Thread Christian Müller
The imagemosaic-jdbc also is influenced. But I am lucky, I have only two references, one of them in tests. Its ok for me. Justin Deoliveira writes: > While knowing very little about coverages I read over the proposal and > it looks good to me. It gets my +1. > > Simone Giannecchini wrote:

Re: [Geotools-devel] graduating the feature-pregeneralized module into supported land

2009-05-14 Thread Christian Müller
ools right? > > So lets use your DataStoreLookup interface as a request to modify > Repository. Does it represent exactly what you need ? Is it missing > anything that is needed? > > Jody > > On Wed, May 13, 2009 at 10:41 PM, Andrea Aime wrote: >> Christian Müller ha

Re: [Geotools-devel] graduating the feature-pregeneralized module into supported land

2009-05-13 Thread Christian Müller
o simplify repository to match DataStoreLookup; I > am not sure you care to ask about locks after all. > > Jody > > On Tue, May 12, 2009 at 6:52 PM, Christian Müller > wrote: >> >> >> The modul matrix page is here >> http://docs.codehaus.org/display

[Geotools-devel] Setting system properties for junit tests

2009-05-13 Thread Christian Müller
I have to set some system properties for new junit test in jdbc-ng. 1) Trying to use System.setProperty("java.naming.factory.initial", "org.osjava.sj.SimpleContextFactory") in the test case works within eclispe, but NOT with a "mvn clean install". 2) mvn -Djava.naming.factory.initial=org.os

Re: [Geotools-devel] building with maven 2.1.0

2009-05-12 Thread Christian Müller
I am using cobertura +1 for removing Andrea Aime writes: > Justin Deoliveira ha scritto: >> However, this one wrinkle, in geotools the build-configs plugin is also >> used for clover. Is anyone using this? Do we actually still have a >> license? Given that cobertura does not require a license

[Geotools-devel] graduating the feature-pregeneralized module into supported land

2009-05-12 Thread Christian Müller
The modul matrix page is here http://docs.codehaus.org/display/GEOTOOLS/Feature-Pregeneralized At the moment, the module/documentation is located in the unsupported branches. -- The NEW KODAK i700 Series Scanners

  1   2   >