[Geoserver-users] DescribeFeatureType with XSLT extension

2013-11-15 Thread Rudy Commenge
Hi,

The XSLT extension is a kind of outputformat generator.
It works like a charm with a GetFeature operation.

But I'm not able to perform a DescribeFeatureType request with the
outputFormat defined in the XSLT workspace.

Any solution ?

Kind regards,

Rudy
--
DreamFactory - Open Source REST  JSON Services for HTML5  Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] [App-schema] DescribeFeatureType with XMLSCHEMA outputformat

2013-11-15 Thread Rudy Commenge
Hi,

I use the application schema extension.

I'm able to perform DescribeFeatureType request using outputFormat equals
to text/xml; subtype=gml/3.2 or XMLSCHEMA.

There is only one difference in the response : the first one contains
xsd:import namespace=http://www.opengis.net/wfs/2.0;
schemaLocation=http://.../wfs.xsd/

Why the outputFormat XMLSCHEMA exists ?

Kind regards,

Rudy.
--
DreamFactory - Open Source REST  JSON Services for HTML5  Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] DescribeFeatureType with XSLT extension

2013-11-15 Thread Rudy Commenge
The internal structure is not modified.
But a common user, retrieve features (with GetFeature) in a different
format generated by XSLT extension.

In my point of view, this user must be able to describe his result using
DescribeFeatureType operation.
Don't you think ?

I think a solution would be to add a property into XSLT configuration file
that allow administrator to specify URI to the XSD for the specific
outputFormat.


2013/11/15 Andrea Aime andrea.a...@geo-solutions.it

 On Fri, Nov 15, 2013 at 12:11 PM, Rudy Commenge rudywi.de...@gmail.comwrote:

 Hi,

 The XSLT extension is a kind of outputformat generator.
 It works like a charm with a GetFeature operation.


 As you said, it's an output format generator, it can derive HTML, text,
 csv, KML.
 It's not a structure modifier. Thus it cannot do anything to
 DescribeFeatureType, the structure
 of the feature type remains the same.

 Cheers
 Andrea

 --
 ==
 Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
 information.
 ==

 Ing. Andrea Aime
 @geowolf
 Technical Lead

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob: +39  339 8844549

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 ---

--
DreamFactory - Open Source REST  JSON Services for HTML5  Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] DescribeFeatureType with XSLT extension

2013-11-15 Thread Rudy Commenge
OK... I understand now ^^.
Thanks


2013/11/15 Andrea Aime andrea.a...@geo-solutions.it

 On Fri, Nov 15, 2013 at 12:30 PM, Rudy Commenge rudywi.de...@gmail.comwrote:

 The internal structure is not modified.
 But a common user, retrieve features (with GetFeature) in a different
 format generated by XSLT extension.


 I'm not talking about the internal structure, I'm referring to the
 external one, the one that the user end up
 seeing.
 A WFS has one, and just one, exposed structure for the feature types,
 described in XML schema, any
 request to GetFeature must be able to refer to the attributes listed there
 in filters and property subsetting.

 There is no possibility for exposing more than one structure, that makes
 no sense.

 If you want to have an internal structure that's different than the one
 you're exposing, then you're using
 the wrong tool for the job, you should be looking into app-schema instead.

 An XSLT tool that allows to manipulate structure is conceivable, but it
 would be much harder than you
 think, it would also have to be able to remap not only
 DescribeFeatureType, but also any incoming
 GetFeature request (in particular, the list of property names, and the
 Filter).
 This is not what the XSLT _output format_ generator does.
 An output format is just a different way of representing the same data,
 not a way to change the exposed
 structure.

 Cheers
 Andrea

 --
 ==
 Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
 information.
 ==

 Ing. Andrea Aime
 @geowolf
 Technical Lead

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob: +39  339 8844549

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 ---

--
DreamFactory - Open Source REST  JSON Services for HTML5  Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] A very old and forgotten improvement

2013-11-05 Thread Rudy Commenge
Hi,

I have found this improvement idea :
http://geoserver.org/display/GEOS/Advanced+GML
What about its development ?

Kind regards,

Rudy.
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] [WFS] DescribeFeatureTypeResponse in SOAP

2013-10-03 Thread Rudy Commenge
Hi,

When I perform a DescribeFeatureType WFS request using REST, I have the
following response :
xsd:schema.../xsd:schema
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134791iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] [WFS] DescribeFeatureTypeResponse in SOAP

2013-10-03 Thread Rudy Commenge
Hi,

