Scope @PersistenceContext for simple beans to module
----------------------------------------------------
Key: WBRI-95
URL: https://jira.jboss.org/jira/browse/WBRI-95
Project: Web Beans RI
Issue Type: Bug
Reporter: Pete Muir
Priority: Minor
Fix For: 1.0.0.BETA1
EJB spec says the PUs are scoped to the module in which they defined, but currently WB just scans whole of the EAR.
--
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
Review all code and comments for naming consistentcy with the spec
------------------------------------------------------------------
Key: WBRI-106
URL: https://jira.jboss.org/jira/browse/WBRI-106
Project: Web Beans RI
Issue Type: Feature Request
Reporter: Pete Muir
Assignee: Pete Muir
Fix For: 1.0.0.CR1
--
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
Test errors creating client proxy
---------------------------------
Key: WBRI-62
URL: https://jira.jboss.org/jira/browse/WBRI-62
Project: Web Beans RI
Issue Type: Task
Reporter: Pete Muir
Assignee: Nicklas Karlsson
Priority: Minor
This block
catch (InstantiationException e)
{
throw new RuntimeException("Could not instantiate client proxy for " + bean, e);
}
catch (IllegalAccessException e)
{
throw new RuntimeException("Could not access bean correctly when creating client proxy for " + bean, e);
}
isn't tested
--
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
Implement the requirement that the dependent context is inactive except when invoking an EL expression (no hook in EL for this)
-------------------------------------------------------------------------------------------------------------------------------
Key: WBRI-65
URL: https://jira.jboss.org/jira/browse/WBRI-65
Project: Web Beans RI
Issue Type: Bug
Reporter: Pete Muir
Fix For: BETA1
--
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