Re: [Geoserver-devel] app-schema tutorial

2009-06-08 Thread Andrea Aime
Ben Caradoc-Davies ha scritto: > Thanks a lot, Andrea for your feedback. I will make the changes you > suggest, as they are good. I have commented on a few below: > > Andrea Aime wrote: >> Looked a bit into it. Some general feedback: >> - the tutorial assumes familarity with SVN, it would be nice

Re: [Geoserver-devel] patch review

2009-06-08 Thread Andrea Aime
Justin Deoliveira ha scritto: > > I think I agree with Gabriel in that adding a derived property which > just used other properties is one thing, but adding a method that does a > full blown resource lookup is another, and something I would like to > avoid on model objects themselves. > > As

Re: [Geoserver-devel] app-schema tutorial

2009-06-08 Thread Ben Caradoc-Davies
Thanks a lot, Andrea for your feedback. I will make the changes you suggest, as they are good. I have commented on a few below: Andrea Aime wrote: > Looked a bit into it. Some general feedback: > - the tutorial assumes familarity with SVN, it would be nicer to provide > a link to a zipped file w

[Geoserver-devel] OCQL?

2009-06-08 Thread Ben Caradoc-Davies
Andrea Aime wrote: [in an example app-schema mapping file] > - in gml:id mapping, why OCQL? I've heard of ECQL (extended) but never >about OCQL This was implemented before my time on the project. Gabriel, Rob A, or Jody. What is the origin of the term OCQL, as used in the community-schemas/a

Re: [Geoserver-devel] Documentation Guide

2009-06-08 Thread Ben Caradoc-Davies
I agree. We should treat the docs just like code. Having them live on trunk, instead of starting fresh each time, is in my view the way to keep them alive. We can always hide or remove abandoned docs, as we do abandoned code. Justin Deoliveira wrote: > I would say if it is not version specific

Re: [Geoserver-devel] Where to put app-schema documentation?

2009-06-08 Thread Ben Caradoc-Davies
Thanks Justin, I do recall your email, and will follow the instructions (create/copy and update index.rst as required). Justin Deoliveira wrote: > Hi Ben, > > I sent email to the list about this: > > http://www.mail-archive.com/geoserver-devel@lists.sourceforge.net/msg05473.html > > -Justin >

Re: [Geoserver-devel] app-schema tutorial

2009-06-08 Thread Ben Caradoc-Davies
Mike Pumphrey wrote: > I have just created a Hudson job to build the trunk docs, and have also > linked the HTML output to docs.geoserver.org > http://docs.geoserver.org/trunk/ > (is the same as) > http://gridlock.openplans.org/geoserver/trunk/doc/ Thanks, Mike, that is excellent. > Ben, FYI, I

Re: [Geoserver-devel] WFS exception reports call for improvement

2009-06-08 Thread Justin Deoliveira
Hmmm... this one is sort of tough, dealing with atomic transactions means we have catch the exception and track it, rather than deal with it directly. And tracking it means that we only get the message from teh exception, which in this case is not descriptive at all. We could modify ActionType

Re: [Geoserver-devel] patch review

2009-06-08 Thread Justin Deoliveira
> I'm not sure I fully understand the issue. You mean if a ft _unrelated_ > to the request under execution can't be computed? if so, it shouldn't, > ok. If the ft is related to the request (say a request involving more > than one ft) the request should obviously fail. > > By the patches at GEO

Re: [Geoserver-devel] Naive question regarding the new catalog and proxy objects

2009-06-08 Thread Justin Deoliveira
> > The easiest case to reproduce is to take Catalog cat, and then > cat.getLayerGroups().iterator(); > > Everything that comes out of that iterator is $Proxy21 , which > (inspecting using eclipse) has h = ModificationProxy , which again has > proxyObject LayerGroupInfoImpl Ok... this is

Re: [Geoserver-devel] [Geotools-devel] Should be OpenGeo repo added to geotools 2.5.x pom?

