[webbeans-commits] Webbeans SVN: r1844 - in ri/tags: webbeans-spi-1.0.0.BETA1 and 1 other directory.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-03-08 19:56:18 -0400 (Sun, 08 Mar 2009)
New Revision: 1844
Added:
ri/tags/webbeans-spi-1.0.0.BETA1/
ri/tags/webbeans-spi-1.0.0.BETA1/pom.xml
Removed:
ri/tags/webbeans-spi-1.0.0.BETA1/pom.xml
Log:
[maven-release-plugin] copy for tag webbeans-spi-1.0.0.BETA1
Copied: ri/tags/webbeans-spi-1.0.0.BETA1 (from rev 1822, ri/trunk/spi)
Deleted: ri/tags/webbeans-spi-1.0.0.BETA1/pom.xml
===================================================================
--- ri/trunk/spi/pom.xml 2009-03-08 22:33:13 UTC (rev 1822)
+++ ri/tags/webbeans-spi-1.0.0.BETA1/pom.xml 2009-03-08 23:56:18 UTC (rev 1844)
@@ -1,53 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>webbeans-parent</artifactId>
- <groupId>org.jboss.webbeans</groupId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.webbeans</groupId>
- <artifactId>webbeans-spi</artifactId>
- <name>Web Beans Service Provider Interfaces</name>
- <dependencies>
-
- <dependency>
- <groupId>org.jboss.webbeans</groupId>
- <artifactId>jsr299-api</artifactId>
- </dependency>
-
- <dependency>
- <groupId>javax.persistence</groupId>
- <artifactId>persistence-api</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <scope>test</scope>
- <classifier>jdk15</classifier>
- <exclusions>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>javax.transaction</groupId>
- <artifactId>jta</artifactId>
- </dependency>
-
- </dependencies>
-
- <build>
- <defaultGoal>install</defaultGoal>
- </build>
-
-</project>
Copied: ri/tags/webbeans-spi-1.0.0.BETA1/pom.xml (from rev 1843, ri/trunk/spi/pom.xml)
===================================================================
--- ri/tags/webbeans-spi-1.0.0.BETA1/pom.xml (rev 0)
+++ ri/tags/webbeans-spi-1.0.0.BETA1/pom.xml 2009-03-08 23:56:18 UTC (rev 1844)
@@ -0,0 +1,60 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>webbeans-parent</artifactId>
+ <groupId>org.jboss.webbeans</groupId>
+ <version>1.0.0.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.webbeans</groupId>
+ <artifactId>webbeans-spi</artifactId>
+ <version>1.0.0.BETA1</version>
+ <name>Web Beans Service Provider Interfaces</name>
+ <dependencies>
+
+ <dependency>
+ <groupId>org.jboss.webbeans</groupId>
+ <artifactId>jsr299-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <scope>test</scope>
+ <classifier>jdk15</classifier>
+ <exclusions>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <defaultGoal>install</defaultGoal>
+ </build>
+
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/webbeans-spi-1.0.0.BETA1</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/tags/webbeans-spi-1.0.0.B...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/WebBeans/ri/webbeans-spi-1.0.0.BETA1</url>
+ </scm>
+</project>
15 years, 9 months
[webbeans-commits] Webbeans SVN: r1842 - ri/trunk/spi.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-03-08 19:54:44 -0400 (Sun, 08 Mar 2009)
New Revision: 1842
Modified:
ri/trunk/spi/pom.xml
Log:
prep for release
Modified: ri/trunk/spi/pom.xml
===================================================================
--- ri/trunk/spi/pom.xml 2009-03-08 23:52:49 UTC (rev 1841)
+++ ri/trunk/spi/pom.xml 2009-03-08 23:54:44 UTC (rev 1842)
@@ -2,11 +2,12 @@
<parent>
<artifactId>webbeans-parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-spi</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<name>Web Beans Service Provider Interfaces</name>
<dependencies>
15 years, 9 months
[webbeans-commits] Webbeans SVN: r1840 - in tck/trunk/impl/src/main: java/org/jboss/jsr299/tck/tests/event and 3 other directories.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-03-08 19:52:34 -0400 (Sun, 08 Mar 2009)
New Revision: 1840
Modified:
tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/definition/deployment/DeploymentTypeDefinitionTest.java
tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/EventTest.java
tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/producer/field/lifecycle/ProducerFieldLifecycleTest.java
tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/producer/method/lifecycle/ProducerMethodLifecycleTest.java
tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
some fixes to tests
Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/definition/deployment/DeploymentTypeDefinitionTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/definition/deployment/DeploymentTypeDefinitionTest.java 2009-03-08 23:52:23 UTC (rev 1839)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/definition/deployment/DeploymentTypeDefinitionTest.java 2009-03-08 23:52:34 UTC (rev 1840)
@@ -98,9 +98,10 @@
}
@Test(groups = { "deploymentType" })
- @SpecAssertions( { @SpecAssertion(section = "2.5.5", id = "c"),
- @SpecAssertion(section = "2.7.2", id = "da"),
- @SpecAssertion(section = "4.1", id = "da") })
+ @SpecAssertions( {
+ @SpecAssertion(section = "2.5.5", id = "c"),
+ @SpecAssertion(section = "2.7.2", id = "da")
+ })
public void testWebBeanDeploymentTypeOverridesStereotype()
{
assert getCurrentManager().resolveByType(Reindeer.class).size() == 1;
Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/EventTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/EventTest.java 2009-03-08 23:52:23 UTC (rev 1839)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/EventTest.java 2009-03-08 23:52:34 UTC (rev 1840)
@@ -426,7 +426,10 @@
*
*/
@Test(groups = { "events" })
- @SpecAssertion(section = "7.5.8", id = "l")
+ @SpecAssertions({
+ @SpecAssertion(section = "7.5.8", id = "l"),
+ @SpecAssertion(section = "4.3.2", id = "f")
+ })
public void testObserverCalledOnMostSpecializedInstance()
{
Shop.deliveryObservedBy = null;
@@ -752,7 +755,7 @@
* @throws Exception
*/
@Test(groups = { "events", "inheritance" })
- @SpecAssertion(section = "4", id = "a")
+ @SpecAssertion(section = "4.2", id = "dc")
public void testNonStaticObserverMethodNotInherited() throws Exception
{
new RunInDependentContext()
Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/producer/field/lifecycle/ProducerFieldLifecycleTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/producer/field/lifecycle/ProducerFieldLifecycleTest.java 2009-03-08 23:52:23 UTC (rev 1839)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/producer/field/lifecycle/ProducerFieldLifecycleTest.java 2009-03-08 23:52:34 UTC (rev 1840)
@@ -60,7 +60,10 @@
}
@Test(groups = { "producerField", "specialization" })
- @SpecAssertion(section = "6.8", id = "i")
+ @SpecAssertions({
+ @SpecAssertion(section = "6.8", id = "i"),
+ @SpecAssertion(section = "4.3.2", id = "d")
+ })
public void testSpecializedBeanAlwaysUsed() throws Exception
{
new RunInDependentContext()
Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/producer/method/lifecycle/ProducerMethodLifecycleTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/producer/method/lifecycle/ProducerMethodLifecycleTest.java 2009-03-08 23:52:23 UTC (rev 1839)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/producer/method/lifecycle/ProducerMethodLifecycleTest.java 2009-03-08 23:52:34 UTC (rev 1840)
@@ -38,7 +38,8 @@
@Test(groups = { "specialization" })
@SpecAssertions({
- @SpecAssertion(section = "6.7", id = "g")
+ @SpecAssertion(section = "6.7", id = "g"),
+ @SpecAssertion(section = "4.3.2", id = "c")
})
public void testSpecializedBeanAlwaysUsed() throws Exception
{
Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml 2009-03-08 23:52:23 UTC (rev 1839)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml 2009-03-08 23:52:34 UTC (rev 1840)
@@ -2293,24 +2293,29 @@
<text>For class X which is the bean class of a _session_ bean Y declared using XML, the scope types and deployment types explicitly declared by and inherited from the class X take precedence over default scope and deployment types declared by stereotypes.</text>
</assertion>
- <assertion id="i">
+ <assertion id="i" testable="false">
<text>For annotations defined by the bean specification, all built-in _scope types_ are declared @Inherited</text>
+ <note>sigtest</note>
</assertion>
- <assertion id="j">
+ <assertion id="j" testable="false">
<text>For annotations defined by the bean specification, all built-in _stereotypes_ are declared @Inherited</text>
+ <note>sigtest</note>
</assertion>
- <assertion id="k">
+ <assertion id="k" testable="false">
<text>For annotations defined by the bean specification, _no built-in binding type is declared @Inherited_</text>
+ <note>sigtest</note>
</assertion>
- <assertion id="l">
+ <assertion id="l" testable="false">
<text>For annotations defined by the bean specification, _the built-in deployment type is not declared @Inherited_</text>
+ <note>sigtest</note>
</assertion>
- <assertion id="m">
+ <assertion id="m" testable="false">
<text>the @Named annotation is not declared @Inherited and bean names are not inherited unless specialization is used</text>
+ <note>sigtest</note>
</assertion>
</section>
@@ -2627,12 +2632,14 @@
</section>
<section id="4.3.2" title="Direct and indirect specialization">
- <assertion id="a">
+ <assertion id="a" testable="false">
<text>The @javax.inject.Specializes annotation or <Specializes> XML element is used to indicate that one bean directly specializes another bean</text>
+ <note>A statement of intent</note>
</assertion>
- <assertion id="b">
+ <assertion id="b" testable="false">
<text>A bean X is said to specialize another bean Y if X directly specializes Y, or a bean Z exists, such that X directly specializes Z and Z specializes Y</text>
+ <note>A definition</note>
</assertion>
<assertion id="c">
@@ -2659,23 +2666,27 @@
</section>
<section id="4.4" title="Realization">
- <assertion id="a">
- <text>Any bean that extends a generic class may directly extend the generic class, in the case of a bean declared using annotations</text>
+ <assertion id="a" testable="false">
+ <text>Any bean that extends a generic class may directly extend the generic class, in the case of a bean declared using annotations and then explicitly declare that it realizes the generic class</text>
+ <note>A statement of intent</note>
</assertion>
- <assertion id="b">
- <text>Any bean that extends a generic class may declare that the generic class is the bean class, in the case of a bean declared using XML, and then explicitly declare that it realizes the generic class.</text>
+ <assertion id="b" testable="false">
+ <text>Any bean that extends a generic class may declare that the generic class is the bean class, in the case of a bean declared using XML and then explicitly declare that it realizes the generic class.</text>
+ <note>A statement of intent</note>
</assertion>
</section>
<section id="4.4.1" title="Using realization">
- <assertion id="a">
+ <assertion id="a" testable="false">
<text>A bean declared using annotations may declare that it realizes a generic class by annotating the bean class with the @javax.inject.Realizes annotation</text>
+ <note>A statement of intent</note>
</assertion>
- <assertion id="b">
+ <assertion id="b" testable="false">
<text>A bean declared using XML may declare that it realizes a generic class using the <Realizes> element.</text>
+ <note>A statement of intent</note>
</assertion>
<assertion id="ca">
@@ -2696,8 +2707,9 @@
this inherited observer method consist of all event bindings declared by the event parameter of the observer method of Y.</text>
</assertion>
- <assertion id="f">
+ <assertion id="f" testable="false">
<text>Realization applies only to simple beans and session beans</text>
+ <note>A statement of intent</note>
</assertion>
</section>
15 years, 9 months
[webbeans-commits] Webbeans SVN: r1837 - ri/trunk/api.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-03-08 19:50:59 -0400 (Sun, 08 Mar 2009)
New Revision: 1837
Modified:
ri/trunk/api/pom.xml
Log:
prep for release
Modified: ri/trunk/api/pom.xml
===================================================================
--- ri/trunk/api/pom.xml 2009-03-08 23:50:18 UTC (rev 1836)
+++ ri/trunk/api/pom.xml 2009-03-08 23:50:59 UTC (rev 1837)
@@ -9,6 +9,7 @@
<groupId>org.jboss.webbeans</groupId>
<artifactId>jsr299-api</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JSR-299 API</name>
<url>http://www.seamframework.org/WebBeans</url>
15 years, 9 months
[webbeans-commits] Webbeans SVN: r1836 - ri/trunk/api.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-03-08 19:50:18 -0400 (Sun, 08 Mar 2009)
New Revision: 1836
Modified:
ri/trunk/api/pom.xml
Log:
prep for release
Modified: ri/trunk/api/pom.xml
===================================================================
--- ri/trunk/api/pom.xml 2009-03-08 23:48:53 UTC (rev 1835)
+++ ri/trunk/api/pom.xml 2009-03-08 23:50:18 UTC (rev 1836)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
</parent>
<groupId>org.jboss.webbeans</groupId>
15 years, 9 months