When I perform a DescribeFeatureType WFS request using REST, I have the
following response :
xsd:schema.../xsd:schema
It seems to be OK.

If I perform the same request using SOAP, I have the following response :
soap:Envelope...
  soap:Header /
  soap:Body type=xsd:base64
 wfs:DescribeFeatureTypeResponse
..sdjqjkhfiIUHsdg8JDK8BJdo/wfs:DescribeFeatyreTypeResponse
  /soap:Body
/soap:Envelope

Why a wfs:DescribeFeatureTypeResponse element is returned, and not an XML
Schema ?
Why the response is encoded into base64 ?

Kind regards,

Rudy
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134791iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] App-Schema Geometry Mapping

2013-09-17 Thread Rudy Commenge
Hi Ryan,

Your mapping file contains :

AttributeMapping
   targetAttributegeometry/targetAttribute
   sourceExpression
  OCQLgeom/OCQL
   /sourceExpression
/AttributeMapping

I think you forgot the prefix for the target attribute :

AttributeMapping
   targetAttributeMyPrefix:geometry/targetAttribute
   sourceExpression
  OCQLgeom/OCQL
   /sourceExpression
/AttributeMapping
--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] App-Schema Geometry Mapping

2013-09-17 Thread Rudy Commenge
In your XML Schema try to declare geom element with generic geometry type
:
xs:element name=geometry type=gml:GeometryPropertyType /


2013/9/17 Ryan Moody ryan.mo...@envitia.com

 Hi Rudy,

 ** **

 I’ve tried your suggestion previously, but unfortunately it still gives me
 the empty geometry element MyPrefix:geometry/ in the WFS response.

 ** **

 Can you think of any other possible issues which may prevent the geometry
 being mapped across?

 ** **

 Many thanks,

 ** **

 Ryan

 ** **

 *From:* Rudy Commenge [mailto:rudywi.de...@gmail.com]
 *Sent:* 17 September 2013 13:30
 *To:* Ryan Moody
 *Cc:* geoserver-users@lists.sourceforge.net; Neil Kirk
 *Subject:* Re: [Geoserver-users] App-Schema Geometry Mapping

 ** **

 Hi Ryan,

 Your mapping file contains :

 AttributeMapping
targetAttributegeometry/targetAttribute
sourceExpression
   OCQLgeom/OCQL
/sourceExpression
 /AttributeMapping

 I think you forgot the prefix for the target attribute :

 AttributeMapping
targetAttributeMyPrefix:geometry/targetAttribute
sourceExpression
   OCQLgeom/OCQL
/sourceExpression
 /AttributeMapping

--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] featureID within GetFeature requests

2013-09-05 Thread Rudy Commenge
Hi,

When you perform GetFeature request with GML output format, featureID is
the value of the gml:id attribute in the response.

Best Regards,

Rudy


2013/9/5 Jonathan Moules jonathanmou...@warwickshire.gov.uk

 Hi List,
 I'm trying to use WFS GetFeature to get a specific feature -
 http://docs.geoserver.org/stable/en/user/services/wfs/reference.html#getfeature

 The documentation says:

 To limit the output you can restrict the GetFeature request to a single
 feature by including an additional parameter, featureID and providing the
 ID of a specific feature. In this case, the GET request would be:


 What does this actually mean? What column is the featureID coming from? I
 can do it using a filter, but I'm just trying to understand what the
 featureID bit is actually for.
 Cheers,
 Jonathan

 This transmission is intended for the named addressee(s) only and may
 contain sensitive or protectively marked material up to RESTRICTED and
 should be handled accordingly. Unless you are the named addressee (or
 authorised to receive it for the addressee) you may not copy or use it, or
 disclose it to anyone else. If you have received this transmission in error
 please notify the sender immediately. All email traffic sent to or from us,
 including without limitation all GCSX traffic, may be subject to recording
 and/or monitoring in accordance with relevant legislation.

 --
 Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
 Discover the easy way to master current and previous Microsoft technologies
 and advance your career. Get an incredible 1,500+ hours of step-by-step
 tutorial videos with LearnDevNow. Subscribe today and save!
 http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] How to create/execute urn:ogc:def:query:OGC-WFS::GetFeatureById StoredQuery ?

2013-09-04 Thread Rudy Commenge
Hi,

I try to create and execute the stored query
urn:ogc:def:query:OGC-WFS::GetFeatureById.

The following creation fails :

