Re: [Geotools-devel] Moving to TOPP confluence (Geoserver and Geotools)

2006-04-04 Thread David Blasby
Paul Ramsey wrote: On 13-Mar-06, at 11:08 AM, [EMAIL PROTECTED] wrote: ps. Jody -- you put udig on its own confluence so I'd like to hear your experience. It was as advertised. Take the backup XML file and upload, content appears. Excellent. Did you try to move over JIRA issues?

[Geotools-devel] GeoTools Build Report [ 2006/04/03 23:55 ]

2006-04-04 Thread Paul Ramsey
GeoTools2 module build report 20060403 gt2:referencing cleaned, compiled, tested, INSTALLED 2357 gt2:sample-data cleaned, compiled, tested, INSTALLED 2357 gt2:coverage cleaned, compiled, tested, INSTALLED 2358 gt2:api cleaned, compiled, tested, INSTALLED 2358 gt2:main cleaned,

Re: [Geotools-devel] Moving to TOPP confluence (Geoserver and Geotools)

2006-04-04 Thread Jody Garnett
David Blasby wrote: Paul Ramsey wrote: On 13-Mar-06, at 11:08 AM, [EMAIL PROTECTED] wrote: ps. Jody -- you put udig on its own confluence so I'd like to hear your experience. It was as advertised. Take the backup XML file and upload, content appears. Excellent. Did you try to

[Geotools-devel] Re: [Geoapi-devel] Re: simple types with List binding

2006-04-04 Thread Justin Deoliveira
Jody Garnett wrote: Gabriel Roldán wrote: I've got to the situation where I need to model what in xml schema is a list of simple types, like in: public interface ListB, AttributeTypeB extends AttributeTypeList{ public AttributeTypeB getMembersType(); } my Java5 skills aren't so good,

[Geotools-devel] Re: [Geoapi-devel] Re: simple types with List binding

2006-04-04 Thread Jody Garnett
Justin Deoliveira wrote: ListOfStringType has a member Descriptor with multiplicity 0:*, the descriptor is of StringElementType. where StringElementType is bound to the Java class String and is marked as inline. But isn't the problem that this is a simple type. Not sure what you are trying to

[Geotools-devel] [jira] Created: (GEOT-831) GeoAPI based ISO 19107 Test Cases

2006-04-04 Thread Bryce Nordgren (JIRA)
GeoAPI based ISO 19107 Test Cases - Key: GEOT-831 URL: http://jira.codehaus.org/browse/GEOT-831 Project: GeoTools Type: Task Components: geometry Reporter: Bryce Nordgren Assigned to: Bryce Nordgren We should create a set

[Geotools-devel] LiteralLiteral -- null in 2.2.x, in 2.1.x

2006-04-04 Thread David Blasby
I noticed this change. I think this is the incorrect interpretation since there is a PropertyIsNull test in Filter. dave --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and

[Geotools-devel] Re: LiteralLiteral -- null in 2.2.x, in 2.1.x (for database datastores)

2006-04-04 Thread David Blasby
David Blasby wrote: I noticed this change. I think this is the incorrect interpretation since there is a PropertyIsNull test in Filter. oops, I noticed that PropertyIsNull is interpreted as [ interstate = null ] which causes exceptions because the right hand side of the = is 'null' (not

Re: [Geotools-devel] LiteralLiteral -- null in 2.2.x, in 2.1.x

2006-04-04 Thread Jody Garnett
David Blasby wrote: I noticed this change. I think this is the incorrect interpretation since there is a PropertyIsNull test in Filter. I remember cory talking about this. Perhaps looking at the definition of PropertyIsNull would help? I imagine LiteralLiteral/ is the same thing as Literal/

Re: [Geotools-devel] LiteralLiteral -- null in 2.2.x, in 2.1.x

2006-04-04 Thread Paul Ramsey
If so, how do I represent in XML? On Apr 4, 2006, at 3:36 PM, Jody Garnett wrote: David Blasby wrote: I noticed this change. I think this is the incorrect interpretation since there is a PropertyIsNull test in Filter. I remember cory talking about this. Perhaps looking at the definition