[Geoserver-devel] [jira] Created: (GEOS-3337) GetFeatureInfo on Layer Preview Fails Unless Workspace is Cite

2009-08-13 Thread alyssa wright (JIRA)
GetFeatureInfo on Layer Preview Fails Unless Workspace is Cite -- Key: GEOS-3337 URL: http://jira.codehaus.org/browse/GEOS-3337 Project: GeoServer Issue Type: Bug Componen

[Geoserver-devel] [jira] Created: (GEOS-3336) Renaming Layer Name

2009-08-13 Thread alyssa wright (JIRA)
Renaming Layer Name Key: GEOS-3336 URL: http://jira.codehaus.org/browse/GEOS-3336 Project: GeoServer Issue Type: Bug Affects Versions: 2.0-beta2 Environment: mac osx tomcat nightly build Reporte

[Geoserver-devel] 2.0-RC1 release starting

2009-08-13 Thread Gabriel Roldan
Hi all, just a quick heads up that I'm starting the 2.0-RC1 release train, so please if you have any outstanding commit on trunk speak out soon. Best regards, Gabriel -- Let Crystal Reports handle the reporting - Free C

Re: [Geoserver-devel] cite tests for 2.0-RC1

2009-08-13 Thread Justin Deoliveira
I was actually just going to do a bit of hand testing. But your call. Gabriel Roldan wrote: > That is great news. > > Do you want me to start with the actual release cycle now? > > Gabriel > Justin Deoliveira wrote: >> Hi all, >> >> Just did a pre release cite test run for RC1 to ensure no surpr

Re: [Geoserver-devel] cite tests for 2.0-RC1

2009-08-13 Thread Gabriel Roldan
That is great news. Do you want me to start with the actual release cycle now? Gabriel Justin Deoliveira wrote: > Hi all, > > Just did a pre release cite test run for RC1 to ensure no surprises. And > all is good. 100% pass. > > -Justin ---

[Geoserver-devel] cite tests for 2.0-RC1

2009-08-13 Thread Justin Deoliveira
Hi all, Just did a pre release cite test run for RC1 to ensure no surprises. And all is good. 100% pass. -Justin -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial. -- Let C

[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] Start geoserver from eclipse

2009-08-13 Thread Justin Deoliveira
You need to set a data directory as a system property: -DGEOSERVER_DATA_DIR=/path/to/data/dir Jimmy Aumard wrote: > Thanks I have put java-6-sun to the Installed jre > > I have another exeption :( > > 2009-08-13 12:35:40.826::INFO: Logging to STDERR via > org.mortbay.log.StdErrLog > 2009-08-1

Re: [Geoserver-devel] changes to GeoServerApplication.properties

2009-08-13 Thread Justin Deoliveira
Gabriel Roldan wrote: > Justin Deoliveira wrote: >> One thing that I just ran up against that is relavent here is when code >> has to call the Localizer directly. IF the key does not exist in a >> particular locale it will fail. >> >> For instance, when calling the info() method to provide a feed

Re: [Geoserver-devel] changes to GeoServerApplication.properties

2009-08-13 Thread Gabriel Roldan
Justin Deoliveira wrote: > One thing that I just ran up against that is relavent here is when code > has to call the Localizer directly. IF the key does not exist in a > particular locale it will fail. > > For instance, when calling the info() method to provide a feedback > message. It takes a

Re: [Geoserver-devel] changes to GeoServerApplication.properties

2009-08-13 Thread Arne Kepp
Gabriel Roldan wrote: > Arne Kepp wrote: >> Sorry, reading the email again, I realize I got caught up in the RBE >> / Eclipse part of the discussion: >> >> When I started this, at least 30% of the strings in the application >> were hardcoded in English. I made complete templates with the (DE) >>

Re: [Geoserver-devel] changes to GeoServerApplication.properties

2009-08-13 Thread Gabriel Roldan
Arne Kepp wrote: > Sorry, reading the email again, I realize I got caught up in the RBE / > Eclipse part of the discussion: > > When I started this, at least 30% of the strings in the application were > hardcoded in English. I made complete templates with the (DE) prefix in > order to spot all

Re: [Geoserver-devel] Start geoserver from eclipse

2009-08-13 Thread Jimmy Aumard
Thanks I have put java-6-sun to the Installed jre I have another exeption :( 2009-08-13 12:35:40.826::INFO: Logging to STDERR via org.mortbay.log.StdErrLog 2009-08-13 12:35:40.996::INFO: jetty-6.1.8 13 août 2009 12:35:42 it.geosolutions.imageio.gdalframework.GDALUtilities loadGDAL ATTENTION: Na

[Geoserver-devel] [jira] Created: (GEOS-3335) EPSG: 4326 (WGS 84) axis order

2009-08-13 Thread Karel Maesen (JIRA)
EPSG: 4326 (WGS 84) axis order Key: GEOS-3335 URL: http://jira.codehaus.org/browse/GEOS-3335 Project: GeoServer Issue Type: Bug Reporter: Karel Maesen Assignee: Andrea Aime -- T

Re: [Geoserver-devel] Start geoserver from eclipse

2009-08-13 Thread Arne Kepp
My guess is you forgot to tell Eclipse to use a Sun JVM, so it's trying to use some icedtea derivative. In my experience, Eclipse can get really unstable if you mix icedtea and Sun's stuff. So I recommend you install the Sun JDK into /opt , download a Eclipse from the Eclipse website and wipe y

[Geoserver-devel] Start geoserver from eclipse

2009-08-13 Thread Jimmy Aumard
Hello , I try to lauch geoserver from eclipse but I have this exception: 2009-08-13 11:50:34.316::INFO: Logging to STDERR via org.mortbay.log.StdErrLog 2009-08-13 11:50:34.449::INFO: jetty-6.1.8 2009-08-13 11:50:43.035::WARN: failed org.mortbay.jetty.webapp.webappcont...@d6cf00{/geoserver,src/

Re: [Geoserver-devel] changes to GeoServerApplication.properties

2009-08-13 Thread Arne Kepp
Sorry, reading the email again, I realize I got caught up in the RBE / Eclipse part of the discussion: When I started this, at least 30% of the strings in the application were hardcoded in English. I made complete templates with the (DE) prefix in order to spot all the places where the strings

Re: [Geoserver-devel] make an eclipse projet from source with maven

2009-08-13 Thread Jimmy Aumard
Thanks that's work! I have eclipse's projects now but they have errors and I don't find where :s I have put M2_REPO in the classpath and it's good but all the projects have errors (not on files but on repositories) I don't understand sorry Cheers Jim 2009/8/12 Chris McMillan > Jimmy, > >