wfs:CreateStoredQuery service=WFS version=2.0.0
xmlns=http://www.opengis.net/wfs/2.0;
xmlns:wfs=http://www.opengis.net/wfs/2.0;
xmlns:gml=http://www.opengis.net/gml/3.2;
xmlns:fes=http://www.opengis.net/fes/2.0;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
xsi:schemaLocation=http://www.opengis.net/wfs/2.0
http://schemas.opengis.net/wfs/2.0/wfs.xsd http://www.opengis.net/gml/3.2
http://schemas.opengis.net/gml/3.2.1/gml.xsd; xmlns:ns1=
http://www.opengis.net/ows/1.1;
wfs:StoredQueryDefinition
id=urn:ogc:def:query:OGC-WFS::GetFeatureById
TitleGet feature by identifier/Title
wfs:Parameter name=ID type=xsd:string /
wfs:QueryExpressionText
language=urn:ogc:def:queryLanguage:OGC-WFS::WFS_QueryExpression
  wfs:Query
fes:Filter
  fes:ResourceId rid=${ID}/
/fes:Filter
  /wfs:Query
/wfs:QueryExpressionText
/wfs:StoredQueryDefinition
/wfs:CreateStoredQuery

It fails because there is not feature type specified in the query.

But I can't create a parameter for the feature type, because it's not
compliant WFS2.0 : the urn:ogc:def:query:OGC-WFS::GetFeatureById stored
query must have only one parameter (the id parameter).

So, how to do ?

Best regards,

Rudy.
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Application schema and DWithin operator support ?

2013-07-12 Thread Rudy Commenge
Hi,

I would like to use DWithin operator on features built by the application
schema plugin.

Example :
?xml version=1.0 encoding=UTF-8?
wfs:GetFeature
service=WFS
version=2.0.0
outputFormat=gml32
xmlns:wfs=http://www.opengis.net/wfs/2.0; http://www.opengis.net/wfs/2.0
xmlns:gml=http://www.opengis.net/gml/3.2; http://www.opengis.net/gml/3.2
xmlns:fes=http://www.opengis.net/fes/2.0; http://www.opengis.net/fes/2.0
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;http://www.w3.org/2001/XMLSchema-instance

wfs:Query typeName=myFeature
fes:Filter
fes:DWithin
fes:ValueReferencegeometryProperty
/fes:ValueReference
gml:LineString srsName=urn:ogc:def:crs:OGC:1.3:CRS84
gml:pos-32.5 52 -31.5 53/gml:pos
/gml:LineString
fes:Distance uom=[NMI_I]200/fes:Distance
/fes:DWithin
/fes:Filter
/wfs:Query
/wfs:GetFeature

So, DWithin operator is it fully supported by application schema plugin ?

Kind regards,

Rudy.
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] [WFS] GetFeature with maxFeatures parameter

2012-12-10 Thread Rudy Commenge
Hi,

How to perform GetFeature() operation with maxFeatures parameter using
POST method ?

The following example does not work :
wfs:GetFeature version=2.0.0 service=WFS xmlns:wfs=
http://www.opengis.net/wfs/2.0; xmlns:myNs=http://myNs/;
  wfs:Query typeNames=myNs:myFeatureType maxFeatures=2
  /wfs:Query
/wfs:GetFeature

Kind regards,

RudyWI
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] [WFS]StoredQuery with multiple Query

2012-12-10 Thread Rudy Commenge
Hi,

I can't create the following StoredQuery :

wfs:CreateStoredQuery service=WFS version=2.0.0
xmlns:wfs=http://www.opengis.net/wfs/2.0;
xmlns:fes=http://www.opengis.net/fes/2.0;
xmlns:myNs=http://myNs/;
wfs:StoredQueryDefinition id=mySQ
wfs:Title /wfs:Title
wfs:Abstract /wfs:Abstract
wfs:QueryExpressionText returnFeatureTypes=myNs:one myNs:two
language=urn:ogc:def:queryLanguage:OGC-WFS::WFS_QueryExpression
wfs:Query typeNames=myNs:one /
wfs:Query typeNames=myNs:two /
/wfs:QueryExpressionText
/wfs:StoredQueryDefinition
/wfs:CreateStoredQuery

The following error occurs :

ows:ExceptionReport version=2.0.0
  xsi:schemaLocation=http://www.opengis.net/ows/1.1
http://127.0.0.1:8080/geoserver/schemas/ows/1.1.0/owsAll.xsd;
  xmlns:ows=http://www.opengis.net/ows/1.1; xmlns:xsi=
http://www.w3.org/2001/XMLSchema-instance;
  ows:Exception exceptionCode=OperationProcessingFailed
