[JBoss JIRA] (DROOLS-4286) Fails to extends rule from other .drl file with same package name.
by Gajendra Jore (Jira)
[ https://issues.jboss.org/browse/DROOLS-4286?page=com.atlassian.jira.plugi... ]
Gajendra Jore updated DROOLS-4286:
----------------------------------
Description:
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
+ *Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule'] Unresolved parent name parentRule*+
was:
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
+ *Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule'] Unresolved parent name parentRule*+
Summary: Fails to extends rule from other .drl file with same package name. (was: Fails to extends rule from other file with same package name.)
> Fails to extends rule from other .drl file with same package name.
> ------------------------------------------------------------------
>
> Key: DROOLS-4286
> URL: https://issues.jboss.org/browse/DROOLS-4286
> Project: Drools
> Issue Type: Sub-task
> Affects Versions: 7.22.0.Final
> Reporter: Gajendra Jore
> Assignee: Mario Fusco
> Priority: Major
>
> I am facing same issue on version 7.22.0.
> Steps to reproduce:
> 1. Create parent.drl file contains parent rule as
> 2. Create child.drl file with child rule extends parent rule.
> 3. *+Both files have same package name+*.
> 4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
> + *Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule'] Unresolved parent name parentRule*+
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (DROOLS-4286) Fails to extends rule from other file with same package name.
by Gajendra Jore (Jira)
Gajendra Jore created DROOLS-4286:
-------------------------------------
Summary: Fails to extends rule from other file with same package name.
Key: DROOLS-4286
URL: https://issues.jboss.org/browse/DROOLS-4286
Project: Drools
Issue Type: Sub-task
Affects Versions: 7.22.0.Final
Reporter: Gajendra Jore
Assignee: Mario Fusco
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
+ *Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule'] Unresolved parent name parentRule*+
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (DROOLS-665) Cannot extends rule from another one with the same package name
by Gajendra Jore (Jira)
[ https://issues.jboss.org/browse/DROOLS-665?page=com.atlassian.jira.plugin... ]
Gajendra Jore edited comment on DROOLS-665 at 7/3/19 2:31 AM:
--------------------------------------------------------------
Hi,
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
_+ *Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule'] Unresolved parent name parentRule*
+_
Thanks,
Gajendra
was (Author: gajendra.jore):
Hi,
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
*Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule'] Unresolved parent name parentRule*
Thanks,
Gajendra
> Cannot extends rule from another one with the same package name
> ---------------------------------------------------------------
>
> Key: DROOLS-665
> URL: https://issues.jboss.org/browse/DROOLS-665
> Project: Drools
> Issue Type: Bug
> Affects Versions: 6.0.0.Final, 6.2.0.CR3
> Reporter: Yacine Jaber
> Assignee: Mario Fusco
> Priority: Major
> Attachments: wod-drools-test.7z
>
>
> When I extends a rule from another one with the same package, but into two differents .drl files. I got the following message :
> Unable to resolve parent rule, please check that both rules are in the same package.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (DROOLS-665) Cannot extends rule from another one with the same package name
by Gajendra Jore (Jira)
[ https://issues.jboss.org/browse/DROOLS-665?page=com.atlassian.jira.plugin... ]
Gajendra Jore edited comment on DROOLS-665 at 7/3/19 2:31 AM:
--------------------------------------------------------------
Hi,
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
_+ *Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule'] Unresolved parent name parentRule*+_
Thanks,
Gajendra
was (Author: gajendra.jore):
Hi,
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
_+ *Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule'] Unresolved parent name parentRule*
+_
Thanks,
Gajendra
> Cannot extends rule from another one with the same package name
> ---------------------------------------------------------------
>
> Key: DROOLS-665
> URL: https://issues.jboss.org/browse/DROOLS-665
> Project: Drools
> Issue Type: Bug
> Affects Versions: 6.0.0.Final, 6.2.0.CR3
> Reporter: Yacine Jaber
> Assignee: Mario Fusco
> Priority: Major
> Attachments: wod-drools-test.7z
>
>
> When I extends a rule from another one with the same package, but into two differents .drl files. I got the following message :
> Unable to resolve parent rule, please check that both rules are in the same package.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (DROOLS-665) Cannot extends rule from another one with the same package name
by Gajendra Jore (Jira)
[ https://issues.jboss.org/browse/DROOLS-665?page=com.atlassian.jira.plugin... ]
Gajendra Jore edited comment on DROOLS-665 at 7/3/19 2:31 AM:
--------------------------------------------------------------
Hi,
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
+ *Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule'] Unresolved parent name parentRule*+
Thanks,
Gajendra
was (Author: gajendra.jore):
Hi,
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
_+ *Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule'] Unresolved parent name parentRule*+_
Thanks,
Gajendra
> Cannot extends rule from another one with the same package name
> ---------------------------------------------------------------
>
> Key: DROOLS-665
> URL: https://issues.jboss.org/browse/DROOLS-665
> Project: Drools
> Issue Type: Bug
> Affects Versions: 6.0.0.Final, 6.2.0.CR3
> Reporter: Yacine Jaber
> Assignee: Mario Fusco
> Priority: Major
> Attachments: wod-drools-test.7z
>
>
> When I extends a rule from another one with the same package, but into two differents .drl files. I got the following message :
> Unable to resolve parent rule, please check that both rules are in the same package.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (DROOLS-665) Cannot extends rule from another one with the same package name
by Gajendra Jore (Jira)
[ https://issues.jboss.org/browse/DROOLS-665?page=com.atlassian.jira.plugin... ]
Gajendra Jore edited comment on DROOLS-665 at 7/3/19 2:31 AM:
--------------------------------------------------------------
Hi,
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
+ *Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule'] Unresolved parent name parentRule*+
Thanks,
Gajendra
was (Author: gajendra.jore):
Hi,
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
+ *Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule'] Unresolved parent name parentRule*+
Thanks,
Gajendra
> Cannot extends rule from another one with the same package name
> ---------------------------------------------------------------
>
> Key: DROOLS-665
> URL: https://issues.jboss.org/browse/DROOLS-665
> Project: Drools
> Issue Type: Bug
> Affects Versions: 6.0.0.Final, 6.2.0.CR3
> Reporter: Yacine Jaber
> Assignee: Mario Fusco
> Priority: Major
> Attachments: wod-drools-test.7z
>
>
> When I extends a rule from another one with the same package, but into two differents .drl files. I got the following message :
> Unable to resolve parent rule, please check that both rules are in the same package.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (DROOLS-665) Cannot extends rule from another one with the same package name
by Gajendra Jore (Jira)
[ https://issues.jboss.org/browse/DROOLS-665?page=com.atlassian.jira.plugin... ]
Gajendra Jore commented on DROOLS-665:
--------------------------------------
Hi,
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java * class and exception is as follows,
*Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule']
Unresolved parent name parentRule*
Thanks,
Gajendra
> Cannot extends rule from another one with the same package name
> ---------------------------------------------------------------
>
> Key: DROOLS-665
> URL: https://issues.jboss.org/browse/DROOLS-665
> Project: Drools
> Issue Type: Bug
> Affects Versions: 6.0.0.Final, 6.2.0.CR3
> Reporter: Yacine Jaber
> Assignee: Mario Fusco
> Priority: Major
> Attachments: wod-drools-test.7z
>
>
> When I extends a rule from another one with the same package, but into two differents .drl files. I got the following message :
> Unable to resolve parent rule, please check that both rules are in the same package.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (DROOLS-665) Cannot extends rule from another one with the same package name
by Gajendra Jore (Jira)
[ https://issues.jboss.org/browse/DROOLS-665?page=com.atlassian.jira.plugin... ]
Gajendra Jore edited comment on DROOLS-665 at 7/3/19 2:30 AM:
--------------------------------------------------------------
Hi,
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
*Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule']
Unresolved parent name parentRule*
Thanks,
Gajendra
was (Author: gajendra.jore):
Hi,
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java * class and exception is as follows,
*Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule']
Unresolved parent name parentRule*
Thanks,
Gajendra
> Cannot extends rule from another one with the same package name
> ---------------------------------------------------------------
>
> Key: DROOLS-665
> URL: https://issues.jboss.org/browse/DROOLS-665
> Project: Drools
> Issue Type: Bug
> Affects Versions: 6.0.0.Final, 6.2.0.CR3
> Reporter: Yacine Jaber
> Assignee: Mario Fusco
> Priority: Major
> Attachments: wod-drools-test.7z
>
>
> When I extends a rule from another one with the same package, but into two differents .drl files. I got the following message :
> Unable to resolve parent rule, please check that both rules are in the same package.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (DROOLS-665) Cannot extends rule from another one with the same package name
by Gajendra Jore (Jira)
[ https://issues.jboss.org/browse/DROOLS-665?page=com.atlassian.jira.plugin... ]
Gajendra Jore edited comment on DROOLS-665 at 7/3/19 2:30 AM:
--------------------------------------------------------------
Hi,
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
*Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule'] Unresolved parent name parentRule*
Thanks,
Gajendra
was (Author: gajendra.jore):
Hi,
I am facing same issue on version 7.22.0.
Steps to reproduce:
1. Create parent.drl file contains parent rule as
2. Create child.drl file with child rule extends parent rule.
3. *+Both files have same package name+*.
4. While creating KieBase it throws exception from *newKnowledgeBase()* method of *KnowledgeBuilderImpl.java* class and exception is as follows,
*Unable to resolve parent rule, please check that both rules are in the same package : [Rule name='childRule']
Unresolved parent name parentRule*
Thanks,
Gajendra
> Cannot extends rule from another one with the same package name
> ---------------------------------------------------------------
>
> Key: DROOLS-665
> URL: https://issues.jboss.org/browse/DROOLS-665
> Project: Drools
> Issue Type: Bug
> Affects Versions: 6.0.0.Final, 6.2.0.CR3
> Reporter: Yacine Jaber
> Assignee: Mario Fusco
> Priority: Major
> Attachments: wod-drools-test.7z
>
>
> When I extends a rule from another one with the same package, but into two differents .drl files. I got the following message :
> Unable to resolve parent rule, please check that both rules are in the same package.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (WFWIP-164) Multiple Operator CRDs on one shared cluster
by Martin Choma (Jira)
Martin Choma created WFWIP-164:
----------------------------------
Summary: Multiple Operator CRDs on one shared cluster
Key: WFWIP-164
URL: https://issues.jboss.org/browse/WFWIP-164
Project: WildFly WIP
Issue Type: Bug
Components: OpenShift
Reporter: Martin Choma
Assignee: Brian Stansberry
For testing multiple product streams we will need to be able to have multiple CRDs definitions on one cluster. Operator pod is namespaced scoped, but Custom Resource Definition itself is cluster scope.
I have tried to tweak definition from `WildFlyServer.wildfly.org` to `WildFlyServer.<namespace>.wildfly.org`. But operator start to complain:
{code}
{
"level": "error",
"ts": 1.56213363E9,
"logger": "kubebuilder.source",
"msg": "if kind is a CRD, it should be installed before calling Start",
"kind": "WildFlyServer.wildfly.org",
"error": "no matches for kind \"WildFlyServer\" in version \"wildfly.org/v1alpha1\"",
"stacktrace": "github.com/wildfly/wildfly-operator/vendor/github.com/go-logr/zapr.(*zapL..."
}
{code}
Is it possible(safe) to relax this constraint?
Also could we get rid of `jmesnil` part from stacktrace?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months