[weld-commits] [weld/core] fa2124: Don't hard code the bean id in the proxy class, bu...
GitHub
noreply at github.com
Sun Aug 5 21:02:25 EDT 2012
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: fa2124d9823de78eafe689c293f13a1de6b5c796
https://github.com/weld/core/commit/fa2124d9823de78eafe689c293f13a1de6b5c796
Author: Stuart Douglas <stuart.w.douglas at gmail.com>
Date: 2012-08-05 (Sun, 05 Aug 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/ClientProxyFactory.java
Log Message:
-----------
Don't hard code the bean id in the proxy class, but store it in a field on creation
This resolves an issue when running unit tests, where the same proxy would be re-used
for beans with different bean id's
More information about the weld-commits
mailing list