2009-06-08 Thread Justin Deoliveira
Daniele Romagnoli wrote: > Hi lists, > I have noticed that both geotools trunk and geoserver 1.7.x has an > OpenGeo repository items in the repository list (having SNAPSHOTS tag > enabled) whilst geotoools 2.5.x doesn't. > 2.5.x only contains the Osgeo repo. > [http://svn.osgeo.org/geotools/bran

[Geoserver-devel] [jira] Reopened: (GEOS-2755) SDE Raster issue - Error loading raster catalog

2009-06-08 Thread Aleda Freeman (JIRA)
[ http://jira.codehaus.org/browse/GEOS-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleda Freeman reopened GEOS-2755: - I fixed the coordinate system - now I no longer have UNKNOWN: [afree...@alexandria ~]$ sderaster -o describ

Re: [Geoserver-devel] Documentation Guide

2009-06-08 Thread Mike Pumphrey
Perfect. Docguide is copied to trunk, and I edited the Hudson job to build that as well. http://docs.geoserver.org/trunk/docguide/ Thanks, Mike Pumphrey OpenGeo - http://opengeo.org Justin Deoliveira wrote: > I would say if it is not version specific we can just store it and > maintain it on

Re: [Geoserver-devel] Naive question regarding the new catalog and proxy objects

2009-06-08 Thread Arne Kepp
Justin Deoliveira wrote: > Arne Kepp wrote: >> (This question pertains to GS 2.0) >> >> The GWC plugin has a class that implements CatalogListener. Among >> other things it implements a method , public void >> handleModifyEvent(CatalogModifyEvent event) >> >> My understanding is that I get at the

Re: [Geoserver-devel] Naive question regarding the new catalog and proxy objects

2009-06-08 Thread Justin Deoliveira
Arne Kepp wrote: > (This question pertains to GS 2.0) > > The GWC plugin has a class that implements CatalogListener. Among other > things it implements a method , public void > handleModifyEvent(CatalogModifyEvent event) > > My understanding is that I get at the underlying object by calling >

[Geoserver-devel] Naive question regarding the new catalog and proxy objects

2009-06-08 Thread Arne Kepp
(This question pertains to GS 2.0) The GWC plugin has a class that implements CatalogListener. Among other things it implements a method , public void handleModifyEvent(CatalogModifyEvent event) My understanding is that I get at the underlying object by calling Object obj = event.getSource()

Re: [Geoserver-devel] adding data to geoserver via some code in java

2009-06-08 Thread Justin Deoliveira
Hi, You should be able to do this with the REST api extension, without writing any code. Check out: http://docs.geoserver.org/1.7.x/user/extensions/rest/ -Justin shashank520 wrote: > I want to add some .tif images to geoserver but not through GUI provided in > it.I want to write a code in java

Re: [Geoserver-devel] Documentation Guide

2009-06-08 Thread Justin Deoliveira
I would say if it is not version specific we can just store it and maintain it on trunk. It will get copied over to branches but I don't seen an issue with that, as long as the trunk version of the one that gets maintained, and the one that gets published. -Justin Mike Pumphrey wrote: > As the

Re: [Geoserver-devel] Where to put app-schema documentation?

2009-06-08 Thread Justin Deoliveira
Hi Ben, I sent email to the list about this: http://www.mail-archive.com/geoserver-devel@lists.sourceforge.net/msg05473.html -Justin Ben Caradoc-Davies wrote: > Justin Deoliveira wrote: >> We have not really started the trunk manual yet. Once we get a bit >> closer to release the plan is to po

Re: [Geoserver-devel] sphinx docs for trunk added to svn

2009-06-08 Thread Justin Deoliveira
Hi Ben, I sent email to the list about this: http://www.mail-archive.com/geoserver-devel@lists.sourceforge.net/msg05473.html -Justin Justin Deoliveira wrote: > Hi all, > > I just added the directories for the sphinx docs to svn for trunk. > > I did not simply copy the docs from 1.7.x, you wil

[Geoserver-devel] adding data to geoserver via some code in java

2009-06-08 Thread shashank520
I want to add some .tif images to geoserver but not through GUI provided in it.I want to write a code in java which will take the path of image as input and will save the data in geoserver.how can I do this?also can I do this sitting on a remote server? -- View this message in context: http://ww

Re: [Geoserver-devel] app-schema tutorial

2009-06-08 Thread Andrea Aime
Ben Caradoc-Davies ha scritto: > Andrea, > > I have committed the app-schema tutorial to trunk. For your convenience, > I have put the generated HTML on one of our servers: > > https://twiki.auscope.org/projects/geoserver/geoserver-trunk-doc/user/tutorials/app-schema/app-schema-tutorial.html >

Re: [Geoserver-devel] app-schema tutorial

2009-06-08 Thread Mike Pumphrey
I have just created a Hudson job to build the trunk docs, and have also linked the HTML output to docs.geoserver.org: http://docs.geoserver.org/trunk/ (is the same as) http://gridlock.openplans.org/geoserver/trunk/doc/ Ben, FYI, I don't see your app-schema tutorial in the build on trunk, but I m

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

2009-06-08 Thread Mike Pumphrey
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://opengeo.org Christian Müller wrote: > Should I wait until you have added all these convention

[Geoserver-devel] Documentation Guide

2009-06-08 Thread Mike Pumphrey
As the transition towards Sphinx docs continues... I was looking at our documentation guide[1], a meta-document about the GeoServer docs, and I was thinking that it really isn't all that version specific. This is fine, as I don't think best practices change according to the version. (Can you

Re: [Geoserver-devel] Nightly builds failing to deploy, GWC and H2

2009-06-08 Thread Arne Kepp
Andrea Aime wrote: > Andrea Aime ha scritto: >> Arne Kepp ha scritto: >>> Actually it does, probably a few lines earlier. Here's what is >>> printed if it can't find any suitable variables: >>> >>> WARN [storage.DefaultStorageFinder] - Found no usable default cache >>> prefixes !!! Please set GEO

[Geoserver-devel] Should be OpenGeo repo added to geotools 2.5.x pom?

2009-06-08 Thread Daniele Romagnoli
Hi lists, I have noticed that both geotools trunk and geoserver 1.7.x has an OpenGeo repository items in the repository list (having SNAPSHOTS tag enabled) whilst geotoools 2.5.x doesn't. 2.5.x only contains the Osgeo repo. [ http://svn.osgeo.org/geotools/branches/2.5.x/pom.xml] Should we add OpenG

[Geoserver-devel] app-schema tutorial

2009-06-08 Thread Ben Caradoc-Davies
Andrea, I have committed the app-schema tutorial to trunk. For your convenience, I have put the generated HTML on one of our servers: https://twiki.auscope.org/projects/geoserver/geoserver-trunk-doc/user/tutorials/app-schema/app-schema-tutorial.html Please let me know if there is anything you w

Re: [Geoserver-devel] Nightly builds failing to deploy, GWC and H2

2009-06-08 Thread Andrea Aime
Andrea Aime ha scritto: > Arne Kepp ha scritto: >> Actually it does, probably a few lines earlier. Here's what is printed >> if it can't find any suitable variables: >> >> WARN [storage.DefaultStorageFinder] - Found no usable default cache >> prefixes !!! Please set GEOWEBCACHE_CACHE_DIR if you w

Re: [Geoserver-devel] Nightly builds failing to deploy, GWC and H2

2009-06-08 Thread Andrea Aime
Arne Kepp ha scritto: > Actually it does, probably a few lines earlier. Here's what is printed > if it can't find any suitable variables: > > WARN [storage.DefaultStorageFinder] - Found no usable default cache > prefixes !!! Please set GEOWEBCACHE_CACHE_DIR if you would like a > specific locati

Re: [Geoserver-devel] Nightly builds failing to deploy, GWC and H2

2009-06-08 Thread Arne Kepp
Actually it does, probably a few lines earlier. Here's what is printed if it can't find any suitable variables: WARN [storage.DefaultStorageFinder] - Found no usable default cache prefixes !!! Please set GEOWEBCACHE_CACHE_DIR if you would like a specific location. WARN [storage.DefaultStorageFi