[JBoss JIRA] (DROOLS-4457) Can not use classes with same name from different packages in the same rule package
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4457?page=com.atlassian.jira.plugi... ]
Jozef Marko closed DROOLS-4457.
-------------------------------
Resolution: Won't Fix
The impact of needed changes would be too big.
> Can not use classes with same name from different packages in the same rule package
> -----------------------------------------------------------------------------------
>
> Key: DROOLS-4457
> URL: https://issues.jboss.org/browse/DROOLS-4457
> Project: Drools
> Issue Type: Bug
> Components: Enumerations Editor, Guided Decision Table Editor, Guided Decision Tree Editor, Guided Rule Editor, Guided Score Card Editor, Guided Template Editor, Scenario Simulation and Testing, Test Scenarios Editor
> Affects Versions: 7.26.0.Final
> Reporter: Jozef Marko
> Assignee: Toni Rikkola
> Priority: Major
> Labels: drools-tools
>
> If you have fact types:
> * org.Person
> * org.test.Person
> It will not be possible to use these in the same rule package even if they are used in different guided assets. This is since the package imports both and the compiler does not know what is the one that is referenced in the generated DRL code.
> The fix requires:
> * to update the exiting fact type selectors so that they show what the package of the fact that is used is.
> * to use the FQCN in the DRL source.
> * add the support for asset visitors
> * add the support for DMO
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-11266) JAXWS Client BOM
by Eduardo Martins (Jira)
[ https://issues.jboss.org/browse/WFLY-11266?page=com.atlassian.jira.plugin... ]
Eduardo Martins updated WFLY-11266:
-----------------------------------
Component/s: BOM
> JAXWS Client BOM
> ----------------
>
> Key: WFLY-11266
> URL: https://issues.jboss.org/browse/WFLY-11266
> Project: WildFly
> Issue Type: Enhancement
> Components: BOM, Quickstarts
> Reporter: Eduardo Martins
> Assignee: Eduardo Martins
> Priority: Major
> Fix For: 15.0.0.Beta1, 15.0.0.Final
>
>
> The dependency management defined on WildFly, for JAXWS/CXF client, is over 1000 SLoC due to exclusions applied, which is a nightmare to manage on client apps projects, such as the jaxws-* quickstarts.
> To hide the dependency management complexity on apps a new client BOM should be added wrt JAXWS, which apps can just depend on it, and should includes all dependencies excluded on WildFly dependency management.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months