[JBoss JIRA] (JGRP-1740) Byteman tests fail on Windows
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-1740?page=com.atlassian.jira.plugin.... ]
Bela Ban commented on JGRP-1740:
--------------------------------
OK, I'm using your suggestion with {{-javaagent:byteman.jar}} and this works now. A a side effect, this should also pass on Windows. Changing from {{Dir}} to {{script/Dir}} in {{@BMScript}} will break the Windows run though, I'll investigate further. Pathnames should be correct; according to Byteman:
{quote}
Note that when running on Windows any '/' separator occurring in a file name
will be substituted with a'\' character. If you wnat your tests to run on both
Windows and Linux/Unix then you should specify dir paths usng '/' as a separator.
{quote}
> Byteman tests fail on Windows
> -----------------------------
>
> Key: JGRP-1740
> URL: https://issues.jboss.org/browse/JGRP-1740
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.5
> Environment: Windows
> Reporter: Richard Achmatowicz
> Assignee: Bela Ban
> Priority: Minor
> Fix For: 3.5
>
>
> The Byteman tests in the Jgroups testsuite fail when running the testsuite on Windows. The error text is as follows:
> {noformat}
> byteman:
> [testng] -- onStart -- byteman
> [testng] failed config: java.io.FileNotFoundException: Rule file not found for Byteman test case org.jgroups.tests.byteman.BecomeServerTest#testSendingOfMsgsOnUnconnectedChannel
> [testng] FAIL: [1] org.jgroups.tests.byteman.BecomeServerTest.bmngBeforeTest-Method()
> [testng] SKIP: [1] org.jgroups.tests.byteman.BecomeServerTest.testSendingOfMsgsOnUnconnectedChannel()
> [testng] failed config: java.io.FileNotFoundException: Rule file not found for Byteman test case org.jgroups.tests.byteman.BecomeServerTest#testSendingOfMsgsOnUnconnectedChannel
> [testng] FAIL: [1] org.jgroups.tests.byteman.BecomeServerTest.bmngAfterTest-Method()
> [testng] SKIP: [1] org.jgroups.tests.byteman.ForwardToCoordFailoverTest.testSendingDuringViewChange()
> [testng] failed config: java.io.FileNotFoundException: Rule file not found for Byteman test case org.jgroups.tests.byteman.ForwardToCoordFailoverTest#testSendingDuringViewChange
> [testng] FAIL: [1] org.jgroups.tests.byteman.ForwardToCoordFailoverTest.bmngAfterTest-Method()
> [testng] SKIP: [1] org.jgroups.tests.byteman.MessageBeforeConnectedTest.testSendingOfMsgsOnUnconnectedChannel()
> [testng] failed config: java.io.FileNotFoundException: Rule file not found for Byteman test case org.jgroups.tests.byteman.MessageBeforeConnectedTest#testSendingOfMsgsOnUnconnectedChannel
> [testng] FAIL: [1] org.jgroups.tests.byteman.MessageBeforeConnectedTest.bmngAfterTest-Method()
> [testng] SKIP: [1] org.jgroups.tests.byteman.SequencerFailoverTest.testBroadcastSequenceSenderIsB()
> [testng] SKIP: [1] org.jgroups.tests.byteman.SequencerFailoverTest.testBroadcastSequenceSenderIsC()
> [testng] SKIP: [1] org.jgroups.tests.byteman.SequencerFailoverTest.testFailoverWithMultipleThreadsSendingMessages()
> [testng] SKIP: [1] org.jgroups.tests.byteman.SequencerFailoverTest.testResendingVersusNewMessages()
> [testng] failed config: java.io.FileNotFoundException: Rule file not found for Byteman test case org.jgroups.tests.byteman.SequencerFailoverTest#testResendingVersusNewMessages
> [testng] FAIL: [1] org.jgroups.tests.byteman.SequencerFailoverTest.bmngAfterTest-Method()
> [testng] The tests failed.
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (WFLY-2641) ARQ upgrade likely to cause test failures
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-2641?page=com.atlassian.jira.plugin.... ]
Tomaz Cerar commented on WFLY-2641:
-----------------------------------
Aslak, i was looking around a bit and it might be related to junit 4.11 bug. see https://github.com/junit-team/junit/issues/687 for details
also most tests that have issues use expected exception.
for example
{code:java}
@Test(expected= NoResultException.class)
public void testOrmXmlDefinedEmployeeEntity() throws Exception {
Employee emp = bean.queryEmployeeName(1);
}
{code}
> ARQ upgrade likely to cause test failures
> ------------------------------------------
>
> Key: WFLY-2641
> URL: https://issues.jboss.org/browse/WFLY-2641
> Project: WildFly
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Thomas Diesler
> Assignee: Aslak Knutsen
> Priority: Critical
> Fix For: 8.0.0.CR1
>
>
> {code}
> testSimpleBundleWithWabExtension(org.jboss.test.osgi.example.webapp.WebAppTestCase) Time elapsed: 0.028 sec <<< ERROR!
> java.lang.NullPointerException: null
> at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:290)
> at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (DROOLS-376) NullPointerException on JPAKnowledgeService.loadStatefulKnowledgeSession() when Collection is modified
by Mario Fusco (JIRA)
[ https://issues.jboss.org/browse/DROOLS-376?page=com.atlassian.jira.plugin... ]
Mario Fusco reassigned DROOLS-376:
----------------------------------
Assignee: Mario Fusco (was: Mark Proctor)
> NullPointerException on JPAKnowledgeService.loadStatefulKnowledgeSession() when Collection is modified
> ------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-376
> URL: https://issues.jboss.org/browse/DROOLS-376
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 6.0.0.Final
> Reporter: Toshiya Kobayashi
> Assignee: Mario Fusco
>
> - Using JPAKnowledgeService
> - Add two or more elements to Collection property which is referred by 'from' in a rule.
> {noformat}
> package org.drools.test
> import org.drools.compiler.Person
> import org.drools.compiler.Address
> rule rule1
> when
> $p: Person($list : addresses)
> $a: Address(street == "y") from $list
> then
> $list.add( new Address("z") );
> $list.add( new Address("w") );
> end
> {noformat}
> - Call JPAKnowledgeService.loadStatefulKnowledgeSession()
> Then NullPointerException is thrown
> {noformat}
> 2013-12-12 18:03:31,329 [main] |org.drools.persistence.SingleSessionCommandService| WARN Could not commit session
> java.lang.RuntimeException: Unable to load session snapshot
> at org.drools.persistence.SessionMarshallingHelper.loadSnapshot(SessionMarshallingHelper.java:88) ~[classes/:na]
> at org.drools.persistence.SingleSessionCommandService.initExistingKnowledgeSession(SingleSessionCommandService.java:264) ~[classes/:na]
> at org.drools.persistence.SingleSessionCommandService.<init>(SingleSessionCommandService.java:196) ~[classes/:na]
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [na:1.7.0_13]
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) [na:1.7.0_13]
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [na:1.7.0_13]
> at java.lang.reflect.Constructor.newInstance(Constructor.java:525) [na:1.7.0_13]
> at org.drools.persistence.jpa.KnowledgeStoreServiceImpl.buildCommandService(KnowledgeStoreServiceImpl.java:101) [classes/:na]
> at org.drools.persistence.jpa.KnowledgeStoreServiceImpl.loadKieSession(KnowledgeStoreServiceImpl.java:84) [classes/:na]
> at org.drools.persistence.jpa.KnowledgeStoreServiceImpl.loadKieSession(KnowledgeStoreServiceImpl.java:1) [classes/:na]
> at org.kie.internal.persistence.jpa.JPAKnowledgeService.loadStatefulKnowledgeSession(JPAKnowledgeService.java:130) [kie-internal-6.1.0-SNAPSHOT.jar:6.1.0-SNAPSHOT]
> at org.drools.persistence.session.JpaPersistentStatefulSessionTest.testFromNodeWithModifiedCollection(JpaPersistentStatefulSessionTest.java:562) [test-classes/:na]
> ...
> Caused by: java.lang.NullPointerException: null
> at org.drools.core.reteoo.FromNode.createRightTuple(FromNode.java:152) ~[classes/:na]
> at org.drools.core.phreak.PhreakFromNode.doLeftInserts(PhreakFromNode.java:96) ~[classes/:na]
> at org.drools.core.phreak.PhreakFromNode.doNode(PhreakFromNode.java:49) ~[classes/:na]
> at org.drools.core.phreak.RuleNetworkEvaluator.innerEval(RuleNetworkEvaluator.java:348) ~[classes/:na]
> at org.drools.core.phreak.RuleNetworkEvaluator.outerEval(RuleNetworkEvaluator.java:161) ~[classes/:na]
> at org.drools.core.phreak.RuleNetworkEvaluator.evaluateNetwork(RuleNetworkEvaluator.java:116) ~[classes/:na]
> at org.drools.core.phreak.RuleExecutor.reEvaluateNetwork(RuleExecutor.java:200) ~[classes/:na]
> at org.drools.core.marshalling.impl.ProtobufInputMarshaller$PBActivationsFilter.fireRNEAs(ProtobufInputMarshaller.java:813) ~[classes/:na]
> at org.drools.core.reteoo.LeftInputAdapterNode.doInsertObject(LeftInputAdapterNode.java:258) ~[classes/:na]
> at org.drools.core.reteoo.LeftInputAdapterNode.assertObject(LeftInputAdapterNode.java:199) ~[classes/:na]
> at org.drools.core.reteoo.SingleObjectSinkAdapter.propagateAssertObject(SingleObjectSinkAdapter.java:60) ~[classes/:na]
> at org.drools.core.reteoo.ObjectTypeNode.assertObject(ObjectTypeNode.java:288) ~[classes/:na]
> at org.drools.core.reteoo.EntryPointNode.assertObject(EntryPointNode.java:260) ~[classes/:na]
> at org.drools.core.marshalling.impl.ProtobufInputMarshaller.assertHandleIntoOTN(ProtobufInputMarshaller.java:499) ~[classes/:na]
> at org.drools.core.marshalling.impl.ProtobufInputMarshaller.readFactHandles(ProtobufInputMarshaller.java:476) ~[classes/:na]
> at org.drools.core.marshalling.impl.ProtobufInputMarshaller.readSession(ProtobufInputMarshaller.java:250) ~[classes/:na]
> at org.drools.core.marshalling.impl.ProtobufInputMarshaller.readSession(ProtobufInputMarshaller.java:157) ~[classes/:na]
> at org.drools.core.marshalling.impl.ProtobufMarshaller.unmarshall(ProtobufMarshaller.java:116) ~[classes/:na]
> at org.drools.core.marshalling.impl.ProtobufMarshaller.unmarshall(ProtobufMarshaller.java:1) ~[classes/:na]
> at org.drools.persistence.SessionMarshallingHelper.loadSnapshot(SessionMarshallingHelper.java:83) ~[classes/:na]
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (WFLY-2628) Update to web console 2.1.0.Final
by Harald Pehl (JIRA)
[ https://issues.jboss.org/browse/WFLY-2628?page=com.atlassian.jira.plugin.... ]
Harald Pehl updated WFLY-2628:
------------------------------
Description:
Contains the following fixes:
- HAL-72
- HAL-76
- HAL-266
- HAL-280
- HAL-289
- HAL-295
- HAL-296
- HAL-308
- HAL-315
- HAL-320
- HAL-321
- WFLY-289
- WFLY-1921
- BZ-1030266
- BZ-1032234
was:
Contains the following fixes:
- HAL-72
- HAL-266
- HAL-280
- HAL-289
- HAL-295
- HAL-296
- HAL-308
- HAL-315
- HAL-320
- HAL-321
- WFLY-1921
- BZ-1030266
- BZ-1032234
> Update to web console 2.1.0.Final
> ---------------------------------
>
> Key: WFLY-2628
> URL: https://issues.jboss.org/browse/WFLY-2628
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Web Console
> Reporter: Harald Pehl
> Assignee: Harald Pehl
> Priority: Blocker
> Fix For: 8.0.0.Final
>
>
> Contains the following fixes:
> - HAL-72
> - HAL-76
> - HAL-266
> - HAL-280
> - HAL-289
> - HAL-295
> - HAL-296
> - HAL-308
> - HAL-315
> - HAL-320
> - HAL-321
> - WFLY-289
> - WFLY-1921
> - BZ-1030266
> - BZ-1032234
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (DROOLS-376) NullPointerException on JPAKnowledgeService.loadStatefulKnowledgeSession() when Collection is modified
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/DROOLS-376?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on DROOLS-376:
------------------------------------------------
Mario Fusco <mfusco(a)redhat.com> changed the Status of [bug 1040889|https://bugzilla.redhat.com/show_bug.cgi?id=1040889] from NEW to ASSIGNED
> NullPointerException on JPAKnowledgeService.loadStatefulKnowledgeSession() when Collection is modified
> ------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-376
> URL: https://issues.jboss.org/browse/DROOLS-376
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 6.0.0.Final
> Reporter: Toshiya Kobayashi
> Assignee: Mark Proctor
>
> - Using JPAKnowledgeService
> - Add two or more elements to Collection property which is referred by 'from' in a rule.
> {noformat}
> package org.drools.test
> import org.drools.compiler.Person
> import org.drools.compiler.Address
> rule rule1
> when
> $p: Person($list : addresses)
> $a: Address(street == "y") from $list
> then
> $list.add( new Address("z") );
> $list.add( new Address("w") );
> end
> {noformat}
> - Call JPAKnowledgeService.loadStatefulKnowledgeSession()
> Then NullPointerException is thrown
> {noformat}
> 2013-12-12 18:03:31,329 [main] |org.drools.persistence.SingleSessionCommandService| WARN Could not commit session
> java.lang.RuntimeException: Unable to load session snapshot
> at org.drools.persistence.SessionMarshallingHelper.loadSnapshot(SessionMarshallingHelper.java:88) ~[classes/:na]
> at org.drools.persistence.SingleSessionCommandService.initExistingKnowledgeSession(SingleSessionCommandService.java:264) ~[classes/:na]
> at org.drools.persistence.SingleSessionCommandService.<init>(SingleSessionCommandService.java:196) ~[classes/:na]
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [na:1.7.0_13]
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) [na:1.7.0_13]
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [na:1.7.0_13]
> at java.lang.reflect.Constructor.newInstance(Constructor.java:525) [na:1.7.0_13]
> at org.drools.persistence.jpa.KnowledgeStoreServiceImpl.buildCommandService(KnowledgeStoreServiceImpl.java:101) [classes/:na]
> at org.drools.persistence.jpa.KnowledgeStoreServiceImpl.loadKieSession(KnowledgeStoreServiceImpl.java:84) [classes/:na]
> at org.drools.persistence.jpa.KnowledgeStoreServiceImpl.loadKieSession(KnowledgeStoreServiceImpl.java:1) [classes/:na]
> at org.kie.internal.persistence.jpa.JPAKnowledgeService.loadStatefulKnowledgeSession(JPAKnowledgeService.java:130) [kie-internal-6.1.0-SNAPSHOT.jar:6.1.0-SNAPSHOT]
> at org.drools.persistence.session.JpaPersistentStatefulSessionTest.testFromNodeWithModifiedCollection(JpaPersistentStatefulSessionTest.java:562) [test-classes/:na]
> ...
> Caused by: java.lang.NullPointerException: null
> at org.drools.core.reteoo.FromNode.createRightTuple(FromNode.java:152) ~[classes/:na]
> at org.drools.core.phreak.PhreakFromNode.doLeftInserts(PhreakFromNode.java:96) ~[classes/:na]
> at org.drools.core.phreak.PhreakFromNode.doNode(PhreakFromNode.java:49) ~[classes/:na]
> at org.drools.core.phreak.RuleNetworkEvaluator.innerEval(RuleNetworkEvaluator.java:348) ~[classes/:na]
> at org.drools.core.phreak.RuleNetworkEvaluator.outerEval(RuleNetworkEvaluator.java:161) ~[classes/:na]
> at org.drools.core.phreak.RuleNetworkEvaluator.evaluateNetwork(RuleNetworkEvaluator.java:116) ~[classes/:na]
> at org.drools.core.phreak.RuleExecutor.reEvaluateNetwork(RuleExecutor.java:200) ~[classes/:na]
> at org.drools.core.marshalling.impl.ProtobufInputMarshaller$PBActivationsFilter.fireRNEAs(ProtobufInputMarshaller.java:813) ~[classes/:na]
> at org.drools.core.reteoo.LeftInputAdapterNode.doInsertObject(LeftInputAdapterNode.java:258) ~[classes/:na]
> at org.drools.core.reteoo.LeftInputAdapterNode.assertObject(LeftInputAdapterNode.java:199) ~[classes/:na]
> at org.drools.core.reteoo.SingleObjectSinkAdapter.propagateAssertObject(SingleObjectSinkAdapter.java:60) ~[classes/:na]
> at org.drools.core.reteoo.ObjectTypeNode.assertObject(ObjectTypeNode.java:288) ~[classes/:na]
> at org.drools.core.reteoo.EntryPointNode.assertObject(EntryPointNode.java:260) ~[classes/:na]
> at org.drools.core.marshalling.impl.ProtobufInputMarshaller.assertHandleIntoOTN(ProtobufInputMarshaller.java:499) ~[classes/:na]
> at org.drools.core.marshalling.impl.ProtobufInputMarshaller.readFactHandles(ProtobufInputMarshaller.java:476) ~[classes/:na]
> at org.drools.core.marshalling.impl.ProtobufInputMarshaller.readSession(ProtobufInputMarshaller.java:250) ~[classes/:na]
> at org.drools.core.marshalling.impl.ProtobufInputMarshaller.readSession(ProtobufInputMarshaller.java:157) ~[classes/:na]
> at org.drools.core.marshalling.impl.ProtobufMarshaller.unmarshall(ProtobufMarshaller.java:116) ~[classes/:na]
> at org.drools.core.marshalling.impl.ProtobufMarshaller.unmarshall(ProtobufMarshaller.java:1) ~[classes/:na]
> at org.drools.persistence.SessionMarshallingHelper.loadSnapshot(SessionMarshallingHelper.java:83) ~[classes/:na]
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (WFLY-2628) Update to web console 2.1.0.Final
by Harald Pehl (JIRA)
[ https://issues.jboss.org/browse/WFLY-2628?page=com.atlassian.jira.plugin.... ]
Harald Pehl updated WFLY-2628:
------------------------------
Description:
Contains the following fixes:
- HAL-72
- HAL-266
- HAL-280
- HAL-289
- HAL-295
- HAL-296
- HAL-308
- HAL-515
- HAL-320
- HAL-321
- WFLY-1921
- BZ-1030266
- BZ-1032234
was:
Contains the following fixes:
- HAL-72
- HAL-266
- HAL-280
- HAL-289
- HAL-295
- HAL-296
- HAL-308
- HAL-320
- HAL-321
- WFLY-1921
- BZ-1030266
- BZ-1032234
> Update to web console 2.1.0.Final
> ---------------------------------
>
> Key: WFLY-2628
> URL: https://issues.jboss.org/browse/WFLY-2628
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Web Console
> Reporter: Harald Pehl
> Assignee: Harald Pehl
> Priority: Blocker
> Fix For: 8.0.0.Final
>
>
> Contains the following fixes:
> - HAL-72
> - HAL-266
> - HAL-280
> - HAL-289
> - HAL-295
> - HAL-296
> - HAL-308
> - HAL-515
> - HAL-320
> - HAL-321
> - WFLY-1921
> - BZ-1030266
> - BZ-1032234
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (WFLY-2628) Update to web console 2.1.0.Final
by Harald Pehl (JIRA)
[ https://issues.jboss.org/browse/WFLY-2628?page=com.atlassian.jira.plugin.... ]
Harald Pehl updated WFLY-2628:
------------------------------
Description:
Contains the following fixes:
- HAL-72
- HAL-266
- HAL-280
- HAL-289
- HAL-295
- HAL-296
- HAL-308
- HAL-315
- HAL-320
- HAL-321
- WFLY-1921
- BZ-1030266
- BZ-1032234
was:
Contains the following fixes:
- HAL-72
- HAL-266
- HAL-280
- HAL-289
- HAL-295
- HAL-296
- HAL-308
- HAL-515
- HAL-320
- HAL-321
- WFLY-1921
- BZ-1030266
- BZ-1032234
> Update to web console 2.1.0.Final
> ---------------------------------
>
> Key: WFLY-2628
> URL: https://issues.jboss.org/browse/WFLY-2628
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Web Console
> Reporter: Harald Pehl
> Assignee: Harald Pehl
> Priority: Blocker
> Fix For: 8.0.0.Final
>
>
> Contains the following fixes:
> - HAL-72
> - HAL-266
> - HAL-280
> - HAL-289
> - HAL-295
> - HAL-296
> - HAL-308
> - HAL-315
> - HAL-320
> - HAL-321
> - WFLY-1921
> - BZ-1030266
> - BZ-1032234
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (WFLY-2628) Update to web console 2.1.0.Final
by Harald Pehl (JIRA)
[ https://issues.jboss.org/browse/WFLY-2628?page=com.atlassian.jira.plugin.... ]
Harald Pehl updated WFLY-2628:
------------------------------
Description:
Contains the following fixes:
- HAL-72
- HAL-266
- HAL-280
- HAL-289
- HAL-295
- HAL-296
- HAL-308
- HAL-320
- HAL-321
- WFLY-1921
- BZ-1030266
- BZ-1032234
was:
Contains the following fixes:
- HAL-72
- HAL-280
- HAL-289
- HAL-295
- HAL-296
- HAL-308
- HAL-320
- HAL-321
- WFLY-1921
- BZ-1030266
- BZ-1032234
> Update to web console 2.1.0.Final
> ---------------------------------
>
> Key: WFLY-2628
> URL: https://issues.jboss.org/browse/WFLY-2628
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Web Console
> Reporter: Harald Pehl
> Assignee: Harald Pehl
> Priority: Blocker
> Fix For: 8.0.0.Final
>
>
> Contains the following fixes:
> - HAL-72
> - HAL-266
> - HAL-280
> - HAL-289
> - HAL-295
> - HAL-296
> - HAL-308
> - HAL-320
> - HAL-321
> - WFLY-1921
> - BZ-1030266
> - BZ-1032234
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (WFLY-2650) EE7-defined scopes not recognized as bean defining annotations
by Jozef Hartinger (JIRA)
Jozef Hartinger created WFLY-2650:
-------------------------------------
Summary: EE7-defined scopes not recognized as bean defining annotations
Key: WFLY-2650
URL: https://issues.jboss.org/browse/WFLY-2650
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: CDI / Weld
Affects Versions: 8.0.0.Beta1
Reporter: Jozef Hartinger
Assignee: Jozef Hartinger
Fix For: 8.0.0.CR1
The following EE7-defines scope annotations:
ViewScoped
FlowScoped
TransactionScoped
are packaged within WildFly and therefore not found in the Jandex index.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (WFLY-2628) Update to web console 2.1.0.Final
by Harald Pehl (JIRA)
[ https://issues.jboss.org/browse/WFLY-2628?page=com.atlassian.jira.plugin.... ]
Harald Pehl updated WFLY-2628:
------------------------------
Description:
Contains the following fixes:
- HAL-72
- HAL-280
- HAL-289
- HAL-295
- HAL-296
- HAL-308
- HAL-320
- HAL-321
- WFLY-1921
- BZ-1030266
- BZ-1032234
was:
Contains the following fixes:
- HAL-72
- HAL-280
- HAL-289
- HAL-295
- HAL-296
- HAL-308
- HAL-321
- WFLY-1921
- BZ-1030266
- BZ-1032234
> Update to web console 2.1.0.Final
> ---------------------------------
>
> Key: WFLY-2628
> URL: https://issues.jboss.org/browse/WFLY-2628
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Web Console
> Reporter: Harald Pehl
> Assignee: Harald Pehl
> Priority: Blocker
> Fix For: 8.0.0.Final
>
>
> Contains the following fixes:
> - HAL-72
> - HAL-280
> - HAL-289
> - HAL-295
> - HAL-296
> - HAL-308
> - HAL-320
> - HAL-321
> - WFLY-1921
> - BZ-1030266
> - BZ-1032234
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months