[JBoss JIRA] (WFLY-12416) Remove org.jboss.spec.javax.rmi:jboss-rmi-api_1.0_spec from dependency management
by Brian Stansberry (Jira)
Brian Stansberry created WFLY-12416:
---------------------------------------
Summary: Remove org.jboss.spec.javax.rmi:jboss-rmi-api_1.0_spec from dependency management
Key: WFLY-12416
URL: https://issues.jboss.org/browse/WFLY-12416
Project: WildFly
Issue Type: Task
Components: Server
Reporter: Brian Stansberry
Assignee: Brian Stansberry
It appears the only use of org.jboss.spec.javax.rmi:jboss-rmi-api_1.0_spec is in Ejb3TransformersTestCase, where it can handled without a pom entry, and in the galleon-pack and feature-pack poms, where it is cruft. So it can be removed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-12415) Complete message object visible in ERROR at org.jboss.resource.adapter.jms.inflow.JmsServerSession
by Ilia Vassilev (Jira)
[ https://issues.jboss.org/browse/WFLY-12415?page=com.atlassian.jira.plugin... ]
Ilia Vassilev moved JBEAP-17472 to WFLY-12415:
----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-12415 (was: JBEAP-17472)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JMS
(was: Generic JMS RA)
Affects Version/s: 17.0.1.Final
(was: 7.1.4.GA)
> Complete message object visible in ERROR at org.jboss.resource.adapter.jms.inflow.JmsServerSession
> --------------------------------------------------------------------------------------------------
>
> Key: WFLY-12415
> URL: https://issues.jboss.org/browse/WFLY-12415
> Project: WildFly
> Issue Type: Enhancement
> Components: JMS
> Affects Versions: 17.0.1.Final
> Environment: Jboss eap 7.1.4
> Reporter: Ilia Vassilev
> Assignee: Ilia Vassilev
> Priority: Major
>
> JMS message data is thrown in server.log for error in org.jboss.resource.adapter.jms.inflow.JmsServerSession, since this can be sensitive data for users, there is no option to hide the data while having the exception.
> 09:54:28,428 ERROR [org.jboss.resource.adapter.jms.inflow.JmsServerSession] (default-threads - 38) Unexpected error delivering message TextMessage={ Header={ JMSMessageID={ID: XXXXXXXXXXXXXXXXXX} JMSDestination={Queue[]} JMSReplyTo={null} JMSDeliveryMode={PERSISTENT} JMSRedelivered={false} JMSCorrelationID={null} JMSType={null} JMSTimestamp={Wed Jul 03 09:54:23 GMT 2019} JMSDeliveryTime={Wed Jul 03 09:54:23 GMT 2019} JMSExpiration={0} JMSPriority={4} } Properties={ WHOLE EVENT MESSAGE DISPLAY HERE} }: javax.ejb.EJBTransactionRolledbackException: Problem during method invocation (onMessage)
> This exception originates from this line:
> https://github.com/jms-ra/generic-jms-ra/blob/master/generic-jms-ra-jar/s...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-12063) ClassFormatError on JDK13
by Richard Opalka (Jira)
[ https://issues.jboss.org/browse/WFLY-12063?page=com.atlassian.jira.plugin... ]
Richard Opalka commented on WFLY-12063:
---------------------------------------
Yes [~brian.stansberry]
> ClassFormatError on JDK13
> -------------------------
>
> Key: WFLY-12063
> URL: https://issues.jboss.org/browse/WFLY-12063
> Project: WildFly
> Issue Type: Bug
> Components: JPA / Hibernate
> Reporter: Richard Opalka
> Assignee: Scott Marlow
> Priority: Critical
> Labels: blocker-WF18
> Attachments: server.log, test.log
>
>
> The following commit https://github.com/wildfly/wildfly/commit/b6d141b06404a4c23ead1d04d6e26fc... introduced JDK13 regression in WildFly.
> Affected tests are:
> ---
> [ERROR] Errors:
> [ERROR] MultiplePuTestCase.org.jboss.as.test.integration.jpa.basic.multiplepersistenceunittest.MultiplePuTestCase » Deployment
> [ERROR] EntityListenersTestCase.org.jboss.as.test.integration.jpa.entitylistener.EntityListenersTestCase » Deployment
> [ERROR] EPCPropagationTestCase.org.jboss.as.test.integration.jpa.epcpropagation.EPCPropagationTestCase » Deployment
> [ERROR] AuditJoinTableoverBidirectionalTest.org.jboss.as.test.integration.jpa.hibernate.envers.AuditJoinTableoverBidirectionalTest » Deployment
> [ERROR] AuditJoinTableoverOnetoManyJoinColumnTest.org.jboss.as.test.integration.jpa.hibernate.envers.AuditJoinTableoverOnetoManyJoinColumnTest » Deployment
> [ERROR] ManagementTestCase.getEntityInsertCountAttribute:98 » Deployment Cannot deploy...
> [ERROR] JPA2LCTestCase.org.jboss.as.test.integration.jpa.secondlevelcache.JPA2LCTestCase » Deployment
> [ERROR] JpaStatisticsTestCase.org.jboss.as.test.integration.jpa.secondlevelcache.JpaStatisticsTestCase » Deployment
> [ERROR] TransactionTestCase.org.jboss.as.test.integration.jpa.transaction.TransactionTestCase » Deployment
> [INFO]
> [ERROR] Tests run: 1553, Failures: 0, Errors: 9, Skipped: 14
> ---
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-12063) ClassFormatError on JDK13
by Brian Stansberry (Jira)
[ https://issues.jboss.org/browse/WFLY-12063?page=com.atlassian.jira.plugin... ]
Brian Stansberry commented on WFLY-12063:
-----------------------------------------
[~ropalka] is this our only JDK 13 problem?
> ClassFormatError on JDK13
> -------------------------
>
> Key: WFLY-12063
> URL: https://issues.jboss.org/browse/WFLY-12063
> Project: WildFly
> Issue Type: Bug
> Components: JPA / Hibernate
> Reporter: Richard Opalka
> Assignee: Scott Marlow
> Priority: Critical
> Labels: blocker-WF18
> Attachments: server.log, test.log
>
>
> The following commit https://github.com/wildfly/wildfly/commit/b6d141b06404a4c23ead1d04d6e26fc... introduced JDK13 regression in WildFly.
> Affected tests are:
> ---
> [ERROR] Errors:
> [ERROR] MultiplePuTestCase.org.jboss.as.test.integration.jpa.basic.multiplepersistenceunittest.MultiplePuTestCase » Deployment
> [ERROR] EntityListenersTestCase.org.jboss.as.test.integration.jpa.entitylistener.EntityListenersTestCase » Deployment
> [ERROR] EPCPropagationTestCase.org.jboss.as.test.integration.jpa.epcpropagation.EPCPropagationTestCase » Deployment
> [ERROR] AuditJoinTableoverBidirectionalTest.org.jboss.as.test.integration.jpa.hibernate.envers.AuditJoinTableoverBidirectionalTest » Deployment
> [ERROR] AuditJoinTableoverOnetoManyJoinColumnTest.org.jboss.as.test.integration.jpa.hibernate.envers.AuditJoinTableoverOnetoManyJoinColumnTest » Deployment
> [ERROR] ManagementTestCase.getEntityInsertCountAttribute:98 » Deployment Cannot deploy...
> [ERROR] JPA2LCTestCase.org.jboss.as.test.integration.jpa.secondlevelcache.JPA2LCTestCase » Deployment
> [ERROR] JpaStatisticsTestCase.org.jboss.as.test.integration.jpa.secondlevelcache.JpaStatisticsTestCase » Deployment
> [ERROR] TransactionTestCase.org.jboss.as.test.integration.jpa.transaction.TransactionTestCase » Deployment
> [INFO]
> [ERROR] Tests run: 1553, Failures: 0, Errors: 9, Skipped: 14
> ---
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4454) NullPointerException at org.drools.core.phreak.SegmentUtilities.createChildSegments with a removed rule in updateToVersion
by Martin Weiler (Jira)
[ https://issues.jboss.org/browse/DROOLS-4454?page=com.atlassian.jira.plugi... ]
Martin Weiler commented on DROOLS-4454:
---------------------------------------
Attaching the reproducer project. The test case is similar to the one in the PR, but it can be used to verify that the test does not fail in {{6.4.0.Final-redhat-3}} or earlier.
> NullPointerException at org.drools.core.phreak.SegmentUtilities.createChildSegments with a removed rule in updateToVersion
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-4454
> URL: https://issues.jboss.org/browse/DROOLS-4454
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 7.25.0.Final
> Reporter: Martin Weiler
> Assignee: Mario Fusco
> Priority: Major
> Labels: support
> Attachments: DROOLS-4454-reproducer.zip
>
>
> After an updateToVersion where a rule is removed from the KieBase,
> fireAllRules fails with the exception below.
> Note: This happens with versions 6.4.0.Final-redhat-6 and later
> (including latest master)
> The following commit seems to be causing the NPE:
> https://issues.jboss.org/browse/DROOLS-1147
> https://github.com/kiegroup/drools/commit/8897a8dcccce10a93803d7073ecf499...
> {noformat}
> java.lang.NullPointerException
> at org.drools.core.phreak.SegmentUtilities.createChildSegments(SegmentUtilities.java:305)
> at org.drools.core.reteoo.LeftInputAdapterNode.doInsertObject(LeftInputAdapterNode.java:185)
> at org.drools.core.reteoo.LeftInputAdapterNode.assertObject(LeftInputAdapterNode.java:169)
> at org.drools.core.reteoo.SingleObjectSinkAdapter.propagateAssertObject(SingleObjectSinkAdapter.java:63)
> at org.drools.core.reteoo.ObjectTypeNode.propagateAssert(ObjectTypeNode.java:304)
> at org.drools.core.phreak.PropagationEntry$Insert.execute(PropagationEntry.java:120)
> at org.drools.core.phreak.SynchronizedPropagationList.flush(SynchronizedPropagationList.java:82)
> at org.drools.core.phreak.SynchronizedPropagationList.flush(SynchronizedPropagationList.java:77)
> at org.drools.core.impl.StatefulKnowledgeSessionImpl.flushPropagations(StatefulKnowledgeSessionImpl.java:2044)
> at org.drools.core.common.DefaultAgenda.fireLoop(DefaultAgenda.java:1334)
> at org.drools.core.common.DefaultAgenda.fireAllRules(DefaultAgenda.java:1288)
> at org.drools.core.impl.StatefulKnowledgeSessionImpl.internalFireAllRules(StatefulKnowledgeSessionImpl.java:1333)
> at org.drools.core.impl.StatefulKnowledgeSessionImpl.fireAllRules(StatefulKnowledgeSessionImpl.java:1324)
> at org.drools.core.impl.StatefulKnowledgeSessionImpl.fireAllRules(StatefulKnowledgeSessionImpl.java:1305)
> at CreateChildSegmentNpeTest.fireAllRules(CreateChildSegmentNpeTest.java:91)
> at CreateChildSegmentNpeTest.reproducer(CreateChildSegmentNpeTest.java:126)
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4454) NullPointerException at org.drools.core.phreak.SegmentUtilities.createChildSegments with a removed rule in updateToVersion
by Martin Weiler (Jira)
[ https://issues.jboss.org/browse/DROOLS-4454?page=com.atlassian.jira.plugi... ]
Martin Weiler updated DROOLS-4454:
----------------------------------
Attachment: DROOLS-4454-reproducer.zip
> NullPointerException at org.drools.core.phreak.SegmentUtilities.createChildSegments with a removed rule in updateToVersion
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-4454
> URL: https://issues.jboss.org/browse/DROOLS-4454
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 7.25.0.Final
> Reporter: Martin Weiler
> Assignee: Mario Fusco
> Priority: Major
> Labels: support
> Attachments: DROOLS-4454-reproducer.zip
>
>
> After an updateToVersion where a rule is removed from the KieBase,
> fireAllRules fails with the exception below.
> Note: This happens with versions 6.4.0.Final-redhat-6 and later
> (including latest master)
> The following commit seems to be causing the NPE:
> https://issues.jboss.org/browse/DROOLS-1147
> https://github.com/kiegroup/drools/commit/8897a8dcccce10a93803d7073ecf499...
> {noformat}
> java.lang.NullPointerException
> at org.drools.core.phreak.SegmentUtilities.createChildSegments(SegmentUtilities.java:305)
> at org.drools.core.reteoo.LeftInputAdapterNode.doInsertObject(LeftInputAdapterNode.java:185)
> at org.drools.core.reteoo.LeftInputAdapterNode.assertObject(LeftInputAdapterNode.java:169)
> at org.drools.core.reteoo.SingleObjectSinkAdapter.propagateAssertObject(SingleObjectSinkAdapter.java:63)
> at org.drools.core.reteoo.ObjectTypeNode.propagateAssert(ObjectTypeNode.java:304)
> at org.drools.core.phreak.PropagationEntry$Insert.execute(PropagationEntry.java:120)
> at org.drools.core.phreak.SynchronizedPropagationList.flush(SynchronizedPropagationList.java:82)
> at org.drools.core.phreak.SynchronizedPropagationList.flush(SynchronizedPropagationList.java:77)
> at org.drools.core.impl.StatefulKnowledgeSessionImpl.flushPropagations(StatefulKnowledgeSessionImpl.java:2044)
> at org.drools.core.common.DefaultAgenda.fireLoop(DefaultAgenda.java:1334)
> at org.drools.core.common.DefaultAgenda.fireAllRules(DefaultAgenda.java:1288)
> at org.drools.core.impl.StatefulKnowledgeSessionImpl.internalFireAllRules(StatefulKnowledgeSessionImpl.java:1333)
> at org.drools.core.impl.StatefulKnowledgeSessionImpl.fireAllRules(StatefulKnowledgeSessionImpl.java:1324)
> at org.drools.core.impl.StatefulKnowledgeSessionImpl.fireAllRules(StatefulKnowledgeSessionImpl.java:1305)
> at CreateChildSegmentNpeTest.fireAllRules(CreateChildSegmentNpeTest.java:91)
> at CreateChildSegmentNpeTest.reproducer(CreateChildSegmentNpeTest.java:126)
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months