Bug 299598 - Update Java EE 6 models to comply with final xsds
Summary: Update Java EE 6 models to comply with final xsds
Status: RESOLVED FIXED
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P1 major (vote)
Target Milestone: 3.2 M5   Edit
Assignee: Carl Anderson CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard: JavaEE6
Keywords:
Depends on: 252615
Blocks:
  Show dependency tree
 
Reported: 2010-01-14 00:36 EST by Carl Anderson CLA
Modified: 2013-02-11 14:57 EST (History)
4 users (show)

See Also:


Attachments
Model updates for compliance with the final Java EE 6 xsds (178.67 KB, patch)
2010-01-14 00:46 EST, Carl Anderson CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Anderson CLA 2010-01-14 00:36:11 EST
+++ This bug was initially created as a clone of Bug #252615 +++

EMF models need to be generated from the XML schemas of the Java EE 6 deployment descriptors.

We need to update these models due to changes made in the final xsds for Java EE 6.
Comment 1 Carl Anderson CLA 2010-01-14 00:44:43 EST
There were some items that were in the preliminary xsds that were removed for the final xsds:

org.eclipse.jst.javaee.core:

IsolationLevelType - TRANSACTIONNONE was deleted
PersistenceContextRef and PersistenceUnitRef - getLookupName() and setLookupName() were deleted (these were added to MessageDestination).

org.eclipse.jst.javaee.ejb:

AsynchMethodType - all of the MethodIntf methods were deleted
ConcurrencyManagementTypeType - NOT_ALLOWED was deleted

org.eclipse.jst.javaee.web:

WebApp - getName() was deleted
Comment 2 Carl Anderson CLA 2010-01-14 00:46:24 EST
Created attachment 156069 [details]
Model updates for compliance with the final Java EE 6 xsds
Comment 3 Carl Anderson CLA 2010-01-15 09:51:24 EST
Committed to HEAD for WTP 3.2 M5.