[Geoserver-devel] Short question about documentation

2010-03-25 Thread Christian Müller
For clarification: Modifying the docu of geotools is done in the old wiki ? If I add functionality to geoserver 2.0.x and trunk, I have to change the sphinx docu in both branches, is this right ? -- Download Intel® P

Re: [Geoserver-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: [Geoserver-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: [Geoserver-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: [Geoserver-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: [Geoserver-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: [Geoserver-devel] Is SQLDialect:includeTable used by Geoserver 2.x

2010-02-08 Thread Christian Müller
inside the db2 data store factory, anything ok here. Andrea Aime writes: > Christian Müller ha scritto: >> After creating a feature store (I tested for DB2), geoserver is showing >> the possible feature candidates. >> It seems that the geotools method >> >&

[Geoserver-devel] Is SQLDialect:includeTable used by Geoserver 2.x

2010-02-08 Thread Christian Müller
After creating a feature store (I tested for DB2), geoserver is showing the possible feature candidates. It seems that the geotools method SQLDialect: public boolean includeTable(String schemaName, String tableName, Connection cx) is never called. Additionally, this makes problems for db2

[Geoserver-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. -

Re: [Geoserver-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: [Geoserver-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: [Geoserver-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: [Geoserver-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: [Geoserver-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

[Geoserver-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

[Geoserver-devel] PSC refresh, looking for candidates

2009-12-09 Thread Christian Müller
I would like to join the PSC. Geoserver itself becomes a more and more important GIS software for my business and I plan to integrate GeoXACML in the near future. Btw, this week I will publish two URLs for geoserver/getools hudson builds on different platforms. The result is not the best, b

[Geoserver-devel] How can hudson show successfull geoserver builds ???

2009-12-01 Thread Christian Müller
Hi all I am pretty confused about our offical hudson build server which shows perfect builds for geoserver-trunk and geoserver-2.0.x Since some time, I never succeeded with with a geoserver build using SUN sdk or IBM SDK or OpenJDK. Investigating further into FeatureChainingWfsTest>>testDesc

Re: [Geoserver-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

[Geoserver-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

[Geoserver-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

[Geoserver-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: [Geoserver-devel] Build oracle jdbc-ng plugin with online tests

2009-11-18 Thread Christian Müller
I see the problem. I looked at the developers guide http://docs.codehaus.org/display/GEOT/4+Oracle+Optional+Dependency There is an example using the property -Doracle.jdbc mvn eclipse:eclipse -Doracle.jdbc But looking into the pom, it must be -Doracle @Andrea, can you fix this in the wik

[Geoserver-devel] Build oracle jdbc-ng plugin with online tests

2009-11-17 Thread Christian Müller
I thought mvn clean install -Doracle.jdbc should do the job. But it does not, I tried on trunk and 2.6.x Any ideas ? -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify

Re: [Geoserver-devel] GSIP 41 - Promote perLayerSecurity UI to extension

2009-09-16 Thread Christian Müller
Hmmm, because of my work of implementing and integrating GeoXACML into geoserver, I had to dig into the spring security concept and how geoserver uses it. Your proposal here is about authentication (which has nothing to do with GeoXACML) and is handled in the user properties file. This file is

Re: [Geoserver-devel] GSIP 41 - Promote perLayerSecurity UI to extension

2009-09-14 Thread Christian Müller
Congrats from me too. +1 for the core. Andrea: I think this would be a good starting point for the GeoXACML integration concerning the view of the usesr. Should be possible to switch from the authorization property files to a geoxacml repository in a transparent manner. Justin Deoliveira wr

[Geoserver-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: [Geoserver-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: [Geoserver-devel] GeoXACML - 12th week report

2009-08-17 Thread Christian Müller
ble to help with that. Sounds like it's gone quite > well though, it's exciting to see this capability in geoserver. > > Chris > > Christian Müller wrote: >> >> Passed all security test suites provided for the "old" security system. >> Add

[Geoserver-devel] Testmail

2009-08-14 Thread Christian Müller
This is only a test because of problems sending mails to the list -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus

[Geoserver-devel] testmail

2009-08-14 Thread Christian Müller
This is only a test mail because I have problems sending mails to the list -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - a

[Geoserver-devel] Best place to configure a Servlet Filter

2009-08-13 Thread Christian Müller
Since am working on GeoXACML integration into geoserver it would be an easy job to do an URL based security mapping (relying on roles, using wildcards or regular expressions). I am unsure where and how to configure such a filter. What I need is the Authorization object (SecurityContextHolder.

Re: [Geoserver-devel] extensions that still need porting to trunk

2009-07-29 Thread Christian Müller
update the sphinx documentation. This should be the fastest track :-) Justin Deoliveira writes: > Hi Christian, > > Christian Müller wrote: >> Yep, I am active again, warm up is over. > Hope you enjoyed yourself :) >> >> I can try to port the 2 extensions

Re: [Geoserver-devel] extensions that still need porting to trunk

2009-07-29 Thread Christian Müller
Yep, I am active again, warm up is over. I can try to port the 2 extensions (imagemosiac-jdbc should work exactly like jdbc-db2, feature-pregen has an addational geoserver specific jar file). But until know, I never succeeded in adding an extension perfectly :-(. Remember the imagemosiac-jdb

Re: [Geoserver-devel] GeoServer data directory via JNDI?

2009-07-23 Thread Christian Müller
Ben, you are not forced to put the geoserver config data into the j2ee directory tree. Geoserver can create its own initial context for its data on startup. I did this actually using an ldap server, getting my own initial Context and handling user profiles within J2EE (Websphere). Forget abou

Re: [Geoserver-devel] GeoServer data directory via JNDI?

2009-07-23 Thread Christian Müller
If I understand you right, you want a node in the jndi directory structure acting as the root node for the application. See the followoing examples, the initial root node is passed with "java.naming.provider.url". # java -Djava.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory \ -

[Geoserver-devel] GEOS-3206

2009-07-01 Thread Christian Müller
Hi Simmone, if you want to write or comment, write it and close this issue with a WON`T FIX. Looking at 3) from the last comment of jonathan is a proposal for creating an xml mapping file for jdbc databse with a tile utility. No ! Anyway, the improvement was to improve the documentation/tu

[Geoserver-devel] Need 3 additonal components in geoserver JIRA

2009-07-01 Thread Christian Müller
A user reported a very interesting "thread safe" problem about using imagemosic jdbc with geoserver. Looking for a category to open a jira, there is no category like "image mosiac jdbc" in geotools. The problem seems not to be an imagemosicJDBC problem, it seems to be a problem how geoserver u

[Geoserver-devel] Generic "security" url mappi ng in the web.xml (web2 profile)

2009-06-30 Thread Christian Müller
This was proposed by Justin and agreed by Andrea to give security plugins the possibility to get their "context root". For the use in the geoxacml extension, I could make a mapping in the applicationContext.xml for "securty/geoxacml" which gives the module the ability to receive http requests

Re: [Geoserver-devel] GEOS-3172

2009-06-28 Thread Christian Müller
ity" context would also make sense if we > foresee future security plugins which will have servlets/controllers > similar to the geoxacml one. > > 2c, > > -Justin > > Christian Müller wrote: >> Hi Andrea, it wou

[Geoserver-devel] GEOS-3172

2009-06-28 Thread Christian Müller
Hi Andrea, it would be time to 1) apply the patch 2) creating an offical subdir "geoxacml" in the web2 geoserver data dir. -- ___ Geoserver-devel mailing list Geoserver-dev

Re: [Geoserver-devel] Geoserver catalog/registry

2009-06-25 Thread Christian Müller
The CatalogRepository class is never referenced directly. The class name is used as a datastore string parameter and an object is created with Class.forName(...) and so on. The only dependency is the text in the tutorial :-) Justin Deoliveira writes: > Hi Christian, > > Christi

[Geoserver-devel] Zipfile packaging error for geoserver 1.7.5

2009-06-25 Thread Christian Müller
Downloaded geoserver-1.7.5-imagemosaic-jdbc-plugin.zip from source forge. The zip file contains only the README and LICENSE file. What happened ? -- ___ Geoserver-devel

Re: [Geoserver-devel] Geoserver catalog/registry

2009-06-25 Thread Christian Müller
1) the gt-feature-pregeneralized module is already in geotools trunk 2) the feature-pregeneralized geoserver module is waiting for migration, see GEOS-2887, I tried to migrate some times ago without success, so I will leave this to Justin. Justin, you can put the geoserver parts into main

Re: [Geoserver-devel] Migration of the imagemosiac-jdbc tutorial form wiki to sphinx

2009-06-09 Thread Christian Müller
the moment I used bold. Mike Pumphrey writes: > As much as I love consistency and perfect form, I think that keeping > things moving is preferable. So commit away. Docs can always be edited > later if need be... > > Thanks, > Mike Pumphrey > OpenGeo - http://openge

Re: [Geoserver-devel] Migration of the imagemosiac-jdbc tutorial form wiki to sphinx

2009-06-06 Thread Christian Müller
;>> * I just found out that there's a nicer way of doing menu traversal >>> descriptions: " :menuselection:`Start --> Programs` ". I'll need to go >>> through all my docs and fix that now. :) >>> >>> * Finally, I think it would be

Re: [Geoserver-devel] How to generate a raster pyramid?

2009-06-05 Thread Christian Müller
file on postgis? > > Cheers > > Jim > > 2009/6/4 Christian Müller > >> if you want to put your images in a database, look here >> >> http://docs.geoserver.org/1.7.x/user/tutorials/imagemosaic-jdbc/imagemosaic-jdbc_tutorial.html >> Jimmy Au

Re: [Geoserver-devel] How to generate a raster pyramid?

2009-06-04 Thread Christian Müller
if you want to put your images in a database, look here http://docs.geoserver.org/1.7.x/user/tutorials/imagemosaic-jdbc/imagemosaic- jdbc_tutorial.html Jimmy Aumard writes: > Hello , > > I try this tutorial > http://geoserver.org/display/GEOSDOC/Load+NASA+Blue+Marble+Data but it's > doesnt

Re: [Geoserver-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: [Geoserver-devel] Integration of feature-pregeneralized module into geoserver

2009-05-24 Thread Christian Müller
geoserver lib > > >release/target/dependency > > > +feature-pregeneralized-*.jar > gt-feature-pregeneralized-*.jar > > > > Great work :) > > Aside, I guess we should add this to the list of extensions t

Re: [Geoserver-devel] Integration of feature-pregeneralized module into geoserver

2009-05-22 Thread Christian Müller
rab both of > the jars. > > Does that make sense. I am happy to help setting it up. I realize there > are a couple of tricky steps. > > -Justin > > Christian Müller wrote: >> Yes, I did the the same thing with imagemosaic-jdbc which was completely >> take

Re: [Geoserver-devel] Integration of feature-pregeneralized module into geoserver

2009-05-21 Thread Christian Müller
ll the relevant pom.xml and profiles > 3) add a release artifact descriptor for it > > I believe you went through the process for imagemosaic-jdbc? > > -Justin > > Christian Müller wrote: >> I finshed the geoserver tutorial for the feature-pregeneralizd module. >

[Geoserver-devel] Integration of feature-pregeneralized 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

[Geoserver-devel] Migration of the imagemosiac-jdbc tutorial form wiki to sphinx

2009-05-06 Thread Christian Müller
Hi Mike, could you please take a quick look at the migrated tutorial, it is in the 1.7.x branch. If everything is ok, I would start writing the next tutorial for the feature-pregeneralizd module. thanks -- The NEW KODA

Re: [Geoserver-devel] new community module on 1.7.x?

2009-04-22 Thread Christian Müller
ably have) > forgotten. > > > > Thanks, > Mike Pumphrey > OpenGeo - http://opengeo.org > > > Christian Müller wrote: >> I am not sure, for geotools, the only possibility is to document in the >> wiki ? >> For geoserver, sphinx will be the futu

Re: [Geoserver-devel] new community module on 1.7.x?

2009-04-22 Thread Christian Müller
best. Andrea Aime writes: > Christian Müller ha scritto: >> Got, it. Next time i will use the spike section. But the commit into the >> geotools unsupported sections was ok ?. I think we had a lot of mail >> traffic about this topic. > > Yep, but the way to

Re: [Geoserver-devel] new community module on 1.7.x?

2009-04-22 Thread Christian Müller
to put the documentation into the geotools user guide, section 10 and to write a geoserver tutorial ? thanks Andrea Aime writes: > Christian Müller ha scritto: >> Yep, sorry, but this module covers only 3 plugin classes I need for >> geotools community module gt-feature

Re: [Geoserver-devel] new community module on 1.7.x?

2009-04-21 Thread Christian Müller
Yep, sorry, but this module covers only 3 plugin classes I need for geotools community module gt-feature-pregeneralized. I am in the stage of integrating into geoserver and writing the documentation. I checked in because i did the same with the GeoXACML module on geoserver trunk and this was

Re: [Geoserver-devel] Feedback and ideas for overviews selection in raster data

2009-04-10 Thread Christian Müller
Simone, If your are attacking this CRS stuff, could you please make a design offering an API for CRS conversions of envelopes and images. The imagemosaic-jdbc module does also CRS conversions for the requested envelopes and returned images, but I would not swear on it. (I did my best, but I am

Re: [Geoserver-devel] Datastore implementing new Hint GEOMETRY_DISTANCE

2009-04-07 Thread Christian Müller
n by the geotools directory datastore; and > you may find it useful. Your datastore would probably only serve a > single featureSource; but would dynamically choose which internal > datasoure to retrieve a feature collection from based on the hint you > mention above. > > Chee

[Geoserver-devel] Datastore implementing new Hint GEOMETRY_DISTANCE

2009-04-07 Thread Christian Müller
Hi Andrea At the moment I try to implement an universal DataStore supporting Hints.GEOMETRY_DISTANCE. The configuration is read from an XML file (Default Implementation) Each pregeneralized feature type (or vector pyramid) has the following properties 1) distance 2) name of the geometry p

Re: [Geoserver-devel] Feature Source with vector generalisations

2009-04-01 Thread Christian Müller
here a need for DataStore (DataAccess) and the correspoinding factory class ?. As you see, I am quite uncertain about the starting point, the creation of the wrapper object. Andrea Aime writes: > Christian Müller ha scritto: >> 1) >> Andrea, after the last messages I would p

Re: [Geoserver-devel] Feature Source with vector generalisations

2009-03-31 Thread Christian Müller
1) Andrea, after the last messages I would propose: Pass the resolution hint if you are sure that nothing bad can happen. However you do it, I rely on getting the hint with feature types having one geometry property with the same CRS. 2) I did a quick implementation of GeneralizingFeatureSourc

Re: [Geoserver-devel] Feature Source with vector generalisations

2009-03-31 Thread Christian Müller
FeatureSource org.geotools.data.GenFeatureSource . Andrea Aime writes: > Christian Müller ha scritto: >> But anyway, I do not want any generalization on the fly and 1) is my >> first target. >> >> Passing difference/offset in the native CRS as a hi

Re: [Geoserver-devel] Feature Source with vector generalisations

2009-03-31 Thread Christian Müller
2.6.x, I need this feature in geoserver. christian Andrea Aime writes: > Christian Müller ha scritto: >> Last week I posed a question about having a FeatureSource which has also >> some generalizations of the vector data to speed up response time and >>

[Geoserver-devel] Feature Source with vector generalisations

2009-03-30 Thread Christian Müller
Last week I posed a question about having a FeatureSource which has also some generalizations of the vector data to speed up response time and reduce data transfer. While it is is surely not the problem to implement such a FeatureSource, I need the ScaleDenominator from the caller. I studi

Re: [Geoserver-devel] Generalizing vector data

2009-03-25 Thread Christian Müller
work Any ideas christian Andrea Aime writes: > Christian Müller ha scritto: >> Do we have something like pyramids for for vector data ? >> >> What I mean is having a FeatureSource (say, the boundary of Europe having >> 100 000 vertices) and drawing the bounda

[Geoserver-devel] Generalizing vector data

2009-03-25 Thread Christian Müller
Do we have something like pyramids for for vector data ? What I mean is having a FeatureSource (say, the boundary of Europe having 100 000 vertices) and drawing the boundary on a 640x480 image. I really do not need 100 000 points and therefore I make some generalizations, each as its own featu

Re: [Geoserver-devel] GeoXACML and GSOC 2009

2009-03-24 Thread Christian Müller
Yep, the url is http://socghop.appspot.com/student_proposal/list_self/google/gsoc2009/geoxac ml I assume you have to login to see the proposal. Andrea Aime writes: > Christian Müller ha scritto: >> Hi Andrea, should I describe my project at the GSOC 2009 site > > Yes, a

[Geoserver-devel] GeoXACML and GSOC 2009

2009-03-24 Thread Christian Müller
Hi Andrea, should I describe my project at the GSOC 2009 site christian -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly an

[Geoserver-devel] GSOC 2009 GeoXACML

2009-03-19 Thread Christian Müller
Renamed the tests, anything works fine. Btw, I included also the offical XACML test set, but disabled the tests. I will only need them if have to fix something in suns xacml implementation. --- Of course I looked at gt-xsd module, but I decided to do an own implementation, studying th

[Geoserver-devel] Community Module geoxacml commited to geoserver trunk

2009-03-19 Thread Christian Müller
Hi all, I added a first GeoXACML implementation to the GeoServer trunk as a community module named "geoxacml" - I need a mvn specialist to check my pom.xml. "mvn clean compile" works fine. "mvn test" runs only 2 test suites instead of 12 ? "mvn install" runs fine I assume

[Geoserver-devel] GSOC 2009, GeoXACML wiki page

2009-03-19 Thread Christian Müller
Please take a look at http://geoserver.org/display/GEOS/GeoXACML-Integration Feedback is welcomed -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platfor

Re: [Geoserver-devel] GeoXACML, geotools or geoserver ?

2009-03-18 Thread Christian Müller
: > Christian Müller ha scritto: >> >> >> I am not sure at the moment where to place the different components of >> GeoXACML >> >> 1) Policy Decision Point >> This component handles xml stuff and authorization decisions, I think >> geotools would

[Geoserver-devel] GeoXACML, geotools or geoserver ?

2009-03-17 Thread Christian Müller
I am not sure at the moment where to place the different components of GeoXACML 1) Policy Decision Point This component handles xml stuff and authorization decisions, I think geotools would be the right place. The component could be used universally (like the gml stuff) 2) Policy Enforcmen

Re: [Geoserver-devel] Geoserver GSOC 2009

2009-03-16 Thread Christian Müller
Hi Andrea Thanks for your essay about security systems. The best will be to first implement a PDP and afterwards we will do the PEP. Some questions 1) Should I start in the community directory of the 1.7.x brach, making a project "geoxacml" ? 2) Do you have a wish about the package names

Re: [Geoserver-devel] Geoserver GSOC 2009

2009-03-13 Thread Christian Müller
ation (openSAML) christian Andrea Aime writes: > Christian Müller ha scritto: >> Jody I have not a seen a page for project proposals for geoserver. >> (or should we use the one created for geotools). >> >> I am not sure at the moment, but I have an idea doing a G

[Geoserver-devel] Improvements of imagemosaic-jdbc

2009-03-02 Thread Christian Müller
Hi Andrea, I implemented 2 of your last proposals. 1) Importing a tiled image including all pyramids is now possible. Before you had to import each level for its own. 2) I reduced the generated ddl scritps to createmeta.sql dropmeta.sql which are executed once. add_.sql (including all cr

Re: [Geoserver-devel] Adding imagemosaic-jdbc module, New tutorial available

2009-02-19 Thread Christian Müller
out the users address book storing in MS Access :-) I think, i will leave it for the moment waiting for troubles reported from users. christian Andrea Aime writes: > Christian Müller ha scritto: > >> * --> added the following link to the tutorial >> http://star.p

Re: [Geoserver-devel] Adding imagemosaic-jdbc module, New tutorial available

2009-02-19 Thread Christian Müller
Hmm, I did some bigger images producing some hundred thousand files. To be fair, I used linux on ppc and linux on intel, so I have no idea about running gdal_retile on windows. Andrea, how can I get your test image for trying on my equipment. christian Andrea Aime writes: > Andrea Aime

Re: [Geoserver-devel] Adding imagemosaic-jdbc module, New tutorial available

2009-02-19 Thread Christian Müller
Hi Andrea, thanks for your feedback, please read below. Lines marked with an * are my answers. - at the very beginning of the procedure you say to create a "working dictionary"... I guess you mean a working directory? * Yes, of course --> fixed in the tutorial - I'm on windows with fwto

[Geoserver-devel] Adding imagemosaic-jdbc module

2009-02-18 Thread Christian Müller
I did the following 1) Signing the contributor agreement and sent it to TOPP (Paper mail, will need some days from Vienna, Austria to New York) 2) I wrote a tutorial in the goeserver user guide using postgis and geoserver 1.7.2 3) I tested with different maps from my customer Is there anythin

[Geoserver-devel] Adding imagemosaic-jdbc module, New tutorial available

2009-02-16 Thread Christian Müller
I added a tutorial http://geoserver.org/display/GEOSDOC/Using+the+ImageMosaic+JDBC+Plugin to get a step further towards including the module into geoserver. Attention: Anyone who tries this tutorial must use a gt2-imagemosaic-jdbc-2.5-SNAPSHOT.jar from 2.5.x. I tested with geoserver 1.7.2.

Re: [Geoserver-devel] Adding imagemosaic-jdbc module

2009-02-15 Thread Christian Müller
. Would that be ok ? Andrea Aime writes: > Christian Müller ha scritto: > >> 6. The module has a page on the Wiki. >> Yes, there is a documentation. A tutorial for geoserver users would be >> useful, >> but it does not make sense without a "go" from t

Re: [Geoserver-devel] Adding imagemosaic-jdbc module

2009-02-14 Thread Christian Müller
y+Modules >>> >>> It looks like it meets the requirements of an extension. What is the >>> test coverage of the module? >>> >>> And any tutorial you could contribute would just be an added bonus, and >>> very much welcomed. >>>

[Geoserver-devel] Adding imagemosaic-jdbc module

2009-02-12 Thread Christian Müller
I want do contribute the imagemoasic-jdbc plugin to geoserver. I tested the module with geoserver 1.7.2 and it works as expected. The info page http://geotools.codehaus.org/Image+Mosaicing+Pyramidal+JDBC+Plugin The geotools documentation is here http://docs.codehaus.org/display/GEOTDOC/Ima