[Geoserver-devel] Some problems with Khmer Unicode

2008-06-12 Thread Sophy Eung
Hi all, I have some problems with Khmer unicode. I want my label to display in Khmer unicode, but it does not work properly. It did display the characters but the subscript did not render correctly. I am using Khmer OS unicode. In Firefox and IE, it works just fine since they know where the USP10.

[Geoserver-devel] [jira] Created: (GEOS-1986) Community schemas returns wrong numberOfFeatures when MaxFeatures used

2008-06-12 Thread Ben Caradoc-Davies (JIRA)
Community schemas returns wrong numberOfFeatures when MaxFeatures used -- Key: GEOS-1986 URL: http://jira.codehaus.org/browse/GEOS-1986 Project: GeoServer Issue Type: Bug

[Geoserver-devel] [jira] Created: (GEOS-1985) Configuration does not let go of disabled datastores

2008-06-12 Thread Arne Kepp (JIRA)
Configuration does not let go of disabled datastores Key: GEOS-1985 URL: http://jira.codehaus.org/browse/GEOS-1985 Project: GeoServer Issue Type: Bug Components: Configuration

[Geoserver-devel] Seperate label and graphic in textsymbolizer

2008-06-12 Thread Yi Wang
Hello, I'm trying to separate the label (text) with the graphic component both written in . However they seem to be overlapped all the time with the graphic at the center of the text. Does anyone know how to do that? BTW, I know the fact that we can use to draw graphic but for my case it has othe

[Geoserver-devel] Simple Plugin 1.6 Problem

2008-06-12 Thread Bradagain
Trying to walk through the Simple Plugin http://geoserver.org/display/GEOSDOC/3+A+Simple+PlugIn and get the following FATAL ERROR: C:\GeoServer16\hello>mvn install [INFO] Scanning for projects... Downloading: http://repository.codehaus.org//org/geoserver/community/1.6.0/commu nity-1.6.0.pom Downl

Re: [Geoserver-devel] PagingFeatureSource?

2008-06-12 Thread Gabriel Roldán
On Thursday 12 June 2008 08:00:59 pm David Winslow wrote: > Since the last few lines of the error stack trace indicated some > problems in geotools code, I tried reverting all changes made today in > geotools (svn up -r{$(date --iso-8601)}) and rebuilding, the error went > away for me as well. > >

Re: [Geoserver-devel] PagingFeatureSource?

2008-06-12 Thread David Winslow
Since the last few lines of the error stack trace indicated some problems in geotools code, I tried reverting all changes made today in geotools (svn up -r{$(date --iso-8601)}) and rebuilding, the error went away for me as well. I didn't mean to imply that I thought the wrapper was causing pro

Re: [Geoserver-devel] PagingFeatureSource?

2008-06-12 Thread Gabriel Roldán
On Thursday 12 June 2008 05:28:56 pm Justin Deoliveira wrote: > Go ahead and remove it. but I doubt that it was the cause of the problem. Not really sure if it was or not. Yet I removed it and the build is back to normal, didn't check if it was due to this or not really Cheers, Gabriel > > Gabri

[Geoserver-devel] Hudson build is back to normal: geoserver-trunk #273

2008-06-12 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/273/changes - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourcefor

[Geoserver-devel] the time has come... branching trunk to 1.7.x

2008-06-12 Thread Justin Deoliveira
Hi all, So as the subject states it has come time to create the 1.7.x branch and leave trunk open for the new user interface and configuration stuff we plan to do. So... how i would like to approach this is that all people developing on trunk reply to this email when they are "out of the pool"

Re: [Geoserver-devel] filter to sql encoding issue with Add

2008-06-12 Thread Justin Deoliveira
> > http://www.nabble.com/On-converters-and-target-class-usage-ts17105366.html#a17105366 > > the topic was abandoned out of frustration, the time I could have > spent fixing the issue went down solid into writing mails... Ahhh... right. I have been playing with converters lately perhaps i will

[Geoserver-devel] GeoServer 1.7.0-beta1 released

2008-06-12 Thread Justin Deoliveira
The GeoServer team is proud to announce the first 1.7.0 beta release. http://geoserver.org/display/GEOS/GeoServer+1.7.0-beta1 The 1.7 GeoServer series brings along some compelling new features: * Security and Authorization at the layer / feature type level * GDAL integration providing support fo

Re: [Geoserver-devel] MockHttpServletResponse

2008-06-12 Thread David Winslow
Probably not that much, most tests just use HttpServletResponse and don't worry about the implementation. It looks like there are only two classes outside of community using mockrunner directly (although one of those, GeoServerAbstractTestSupport, uses it extensively) and two classes using moc

[Geoserver-devel] Build failed in Hudson: geoserver-trunk #272

2008-06-12 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/272/changes Changes: [arneke] KML - Added a little logging to ease debugging efforts on production machines [aaime] Hello to everybody from the CIA bot [aaime] Hello to everybody from the CIA bot [aaime] GEOS-1948, When an sld

Re: [Geoserver-devel] PagingFeatureSource?

2008-06-12 Thread Justin Deoliveira
Go ahead and remove it. but I doubt that it was the cause of the problem. Gabriel Roldán wrote: > It was my fault not to remove the wrapper, going to do so now > > Thanks for pointing it out dave. > > Gabriel > On Thursday 12 June 2008 04:26:07 pm David Winslow wrote: >> After updating trunk thi

[Geoserver-devel] Build failed in Hudson: geoserver-trunk #271

2008-06-12 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/271/changes Changes: [aaime] Required param missing in GetFeature, funny error back -- [...truncated 321 lines...] log4j:WARN Please initialize the log4j system properly. Tests run: 8, Failu

Re: [Geoserver-devel] PagingFeatureSource?

2008-06-12 Thread Gabriel Roldán
It was my fault not to remove the wrapper, going to do so now Thanks for pointing it out dave. Gabriel On Thursday 12 June 2008 04:26:07 pm David Winslow wrote: > After updating trunk this morning and trying to build, I see a test > failure in main/org.geoserver.feature.PagingFeatureSourceTest.

[Geoserver-devel] PagingFeatureSource?

2008-06-12 Thread David Winslow
After updating trunk this morning and trying to build, I see a test failure in main/org.geoserver.feature.PagingFeatureSourceTest. It was my understanding that the paging featuresource wrapper would be removed once GeoTools supported paged requests; so why is this still here? (PS: I talked to

Re: [Geoserver-devel] filter to sql encoding issue with Add

2008-06-12 Thread Andrea Aime
Andrea Aime ha scritto: ... > An even better solution would be to change the converters so that > they do not try to coax 5.1 into 5, that is, allow the conversion > only when it's clean, and return null instead (in this case the > Which is something we already discussed in gt2-devel I believe, bu

Re: [Geoserver-devel] filter to sql encoding issue with Add

2008-06-12 Thread Andrea Aime
Justin Deoliveira ha scritto: ... >>> When encoded as a predicate in sql: >>> >>> WHERE "intProperty" = "decimalProperty" + 149 >>> >>> Now... the reason this occurs is because the literal 149.97 is >>> evaluated in the context of an integer and is truncated. >> >> Where is the code that is doing