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
for an ITSM / CMDB Project we have a datamodel with an entity "Component" and "Package". This will be generated ootb to "MyComponent" resp. "MyPackage". For a couple of reasons we can't use this.
With the following entry in the celerio-maven-plugin.xml, we solved the "Package" assignment:
Hello Together,
for an ITSM / CMDB Project we have a datamodel with an entity "Component" and "Package". This will be generated ootb to "MyComponent" resp. "MyPackage". For a couple of reasons we can't use this.
With the following entry in the celerio-maven-plugin.xml, we solved the "Package" assignment:
<entityConfig tableName="PACKAGE" entityName="Package">
But doing the same for "Component":
<entityConfig tableName="COMPONENT" entityName="Component">
We got a lot of errors after starting with "ng serve". See attached file.
component_issue.txt
Did anyone have an idea how to solve this?
The text was updated successfully, but these errors were encountered: