[jboss-jira] [JBoss JIRA] Created: (JBAS-7070) EJB3 version check should be based on JBossMetaData.isEJB3x()
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Wed Jul 1 10:08:51 EDT 2009
EJB3 version check should be based on JBossMetaData.isEJB3x()
-------------------------------------------------------------
Key: JBAS-7070
URL: https://jira.jboss.org/jira/browse/JBAS-7070
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: EJB3
Affects Versions: JBossAS-5.1.0.GA
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Fix For: JBossAS-5.2.0.Beta1
org.jboss.ejb3.deployers.Ejb3Deployer does it this way: !(metaData.isEJB2x() || metaData.isEJB1x()). Instead, it should use metaData.isEJB3x(). This is inspired by JBMETA-208.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list