close
The Wayback Machine - https://web.archive.org/web/20201111034334/https://github.com/jaxio/celerio-angular-quickstart/issues/54
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My_ Prefix for "Package" and "Component" #54

Open
CodeFreezr opened this issue Oct 2, 2017 · 0 comments
Open

My_ Prefix for "Package" and "Component" #54

CodeFreezr opened this issue Oct 2, 2017 · 0 comments

Comments

@CodeFreezr
Copy link

@CodeFreezr CodeFreezr commented Oct 2, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.