generci type member injection
-----------------------------
Key: WBRI-186
URL: https://jira.jboss.org/jira/browse/WBRI-186
Project: Web Beans
Issue Type: Bug
Components: Simple Beans
Affects Versions: 1.0.0.BETA1
Reporter: Takeshi Kondo
Assignee: Nicklas Karlsson
Attachments: parameterized_member_injection.patch
public class ParameterizedListInjection
{
@Current
private List<String> fieldInjection;
-------
this generic type field injection,
I supposed that injected instance is "manager.getInstanceByType(new TypeLiteral<List<String>>(){});",
but actual injected instanec is "manager.getInstanceByType(List.class);"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Translated Master.po file is not encoded and converted correctly for Chinese, Japanese and Korean
--------------------------------------------------------------------------------------------------
Key: WBRI-188
URL: https://jira.jboss.org/jira/browse/WBRI-188
Project: Web Beans
Issue Type: Bug
Components: Documentation
Environment: Document translation for CJK (Chinese, Japanese, Korean)
Reporter: Xin Wu
The document build system can not convert the translated master.po file correctly for CJK(Chinese, Japanese, Korean).
"Note" and "Title" content of master.po file is garbled in the snapshot of web bean reference.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
generic producer method
-----------------------
Key: WBRI-185
URL: https://jira.jboss.org/jira/browse/WBRI-185
Project: Web Beans
Issue Type: Feature Request
Components: Producer beans
Reporter: Takeshi Kondo
I want to use parameterized producer method,but It don't work,
because producer method target is class declared method and AnnotatedMethodImpl don't resolve TypeVariable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
If EJB services aren't available disable EJB sections of WB
-----------------------------------------------------------
Key: WBRI-178
URL: https://jira.jboss.org/jira/browse/WBRI-178
Project: Web Beans
Issue Type: Feature Request
Reporter: Pete Muir
Assignee: Pete Muir
Fix For: 1.0.0.BETA2
If EJB services not available, EJB sections of WB should be gracefully disabled, and no dependency on ejb-api.jar should be required
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Make services optional in bootstrap
-----------------------------------
Key: WBRI-175
URL: https://jira.jboss.org/jira/browse/WBRI-175
Project: Web Beans
Issue Type: Task
Components: Bootstrap
Reporter: Pete Muir
Assignee: Pete Muir
Priority: Critical
EJB and TX services should be optional, with these parts of WB disabled if there are no services defined.
Also switch to using a generic getService(TXService.class); method to specify services on Bootstrap
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira