[jboss-jira] [JBoss JIRA] (DROOLS-3110) [DMN Designer] Unable to deploy model with custom data type
Jozef Marko (Jira)
issues at jboss.org
Tue Oct 30 07:12:00 EDT 2018
[ https://issues.jboss.org/browse/DROOLS-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13654393#comment-13654393 ]
Jozef Marko commented on DROOLS-3110:
-------------------------------------
Hi All, I created [^a_dmn.dmn] using [PR|https://github.com/kiegroup/kie-wb-common/pull/2210], fixed manually node name, but still see this errors:
{code}
12:06:54,004 ERROR [org.kie.dmn.core.compiler.DMNCompilerImpl] (EJB default - 7) Unable to resolve type reference '{https://github.com/kiegroup/drools/kie-dmn}tLength' on node 'tVacation'
12:06:54,005 ERROR [org.kie.dmn.core.compiler.DMNCompilerImpl] (EJB default - 7) Unable to resolve type reference 'tVacation' on node 'iData'
{code}
> [DMN Designer] Unable to deploy model with custom data type
> -----------------------------------------------------------
>
> Key: DROOLS-3110
> URL: https://issues.jboss.org/browse/DROOLS-3110
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.13.0.Final
> Reporter: Jozef Marko
> Assignee: Daniel José dos Santos
> Priority: Blocker
> Labels: drools-tools
> Attachments: a1.dmn, a2.dmn, a_dmn.dmn, error.log
>
>
> I created the [^a1.dmn] model using features of DROOLS-3024, however then I am not able to deploy the created dmn model, the attached [^error.log] appears in server log.
> h2. Another steps to reproduce
> Run the code snippet below
> {code:java}
> final DMNRuntime runtime = DMNRuntimeUtil.createRuntime("a2.dmn", this.getClass() );
> final DMNModel dmnModel = runtime.getModel("https://github.com/kiegroup/drools/kie-dmn", "a2" );
> assertThat( DMNRuntimeUtil.formatMessages( dmnModel.getMessages() ), dmnModel.hasErrors(), is( false ) );
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list