j2eeLevel

When you generate Java™ code, the j2eeLevel build descriptor option specifies the level of Java Enterprise Edition in the application server to which you deploy an EGL web service, JSF application, or Enterprise JavaBean.

This build descriptor option is used with the serverType build descriptor option, if the value of that option refers to Apache Tomcat or WebSphere® Application Server. If the j2eeLevel build descriptor option is not specified, the default is determined by the value of the serverType build descriptor option.

Values

6.0
The default when the serverType build descriptor option is set toWebSphere Application Server version 8.x or Tomcat version 7.x.
5.0
The default when the serverType build descriptor option is set toWebSphere Application Server version 7.x or Tomcat version 6.x.
1.4
The default when the serverType build descriptor option is set toWebSphere Application Server version 6.x, or Tomcat version 5.x.
1.3
The default when the serverType build descriptor option is set toWebSphere Application Server version 5.1.2. This value is also appropriate if you plan to deploy to Apache Tomcat version 4.1.

Feedback