[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-673) @Observer doesn't work in components that use @Unwrap
Stephan Bublava (JIRA)
jira-events at jboss.com
Fri Jan 19 08:05:52 EST 2007
@Observer doesn't work in components that use @Unwrap
-----------------------------------------------------
Key: JBSEAM-673
URL: http://jira.jboss.com/jira/browse/JBSEAM-673
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 1.1.1.GA
Reporter: Stephan Bublava
If a component uses @Unwrap and @Observer at the same time, Events.instance().raiseEvent() attempts to invoke the observer method on the unwrapped object, which usually causes a NoSuchMethodException exception.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list