locator=CreateStoredQuery
ows:ExceptionTextError validating stored query
org.xml.sax.SAXParseException;...; The markup in the document following the
root element must be well-formed.
The markup in the document following the root element must be
well-formed./ows:ExceptionText
  /ows:Exception
/ows:ExceptionReport

However, if I try to create a StoredQuery with only one wfs:Query
element, it works.

So, how to create a StoredQuery with multiple wfs:Query elements ?

Kind regards,

RudyWI
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] [App-schema mapping] Old Srs notation

2012-12-07 Thread Rudy Commenge
Hi,

I use the app-schema mapping plugin.
When I map a geometry column from database to GML element, the following
Srs notation is used :
http://www.opengis.net/gml/srs/epsg.xml# (longitude/latitude)

Example:
gml:Point srsDimension=2 srsName=
http://www.opengis.net/gml/srs/epsg.xml#4326;
gml:pos0.00194 43.07694/gml:pos
/gml:Point

However, currently, Geoserver (without app-schema plugin) uses the new Srs
notation :
urn:x-ogc:def:crs:EPSG: - latitude/longitude

So, how to use the new Srs notation when I use the app-schema plugin to
map geometry column ?

Best regards,

RudyWI
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Processor for XSLT WFS output format module

2012-11-19 Thread Rudy Commenge
Hi,

I use XSLT WFS output format module.
Now, I would like to use Saxon XSLT processor with this module.

How to do it ?

Best regards,

RudyWI
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Processor for XSLT WFS output format module

2012-11-19 Thread Rudy Commenge
I followed your instructions.
It works, thanks.

Now I can use this Saxon extension :
http://www.saxonica.com/documentation9.1/extensibility/functions/staticmethods.html

Best regards,

RudyWI



2012/11/19 Andrea Aime andrea.a...@geo-solutions.it

 On Mon, Nov 19, 2012 at 5:41 PM, Rudy Commenge rudywi.de...@gmail.comwrote:

 Hi,

 I use XSLT WFS output format module.


 Wow, already? It's been out only a few days and it's not even part of a
 release :-)


 Now, I would like to use Saxon XSLT processor with this module.

 How to do it ?


 Mumble... the code instantiates the processor using Java standard
 interfaces, that is:
 TransformerFactory tf = TransformerFactory.newInstance( );

 So _I believe_ you should be able to use Saxon by:
 1) dropping the saxon jars into geoserver/WEB-INF/lib and restarting
 GeoServer
 2) forcing the usage of Saxon by setting the JVM system variable:

  -Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl

 Also have a look at that method javadoc, it describes different ways to
 force a specific
 implementation:

 http://docs.oracle.com/javase/1.5.0/docs/api/javax/xml/transform/TransformerFactory.html#newInstance()

 Let us know if this works.


 Cheers
 Andrea

 --
 ==
 Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
 information.
 ==

 Ing. Andrea Aime
 @geowolf
 Technical Lead

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob: +39  339 8844549

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 ---


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] [App-schema] How to map Oracle Geometry into GML ?

2012-11-14 Thread Rudy Commenge
Thx a lot.
And now, let's get down to work ;-)

Kind regards,


2012/11/14 Justin Deoliveira jdeol...@opengeo.org



 On Tue, Nov 13, 2012 at 11:17 PM, Ben Caradoc-Davies 
 ben.caradoc-dav...@csiro.au wrote:

 Thanks, Justin. Is there any easy way to get this into GeoServer as a
 plugin?

 Nope. None that I can think of.


 Looks like this will require building GeoTools and GeoServer from source.
 (Further questions  should be on the dev lists.)

 Agreed.


 Kind regards,
 Ben.


 On 14/11/12 10:14, Justin Deoliveira wrote:

 Hmmm... so if I understand it there is some custom type (extending from
 gml:Point) and it needs to be parsed. You should be able to subclass one
 of the GMLConfiguration classes registerBindings function. SOmething
 like:

 new GMLConfiguration() {
protected void registerBindings(Map bindings) {
   super.registerBindings(**bindings);
   bindings.put(new QName(aixmNamespaceURI, ElevatedPoint),
 ElevatedPointBinding.class);
}
 }

 Where ElevatedPointBinding is an implementation of the
 org.geotools.xml.**ComplexBinding class.

 -Justin


 --
 Ben Caradoc-Davies ben.caradoc-dav...@csiro.au
 Software Engineer
 CSIRO Earth Science and Resource Engineering
 Australian Resources Research Centre




 --
 Justin Deoliveira
 OpenGeo - http://opengeo.org
 Enterprise support for open source geospatial.


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users