Skip to content

AS7 subsystem providing integration with Weld 2

Notifications You must be signed in to change notification settings

jozefhartinger/as7-weld-subsystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AS7 Weld Subsystem

This is a JBoss AS 7 subsystem that provides integration with Weld 2.

The installation script provided in the /installer directory works on an existing JBoss AS 7 installation and allows it to be updated with Weld 2. The script updates everything necessary for Weld 2 to run on JBoss AS 7. Namely it updates the following modules:

  • cdi-api
  • weld-api
  • weld-core
  • weld-spi
  • as7-weld-subsystem

Installation

Set the $JBOSS_HOME environment property to point to JBoss AS 7.1.1.Final or later

export JBOSS_HOME=/opt/sources/as7/build/target/jboss-as-7.1.1.Final

Run the build

mvn clean install -Pupdate-jboss-as

You may specify the version of Weld explicitly

mvn clean install -Pupdate-jboss-as -Dweld.version=2.0.0-SNAPSHOT

About

AS7 subsystem providing integration with Weld 2

Resources

Stars

Watchers

Forks

Packages

No packages published