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?