[weld-commits] [weld/core] d4c982: CDITCK-181

noreply at github.com noreply at github.com
Wed Sep 22 11:14:30 EDT 2010


Branch: refs/heads/master
Home:   http://github.com/weld/core

Commit: d4c982f254aa76d0038896f2e5cc75061cbc7bf8
    http://github.com/weld/core/commit/d4c982f254aa76d0038896f2e5cc75061cbc7bf8
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date:   2010-09-21 (Tue, 21 Sep 2010)

Changed paths:
  M jboss-tck-runner/src/test/resources/tck-tests.xml

Log Message:
-----------
CDITCK-181


Commit: 757e0384de6a25b4bc84e6a29a54f9c5af940072
    http://github.com/weld/core/commit/757e0384de6a25b4bc84e6a29a54f9c5af940072
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date:   2010-09-22 (Wed, 22 Sep 2010)

Changed paths:
  M arquillian/weld-ee-container/src/main/java/org/jboss/arquillian/container/weld/ee/embedded_1_1/ConversationLifeCycleDestroyer.java
  M arquillian/weld-ee-container/src/main/java/org/jboss/arquillian/container/weld/ee/embedded_1_1/RequestLifeCycleDestroyer.java
  M arquillian/weld-ee-container/src/main/java/org/jboss/arquillian/container/weld/ee/embedded_1_1/SessionLifeCycleDestroyer.java
  M arquillian/weld-ee-container/src/test/java/org/jboss/arquillian/container/weld/ee/embedded_1_1/WeldEmbeddedIntegrationConversationScopeTestCase.java
  M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
  M impl/src/main/java/org/jboss/weld/context/AbstractManagedContext.java
  M impl/src/main/java/org/jboss/weld/context/bound/BoundRequestContextImpl.java
  M impl/src/main/java/org/jboss/weld/context/bound/BoundSessionContextImpl.java
  M impl/src/main/java/org/jboss/weld/context/ejb/EjbRequestContextImpl.java
  M impl/src/main/java/org/jboss/weld/context/http/HttpRequestContextImpl.java
  M impl/src/main/java/org/jboss/weld/context/http/HttpSessionContextImpl.java
  M impl/src/main/java/org/jboss/weld/context/unbound/ApplicationContextImpl.java
  M impl/src/main/java/org/jboss/weld/ejb/SessionBeanInterceptor.java
  M impl/src/main/java/org/jboss/weld/servlet/WeldListener.java
  M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/ClientConversationContextTest.java
  M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/Cloud.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/Hailstorm.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/Thunderstorm.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/exceptionInPhaseListener/ClientConversationContextTest.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/exceptionInPhaseListener/Cloud.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/exceptionInPhaseListener/ConversationTestPhaseListener.java
  M tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/cloud.jsf
  A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/exceptionInPhaseListener/cloud.jsf
  A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/exceptionInPhaseListener/faces-config.xml
  A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/exceptionInPhaseListener/thunderstorm.jsf
  A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/exceptionInPhaseListener/web.xml
  M tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/faces-config.xml
  A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/hailstorm.jsf
  A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/thunderstorm.jsf

Log Message:
-----------
WELD-679, exception handling

* Tests for exceptions thrown during bean creation
  and destroy
* Explicit cleanup of threadlocals
* Ensure discociate is always called


Commit: e3928c22bcd16578d97831511e76d2acab28e0e0
    http://github.com/weld/core/commit/e3928c22bcd16578d97831511e76d2acab28e0e0
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date:   2010-09-22 (Wed, 22 Sep 2010)

Changed paths:
  M jboss-tck-runner/src/test/resources/tck-tests.xml

Log Message:
-----------
oops


Commit: 6badc4669cceac33e915f01f640690c87fbd0180
    http://github.com/weld/core/commit/6badc4669cceac33e915f01f640690c87fbd0180
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date:   2010-09-22 (Wed, 22 Sep 2010)

Changed paths:
  A tests-arquillian/src/test/java/org/jboss/weld/tests/enterprise/lifecycle/EnterpriseBeanLifecycleRemoteTest.java
  M tests-arquillian/src/test/java/org/jboss/weld/tests/enterprise/lifecycle/EnterpriseBeanLifecycleTest.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/enterprise/lifecycle/RemoteClient.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/scope/RemoteClient.java
  A tests-arquillian/src/test/java/org/jboss/weld/tests/scope/RemoteScopeTest.java
  M tests-arquillian/src/test/java/org/jboss/weld/tests/scope/ScopeTest.java
  M tests/src/main/java/org/jboss/weld/test/Utils.java

Log Message:
-----------
WELD-679, convert tests to remote tests


Commit: 0363416fc482410c3edd17e2fceb61d532f9d462
    http://github.com/weld/core/commit/0363416fc482410c3edd17e2fceb61d532f9d462
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date:   2010-09-22 (Wed, 22 Sep 2010)

Changed paths:
  M .gitignore
  R tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/.faces-config.xml.jsfdia

Log Message:
-----------
ignores




More information about the weld-commits mailing list