[ https://jira.codehaus.org/browse/MECLIPSE-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=309671#comment-309671 ]
Andy commented on MECLIPSE-694: ------------------------------- Hi, i have a stupid question about the jee6 support. For the ejb version 2.1 and 3.0 the ejb version is determined via a method findEjbVersionInDependencies which has the following code: > if ( version == null ) > { > if ( IdeUtils.getArtifactVersion( new String[] { "geronimo-ejb_3.0_spec" }, > project.getDependencies(), 3 ) != null ) > return JeeDescriptor.EJB_3_0; > } so why is there no if condigition checking for the geronimo-ejb_3.1_spec to determine if ejb 3.1 is used? The same check is also missing for the servlet api (3.0) as well. Is this inteded or just a bug? > Add JEE6 support > ---------------- > > Key: MECLIPSE-694 > URL: https://jira.codehaus.org/browse/MECLIPSE-694 > Project: Maven 2.x Eclipse Plugin > Issue Type: Improvement > Components: WTP support > Affects Versions: 2.8 > Reporter: Robert Scholte > Assignee: Robert Scholte > Priority: Minor > Fix For: 2.9 > > > The {{org.apache.maven.plugin.ide.JeeDescriptor}} should be extended with > JEE6 entries for EJB, Servlet and JSP -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira