[jboss-jira] [JBoss JIRA] (AS7-2976) Not specifying a session-type in a described session bean must throw a DeploymentException
Stuart Douglas (Resolved) (JIRA)
jira-events at lists.jboss.org
Sun Jan 1 22:43:09 EST 2012
[ https://issues.jboss.org/browse/AS7-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list