Re: [Geotools-devel] GML properties and xmlcodegen

2009-11-27 Thread Justin Deoliveira
Yeah, this was done to get around the 65k initializer method issue. I thought I kept the variables static but i guess not. I think we can probably keep them static but move the actual initialization into the constructor of the singleton. It might also make sense to separate the class into multi

Re: [Geotools-devel] GML properties and xmlcodegen

2009-11-26 Thread Ben Caradoc-Davies
Justin, you are a champ! It looks like your xmlcodegen changes and instructions are just what we needed. Generated GMLSchema members are now non-static, which is an API change. More notes below. We still have to look at some details (ClientProperty/attribute handling, fixing app-schema breakag

Re: [Geotools-devel] GML properties and xmlcodegen

2009-11-18 Thread Justin Deoliveira
OK, i have committed the modifiactions i made to the xmlcodegen plugin to allow it to generate the schema for gml. But there is a disclaimer, i had to hack the gml schema files to do it. I have attached some relevant files here: http://jira.codehaus.org/browse/GEOT-2505 Including: 1) the gene

Re: [Geotools-devel] GML properties and xmlcodegen

2009-11-17 Thread Justin Deoliveira
Hi Ben, I will throw this on my todo list for tomorrow. I have the generated schema and the configuration i need to generate it (including the hacks need to process the gml schema) on a hard drive backed up at the office. I will resurrect it tomorrow. -Justin Ben Caradoc-Davies wrote: > Justi