Java™ EE projects
can be upgraded from the J2EE 1.3 to J2EE 1.4 specification level.
This section describes, for each type of Java EE
project, the artifacts upgraded from J2EE 1.3 to J2EE 1.4 by the Java EE upgrade Wizard.
Migrating secure web services
Secure web services are not migrated by the J2EE Migration
wizard when web services are migrated from J2EE 1.3 to J2EE 1.4. The
migration of secure web services requires manual steps.
Enterprise Java bean projects (EJB 2.0 to EJB 2.1)
The J2EE migration wizard supports the migration of enterprise
bean deployment descriptors from the J2EE 1.3 specification level
EJB resource to J2EE 1.4. Stateless session beans and message-driven
beans are migrated to J2EE 1.4.
Connector projects (JCA 1.0 to JCA 1.5)
The J2EE mMigration wizard migrates the artifacts of a
J2EE connector architecture (JCA) 1.0 descriptor to JCA 1.5. The migrated
artifacts are related to the elements of the ResourceAdaptor object
as two new objects, OutboundResourceAdaptor and ConnectionDefinition,
were added to the ResourceAdaptor object in J2EE
1.4 specification level for Connector projects.