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

RODA-in fails to validate metadata against its schema (if schema includes other schemas) in Windows #290

Closed
hsilva-keep opened this issue May 19, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@hsilva-keep
Copy link
Member

hsilva-keep commented May 19, 2017

Most certainly related to org.roda.rodain.core.ControllerUtils.validateSchemaWithoutCatch(String, InputStream) line

StreamSource streamSource = new StreamSource(schemaStream, ConfigurationManager.getRodainPath().toString());

and org.roda.rodain.core.utils.ResourceResolver.

@hsilva-keep hsilva-keep added this to the 2.1.0-beta2 milestone May 19, 2017
hsilva-keep added a commit that referenced this issue May 22, 2017
@hsilva-keep
Copy link
Member Author

And having non-ASCII chars in the windows user also can be the cause.

hsilva-keep added a commit that referenced this issue May 23, 2017
hsilva-keep added a commit that referenced this issue May 24, 2017
… in config.properties; otherwise using exe in windows would fail to copy them)
@jmaferreira
Copy link
Member

@chalkos test this extensibly on Windows please.

@hsilva-keep
Copy link
Member Author

This has been solved (5509966, 682e3c2 & 7db2009) & tested by me in both ubuntu, mac os & windows (both jar & exe).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants