Hi all, I added a first GeoXACML implementation to the GeoServer trunk as a community module named "geoxacml"
---------------------
I need a mvn specialist to check my pom.xml.
"mvn clean compile" works fine.
"mvn test" runs only 2 test suites instead of 12 ?
"mvn install" runs fine
I assume there is problem with a dependency to the apache xpath implementation. Doing the tests within eclipse works fine.
What is in ?
I implemented all functions and datat ypes as described in the GeoXACML specification. (STANDARD compliant)
I also implemented the optional coordinate transformations.
I created the following test cases
For each of the needed GML Types (Point,Linestring,Linearring,Polygon,Multipoint,Multilinestring and Multipolygon)
parsing and encoding is tested. This is done for GML2 and GML3. GML encoding is used according to GM2 and GML3 binding specifications of GeoXACML.
For each GeoXACML function, there is policy file, a "good" and a "bad" request. Each functions has 2 test cases.
Coordinate transformation tests are also included.
Additonally, an XPath test is part of the test suite.
So far, we have a staring point.
christian