Re: [Geoserver-users] App-Schema: Inheritance question

2013-10-15 Thread Rini Angreani
Hi snuffy, The joining work is legacy of Niels Charlier during his time with our organisation, so I may not be 100% correct. From my understanding, this is because the same rows from the linked table could be chained by multiple parents from the main table. Therefore the parent id is needed as

Re: [Geoserver-users] App-Schema: Inheritance question

2013-10-10 Thread snuffy
-Davies, Ben (CESRE, Kensington) Sent: Thursday, 10 October 2013 12:50 PM To: snuffy Cc: geoserver-users@lists.sourceforge.net; Angreani, Rini (CESRE, Kensington) Subject: Re: [Geoserver-users] App-Schema: Inheritance question Please keep discussions on list. I am not sure; I speculate

Re: [Geoserver-users] App-Schema: Inheritance question

2013-10-09 Thread Ben Caradoc-Davies
Please keep discussions on list. I am not sure; I speculate that this is used for multivalued properties or denormalised tables (in the absence of joining). Perhaps Rini can explain? Kind regards, Ben. On 10/10/13 11:59, snuffy wrote: Hello Ben, Was hoping you could explain why app-schema

Re: [Geoserver-users] App-Schema: Inheritance question

2013-10-09 Thread Rini.Angreani
] App-Schema: Inheritance question Please keep discussions on list. I am not sure; I speculate that this is used for multivalued properties or denormalised tables (in the absence of joining). Perhaps Rini can explain? Kind regards, Ben. On 10/10/13 11:59, snuffy wrote: Hello Ben, Was hoping

Re: [Geoserver-users] App-Schema: Inheritance question

2013-10-03 Thread snuffy
Hello Ben, I managed to get it working, thanks for your quick reply on this. I'm now trying to generalise this simple use case into my more complex model, with more complex types, and frustratingly I'm getting a new set of errors: java.lang.RuntimeException: Error applying mapping with

Re: [Geoserver-users] App-Schema: Inheritance question

2013-10-03 Thread Ben Caradoc-Davies
This error means that comcomp:BranchManagerType does not have a property comcomp:otherVar so it cannot be used in a xpath (that is why it referring to location path). targetAttribute is in general an xpath. Kind regards, Ben. On 04/10/13 11:04, snuffy wrote: Hello Ben, I managed to get it

[Geoserver-users] App-Schema: Inheritance question

2013-10-02 Thread snuffy
Hello, I was playing around with app-schema and trying to do inheritance. I've got the following classes: (all exist within same namespace of 'company') There are 3 separate xsd's (person/employee/customer- people.xsd) (manager - people-core.xsd) (branchmanager - people-retail.xsd) Person

Re: [Geoserver-users] App-Schema: Inheritance question

2013-10-02 Thread Ben Caradoc-Davies
Please send us the full error message that you get (include a stack trace from the logs if you have one), and your mapping file. Your schemas look good. Good job using FullMoon to generate them! Kind regards, Ben. On 02/10/13 15:44, snuffy wrote: Hello, I was playing around with app-schema