]
Norman Richards reassigned JBSEAM-3792:
---------------------------------------
Assignee: Norman Richards
Invocation of toString on args in
org.jboss.seam.util.DelegatingInvocationHandler.invoke
----------------------------------------------------------------------------------------
Key: JBSEAM-3792
URL:
https://jira.jboss.org/jira/browse/JBSEAM-3792
Project: Seam
Issue Type: Bug
Reporter: Francisco Jose Peredo Noguez
Assignee: Norman Richards
Fix For: 2.1.2.CR1
Attachments: patch.txt
nvocation of toString on args in
org.jboss.seam.util.DelegatingInvocationHandler.invoke(Object, Method, Object[]):
if (target == null)
{
throw new IllegalStateException("Proxied session does not implement method
" + method.getName() +
" with args [" + args + "]");
}
if (log.isTraceEnabled())
{
log.trace("Delegating method " + method.getName() + " with args
" + args);
}
args will not be logged (or thrown) as something nice to read.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: