Eclipse integration
-------------------
Key: WBX-4
URL: https://jira.jboss.org/jira/browse/WBX-4
Project: Web Beans Extensions
Issue Type: Feature Request
Components: XSD Generator
Reporter: Nicklas Karlsson
Assignee: Nicklas Karlsson
Create AnnotationProcessingFactory and JAR for Eclipse integration
--
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
Include possible WB tags
------------------------
Key: WBX-6
URL: https://jira.jboss.org/jira/browse/WBX-6
Project: Web Beans Extensions
Issue Type: Feature Request
Components: XSD Generator
Reporter: Nicklas Karlsson
Assignee: Nicklas Karlsson
Priority: Critical
Binding types
Scope types
Deployment types
Name
Stereotypes
(ejbName attribute)
Producer methods
Producer fields
Initalizers
Disposals
Observers (conditional, transactional, asynchronous)
Injections
--
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
Deal with compilation errors and multi-pass compilations
--------------------------------------------------------
Key: WBX-5
URL: https://jira.jboss.org/jira/browse/WBX-5
Project: Web Beans Extensions
Issue Type: Feature Request
Components: XSD Generator
Reporter: Nicklas Karlsson
Assignee: Nicklas Karlsson
--
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
parameterized type proxy
------------------------
Key: WBRI-192
URL: https://jira.jboss.org/jira/browse/WBRI-192
Project: Web Beans
Issue Type: Bug
Components: Contexts
Affects Versions: 1.0.0.BETA1
Reporter: Takeshi Kondo
Assignee: Nicklas Karlsson
Attachments: paramerized_type_proxy.patch, test_code.patch
@RequestScoped
@Produces
public List<String> create()
{
return Arrays.asList("iemon", "houjitya");
}
---
This producer method causes exception,because Proxies don't support ParameterizedType.
--
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
Named beans with dot in name aren't resolved
--------------------------------------------
Key: WBRI-174
URL: https://jira.jboss.org/jira/browse/WBRI-174
Project: Web Beans
Issue Type: Bug
Components: EL integration
Affects Versions: 1.0.0.BETA1
Reporter: Nicklas Karlsson
Assignee: Pete Muir
Fix For: 1.0.0.BETA2
I renamed ConversationImpl to "javax.webbeans.conversation" in the conversation example and it started resolving to null. It apparently starts to walk the javabean-dot-hierarchy. Names like this are allowed, right?
--
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