[webbeans-issues] [JBoss JIRA] Created: (WBRI-62) Test errors creating client proxy
Pete Muir (JIRA)
jira-events at lists.jboss.org
Sun Dec 14 16:05:36 EST 2008
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
More information about the weld-issues
mailing list