]
Stuart Douglas resolved AS7-2976.
---------------------------------
Fix Version/s: 7.1.0.Final
Resolution: Done
Not specifying a session-type in a described session bean must throw
a DeploymentException
------------------------------------------------------------------------------------------
Key: AS7-2976
URL:
https://issues.jboss.org/browse/AS7-2976
Project: Application Server 7
Issue Type: Bug
Reporter: Carlo de Wolf
Assignee: Stuart Douglas
Priority: Critical
Fix For: 7.1.0.Final
This is due to buggy code in SessionBeanComponentDescriptionFactory:
{code}
if(sessionType == null) {
}
if(sessionType == null && sessionBean instanceof GenericBeanMetaData) {
//TODO: this is a hack
return;
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: