when I build the source project op-integration,I met one problem
javax.xml.bind.UnmarshalException: org.threeten.bp.format.DateTimeParseException: Text ‘MAR05’ could not be parsed at index 0
it looks like the unmarshal can’t convert the xml text mar05 to PortfolioDocumentV1_0 when unmarshal xml to javabean
but i don’t know how to fix it? thanks for reply