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

Boolean, Decimal, Integer properties generate ClassCastException #7

Closed
julienboulay opened this issue Jan 23, 2013 · 1 comment
Closed

Comments

@julienboulay
Copy link
Contributor

Exception in component tAdvancedCMISInput_1
java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.lang.String
at cmis.tcmisinput_read_document_0_1.tCMISInput_read_document.tAdvancedCMISInput_1Process(tCMISInput_read_document.java:797)
at cmis.tcmisinput_read_document_0_1.tCMISInput_read_document.runJobInTOS(tCMISInput_read_document.java:1240)
at cmis.tcmisinput_read_document_0_1.tCMISInput_read_document.main(tCMISInput_read_document.java:1108)

@julienboulay
Copy link
Contributor Author

Boolean, Decimal, Integer and Date properties were not managed properly.
Fixed by 359f0b6 and 191ef6a

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

No branches or pull requests

1 participant