[seam-commits] [seam/solder] 95d39f: Moving to beans.xml instead of extension loading b...
noreply at github.com
noreply at github.com
Sat Jan 22 11:52:26 EST 2011
Branch: refs/heads/master
Home: https://github.com/seam/solder
Commit: 95d39f842032980c793023b48fde2a00d270de58
https://github.com/seam/solder/commit/95d39f842032980c793023b48fde2a00d270de58
Author: LightGuard <lightguard.jp at gmail.com>
Date: 2011-01-22 (Sat, 22 Jan 2011)
Changed paths:
A api/src/main/resources/META-INF/beans.xml
R impl/src/main/java/org/jboss/seam/solder/el/ELExtension.java
M impl/src/main/java/org/jboss/seam/solder/log/LoggerExtension.java
R impl/src/main/java/org/jboss/seam/solder/resourceLoader/ResourceLoaderExtension.java
A impl/src/main/resources/META-INF/beans.xml
M impl/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
M impl/src/test/java/org/jboss/seam/solder/test/el/ElTest.java
M impl/src/test/java/org/jboss/seam/solder/test/log/LoggerInjectionTest.java
M impl/src/test/java/org/jboss/seam/solder/test/resourceLoader/ResourceLoaderTest.java
Log Message:
-----------
Moving to beans.xml instead of extension loading beans.
I have not done any @Veto, I honestly don't think it buys us much right
now.
I have tested this with the wicket example on Glassfish 3.1 b36 and b37.
I imagine this should work in Glassfish 3.0.1, but I have not tested it
because the wicket example requires Weld 1.1, it's not portable :(
More information about the seam-commits
mailing list