Branch: refs/heads/2.0
Home:
https://github.com/weld/core
Commit: 3bb897636a4c355d2ca22cc81f2f9fa5f4014939
https://github.com/weld/core/commit/3bb897636a4c355d2ca22cc81f2f9fa5f4014939
Author: Stuart Douglas <stuart.w.douglas(a)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