Skip to content

Commit

Permalink
- Introduced Deployment service by wrapping the existing SEWebBeanDis…
Browse files Browse the repository at this point in the history
…covery class. - Update getInstanceByType utility method to include the required CreationalContext. - Add the jta runtime dependency (needs addressing) - Set webbeans-se version to 1.0.0-SNAPSHOT in version matrix

git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@3129 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
peteroyle committed Jul 22, 2009
1 parent 543b4e8 commit fb8b302
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Expand Up @@ -49,7 +49,7 @@ public interface BeanDeploymentArchive

/**
* Get the ordered bean deployment archives which are accessible to this bean
* deployment archive and adjacent to it i n the deployment archive graph.
* deployment archive and adjacent to it in the deployment archive graph.
*
* The bean deployment archives will be processed in the order specified.
*
Expand Down
Expand Up @@ -42,6 +42,10 @@
* bean deployment archive structure built.
*
* TODO Java SE structure
* For an application deployed in the SE environment, all library jars and
* classpath directories should be searched, and the bean deployment archive
* structure built. A single, logical deployment archive will be built for
* all beans and beans.xml files found on the classpath.
*
* @see BeanDeploymentArchive
*
Expand Down
2 changes: 1 addition & 1 deletion version-matrix/pom.xml
Expand Up @@ -50,7 +50,7 @@
<jsr299.tck.version>1.0.0-SNAPSHOT</jsr299.tck.version>
<webbeans.version>1.0.0-SNAPSHOT</webbeans.version>
<webbeans.servlet.version>1.0.0.CR1</webbeans.servlet.version>
<webbeans.se.version>1.0.0.BETA1</webbeans.se.version>
<webbeans.se.version>1.0.0-SNAPSHOT</webbeans.se.version>
<jboss.test.harness.version>1.0.0-SNAPSHOT</jboss.test.harness.version>
</properties>

Expand Down

0 comments on commit fb8b302

Please sign in to comment.