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
This leads to compilation errors on the SysML adaptor:
Caused by: org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: [1,428] in the jsp file: [/org/oasis/oslcop/sysml/feature.jsp]
The method getDctermsIdentifier() is undefined for the type Feature
1425: <dt class="col-sm-2 text-right"><a href="<%=method.getAnnotation(OslcPropertyDefinition.class).value() %>"><%=method.getAnnotation(OslcName.class).value()%></a></dt>
1426: <dd class="col-sm-9">
1427: <%
1428: if (aFeature.getDctermsIdentifier() == null) {
1429: out.write("<em>null</em>");
1430: }
1431: else {
This leads to compilation errors on the SysML adaptor:
LyoD@#228 and SysML generation on top of oslc-op/sysml-oslc-server#20. Re-generated both the domain and the toolchain models.
The text was updated successfully, but these errors were encountered: