]
Andrew Lee Rubinger resolved JBMETA-135.
----------------------------------------
Resolution: Done
JBossEjb3SessionBeanValidatorBase will return upon encountering
non-session EJB first, skipping the rest
--------------------------------------------------------------------------------------------------------
Key: JBMETA-135
URL:
https://jira.jboss.org/jira/browse/JBMETA-135
Project: JBoss Metadata
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 1.0.0.CR3
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: 1.0.0.CR4
From JBossEjb3SessionBeanValidatorBase.validate:
// Only applies to Session Beans
if (!bean.isSession())
{
return;
}
...should be "continue" instead of "return".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: