You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SCD file is not valid after automatic scd creation, it will not converted to string through marshalling. Right now it's not tested.
This issue is related to RSR-367
Your environment
Version of CoMPAS : 0.0.4
Steps to reproduce
Add marshalling after an existing test createSCD()
org.lfenergy.compas.core.commons.exception.CompasException: Error marshalling the Class: javax.xml.bind.MarshalException
- with linked exception:
[com.sun.istack.SAXException2: impossible de sérialiser le type "org.lfenergy.compas.scl2007b4.model.TCompasICDHeader" en tant qu'élément car il lui manque une annotation @XmlRootElement]
CORE-0007 -> org.lfenergy.compas.core.commons.exception.CompasException: Error marshalling the Class: javax.xml.bind.MarshalException
The text was updated successfully, but these errors were encountered:
Subject of the issue
SCD file is not valid after automatic scd creation, it will not converted to string through marshalling. Right now it's not tested.
This issue is related to RSR-367
Your environment
Steps to reproduce
Add marshalling after an existing test createSCD()
Execute test : createSCD()
Expected behaviour
No exception should happen
Actual behaviour
The text was updated successfully, but these errors were encountered: