Re: [Geoserver-devel] linux start scripts

2010-05-06 Thread Andrea Aime
Justin Deoliveira ha scritto: > Well I think it makes sense to put the script somewhere in svn... > probably along side the regular startup.sh script. Yeah, I also believe it would be nice to have those scripts end up in the -bin release packages, it's something I've seen in other software as we

[Geoserver-devel] [jira] Created: (GEOS-3949) Add New Store causes NullPointerException

2010-05-06 Thread Tom MacWright (JIRA)
Add New Store causes NullPointerException - Key: GEOS-3949 URL: http://jira.codehaus.org/browse/GEOS-3949 Project: GeoServer Issue Type: Bug Components: Wicket UI Affects Versions: 2.0.1

[Geoserver-devel] [jira] Created: (GEOS-3948) Improve resource name validation for RESTConfig

2010-05-06 Thread David Winslow (JIRA)
Improve resource name validation for RESTConfig --- Key: GEOS-3948 URL: http://jira.codehaus.org/browse/GEOS-3948 Project: GeoServer Issue Type: Improvement Components: REST Affects V

Re: [Geoserver-devel] Oracle Georaster support

2010-05-06 Thread Jody Garnett
Let me invite you as a blog contributor; accept the invite and try again. Jody On 07/05/2010, at 2:17 AM, christian.muel...@nvoe.at wrote: > You mean something like that > > http://geotoolsnews.blogspot.com/ > > Upps, I have never done this before :-) > > Anyways, its time to learn it. I have

Re: [Geoserver-devel] Oracle Georaster support

2010-05-06 Thread christian . mueller
You mean something like that http://geotoolsnews.blogspot.com/ Upps, I have never done this before :-) Anyways, its time to learn it. I have a google account, but I do not see the geotools blog. For geoserver, the blog looks different, and I cannot login. Quoting Andrea Aime : > christi

Re: [Geoserver-devel] Oracle Georaster support

2010-05-06 Thread Andrea Aime
christian.muel...@nvoe.at ha scritto: > The imagemosaic-jdbc module adds Oracle Georaster support without > using an Oracle Specific API. No problems with the build process , at > runtime , only the oracle jdbc driver has to be in the class path. > > Geoserver documentation is here > > http:/

[Geoserver-devel] Oracle Georaster support

2010-05-06 Thread christian . mueller
The imagemosaic-jdbc module adds Oracle Georaster support without using an Oracle Specific API. No problems with the build process , at runtime , only the oracle jdbc driver has to be in the class path. Geoserver documentation is here http://docs.geoserver.org/stable/en/user/data/oraclegeoras

Re: [Geoserver-devel] linux start scripts

2010-05-06 Thread Justin Deoliveira
Well I think it makes sense to put the script somewhere in svn... probably along side the regular startup.sh script. And yeah mentioning it in the documentation would be good. I would say the Linux installation section would probably be more appropriate than production section, but no strong op

Re: [Geoserver-devel] First WMS cascading patch ready

2010-05-06 Thread Andrea Aime
Justin Deoliveira ha scritto: > Nice patch! Big but very clean. > > The only minor suggestion/note i have is that > WMSLayerINfoImpl.getWMSLayer() does a lot of work inline. The other > ResourceInfoImpl classes delegate out to ResourcePool for all resource > loading operations. It would be nice

[Geoserver-devel] [jira] Created: (GEOS-3947) Black png output and gif errors for GeoTIFF coverages

2010-05-06 Thread Alessio Fabiani (JIRA)
Black png output and gif errors for GeoTIFF coverages - Key: GEOS-3947 URL: http://jira.codehaus.org/browse/GEOS-3947 Project: GeoServer Issue Type: Bug Affects Versions: 2.1.x

Re: [Geoserver-devel] Creating feature types from SQL queries: a plan for GeoServer

2010-05-06 Thread Andrea Aime
christian.muel...@nvoe.at ha scritto: > I do not insist on this proposal. > > Do we have something like a "resource pool callback" at the moment. There is a ResourcePool.Listener, but at the moment it provides only callbacks for resource disposal, not for resource creation. My plan was to increa

Re: [Geoserver-devel] Creating feature types from SQL queries: a plan for GeoServer

2010-05-06 Thread christian . mueller
I do not insist on this proposal. Do we have something like a "resource pool callback" at the moment. I did a workaround, subclassing DB2DataStoreFactory and overriding createDataStoreInternal(..), but this is nasty and I have to change the geoserver configuration in the future. Is there ano

[Geoserver-devel] linux start scripts

2010-05-06 Thread christian . mueller
Hi, Lennart developped a geoserver start script for Ubunutu. I have one for SUSE and I can make one for CentOS. Does it make sense to add these scripts to the sphinx doc, "running geoserver in a production environment". This m

Re: [Geoserver-devel] Creating feature types from SQL queries: a plan for GeoServer

2010-05-06 Thread Andrea Aime
christian.muel...@nvoe.at ha scritto: > I have an additional proposal. What about a plugin mechanism > > public interface VirtualTableProvider { > public Set createVirtualTables(Connection con) > throws SQLException > } > > having a dummy implementation returning an empty list. > > Of c