[JBoss JIRA] (DROOLS-2122) Error when drl file is opened with in project with runtime classes
by Mario Fusco (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2122?page=com.atlassian.jira.plugi... ]
Mario Fusco updated DROOLS-2122:
--------------------------------
Sprint: 2017 Week 47-48
> Error when drl file is opened with in project with runtime classes
> -------------------------------------------------------------------
>
> Key: DROOLS-2122
> URL: https://issues.jboss.org/browse/DROOLS-2122
> Project: Drools
> Issue Type: Bug
> Components: eclipse plugin
> Affects Versions: 7.3.0.Final
> Environment: DevstudioIS 11.1.0.Beta1
> Brms 6.4.6.GA
> Reporter: Tomas David
> Assignee: Mario Fusco
> Priority: Blocker
> Fix For: 7.5.0.Final
>
> Attachments: Screenshot from 2017-11-09 09-55-05.png, devstudiolog.log
>
>
> If new drools project is created with build using Java and Drools classes, error is displayed after drl file is opened.
> This blocks also other functions like add a breakpoint or show content assist menu.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (WFLY-9570) ClientCompatibilityUnitTestCase freeze with non-"en_US.UTF-8" locale settings
by Lin Gao (JIRA)
[ https://issues.jboss.org/browse/WFLY-9570?page=com.atlassian.jira.plugin.... ]
Lin Gao deleted WFLY-9570:
--------------------------
> ClientCompatibilityUnitTestCase freeze with non-"en_US.UTF-8" locale settings
> -----------------------------------------------------------------------------
>
> Key: WFLY-9570
> URL: https://issues.jboss.org/browse/WFLY-9570
> Project: WildFly
> Issue Type: Bug
> Reporter: Lin Gao
> Assignee: Lin Gao
> Original Estimate: 3 days
> Remaining Estimate: 3 days
>
> *Description of problem:*
> ClientCompatibilityUnitTestCase freeze with non-"en_US.UTF-8" locale settings. These LANG are affected:
> * de_DE.UTF-8
> * es_ES.UTF-8
> * fr_FR.UTF-8
> * ja_JP.UTF-8
> * pt_BR.UTF-8
> * zh_CN.UTF-8
> These test methods are affected:
> * testCore100Final
> * testCore100FinalHttp
> * testCore101Final
> * testCore101FinalHttp
> Workaround: Add this line to createClient method od ClientCompatibilityUnitTestCase:
> {code:java}classLoaderBuilder.addParentFirstClassPattern("org.jboss.as.protocol.logging.ProtocolLogger");{code}
> This could relates with JBEAP-12673 or JBEAP-12818
> *How reproducible:*
> Always
> *Steps to Reproduce:*
> # export LANG=de_DE.UTF-8
> # mvn install -B -fae -Dmaven.test.failure.ignore=true -llr -Dts.basic -Djboss.dist=$JBOSS_DIST -Dtest=ClientCompatibilityUnitTestCase -DfailIfNoTests=false -DtestLogToFile=false
> *Actual results:*
> {noformat}
> Exception in thread "Remoting "management-client" task-5" java.lang.NoClassDefFoundError: Could not initialize class org.jboss.as.protocol.logging.ProtocolLogger
> at org.jboss.as.protocol.mgmt.ManagementChannelReceiver.handleMessage(ManagementChannelReceiver.java:103)
> at org.jboss.remoting3.remote.RemoteConnectionChannel$5.run(RemoteConnectionChannel.java:463)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
> *Expected results:*
> No errors
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (WFLY-9570) ClientCompatibilityUnitTestCase freeze with non-"en_US.UTF-8" locale settings
by Lin Gao (JIRA)
[ https://issues.jboss.org/browse/WFLY-9570?page=com.atlassian.jira.plugin.... ]
Lin Gao moved JBEAP-13843 to WFLY-9570:
---------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-9570 (was: JBEAP-13843)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Test Suite
(was: Test Suite)
Affects Version/s: (was: 7.1.0.CR1)
> ClientCompatibilityUnitTestCase freeze with non-"en_US.UTF-8" locale settings
> -----------------------------------------------------------------------------
>
> Key: WFLY-9570
> URL: https://issues.jboss.org/browse/WFLY-9570
> Project: WildFly
> Issue Type: Bug
> Components: Test Suite
> Reporter: Lin Gao
> Assignee: Lin Gao
> Original Estimate: 3 days
> Remaining Estimate: 3 days
>
> *Description of problem:*
> ClientCompatibilityUnitTestCase freeze with non-"en_US.UTF-8" locale settings. These LANG are affected:
> * de_DE.UTF-8
> * es_ES.UTF-8
> * fr_FR.UTF-8
> * ja_JP.UTF-8
> * pt_BR.UTF-8
> * zh_CN.UTF-8
> These test methods are affected:
> * testCore100Final
> * testCore100FinalHttp
> * testCore101Final
> * testCore101FinalHttp
> Workaround: Add this line to createClient method od ClientCompatibilityUnitTestCase:
> {code:java}classLoaderBuilder.addParentFirstClassPattern("org.jboss.as.protocol.logging.ProtocolLogger");{code}
> This could relates with JBEAP-12673 or JBEAP-12818
> *How reproducible:*
> Always
> *Steps to Reproduce:*
> # export LANG=de_DE.UTF-8
> # mvn install -B -fae -Dmaven.test.failure.ignore=true -llr -Dts.basic -Djboss.dist=$JBOSS_DIST -Dtest=ClientCompatibilityUnitTestCase -DfailIfNoTests=false -DtestLogToFile=false
> *Actual results:*
> {noformat}
> Exception in thread "Remoting "management-client" task-5" java.lang.NoClassDefFoundError: Could not initialize class org.jboss.as.protocol.logging.ProtocolLogger
> at org.jboss.as.protocol.mgmt.ManagementChannelReceiver.handleMessage(ManagementChannelReceiver.java:103)
> at org.jboss.remoting3.remote.RemoteConnectionChannel$5.run(RemoteConnectionChannel.java:463)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
> *Expected results:*
> No errors
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (DROOLS-2152) JDK9: Upgrade mockito, gwtmockito and powermock
by Petr Široký (JIRA)
Petr Široký created DROOLS-2152:
-----------------------------------
Summary: JDK9: Upgrade mockito, gwtmockito and powermock
Key: DROOLS-2152
URL: https://issues.jboss.org/browse/DROOLS-2152
Project: Drools
Issue Type: Component Upgrade
Components: build
Affects Versions: 7.4.1.Final
Reporter: Petr Široký
Assignee: Petr Široký
Currently used versions of mockito (1.10.19), gwtmockito (1.1.6) and powermock (1.6.3) are _not_ compatible with Java 9. All of these need to upgraded, ideally all at once as they rely on each other and e.g. mockito 2.x does not work with powermock 1.x and vice versa.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months