Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test OGC Filter Encoding : A10 to A16 conformance test #17

Open
Vquillien opened this issue May 11, 2017 · 5 comments
Open

Test OGC Filter Encoding : A10 to A16 conformance test #17

Vquillien opened this issue May 11, 2017 · 5 comments
Assignees

Comments

@Vquillien
Copy link
Contributor

In this last part of the OGC filter encoding test, we will test the operator ressource ID, the filter Sorting and the extended operator.

@Vquillien
Copy link
Contributor Author

For the extended operator, I use the exemple of Filter Encoding and I have generated the class but the namespace of the test isn't understand and doesn't see a solution.

@Vquillien
Copy link
Contributor Author

Vquillien commented May 12, 2017

I have one error that I can solved. In my last test, i create a new operator with new class genered from jaxB. But when I want to create a new instance in jaxBContainer, I have this error java.lang.IllegalArgumentException: can't parse argument number: ''{0}''
. . .

at org.orbisgis.ogccustomtest.OGC_TestFilterEncoding.TestExtendedOperators(OGC_TestFilterEncoding. java:512)
Caused by: java.lang.NumberFormatException: For input string: "''{0}''" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)

. . .

@Vquillien
Copy link
Contributor Author

I made the modifications of package but I always have the same error.

@Vquillien
Copy link
Contributor Author

Creation of a new branch Error_JaxBContainer in vquillien/ogc-custom-jaxb because the error explain above.

@SPalominos
Copy link
Contributor

Ok, thank you, I will work on it to find the error.

Vquillien added a commit to Vquillien/ogc-custom-jaxb that referenced this issue May 15, 2017
Add modification for the last test. orbisgis#17 there always an error with the
test : new Operator.
ebocher added a commit that referenced this issue May 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants