Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Model changes to comply with final Java EE 6 xsds

Folks,

      I wanted to forewarn WTP developers and adopters of model changes
that I will be committing/releasing for WTP 3.2 M5.  Simply put, I created
EMF models for Java EE 6 in WTP 3.2 M3 - see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=252615 .  But these models
were created before the Java EE 6 specs were finalized.  Now that the final
Java EE 6 xsds are available, I have created an update to the models to
bring them into compliance - see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=299598 .  A short synopsis of
what will be deleted/removed (by package):

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

If you have any comments/questions/concerns, please add them to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=299598 .

FWIW,

- Carl Anderson
WTP programmer



Back to the top