MyEclipse Enterprise Workbench Release Notes
Release 5.5.0 GA - May 16, 2007
- Overview
- New Features in MyEclipse 5.5.0 GA
- Getting Help
- Known Issues
- Additional Enhancement / Fix Details for 5.5.0 GA
1. Overview
Version 5.5.0 GA is the generally available production release the MyEclipse Enterprise Workbench 5.5 series. The major themes of this release are simplified Java enterprise and AJAX development with Java EE 5, forward compatibility with the latest features of Eclipse 3.2.2 and Web Tools 1.5.4, and improved support for Microsoft Vista. Backwards compatibility with MyEclipse versions 5.1 - 4.x projects and features is maintained to the maximum degree possible.
2. MyEclipse 5.5.0 GA Highlights
New MyEclipse 5.5.0 GA features and enhancements:
- Platform support:
- Microsoft Vista support
- Eclipse 3.2.2 compatible
- Upgraded MyEclipse-WebTools, an enhanced and professionally supported version of Eclipse WTP 1.5.4 with many MyEclipse improvements and bug fixes
- SNAP Non-Eclipse Integration and Improvements
- MyEclipse Use-Anywhere SNAP Connector for NetBeans: a plugin to enable use of MyEclipse SNAPs from the NetBeans IDE
- MyEclipse Use-Anywhere SNAP Connector for IntelliJ IDEA: a plugin to enable use of MyEclipse SNAPs from the IntelliJ IDE
- HTML Designer SNAP supports editing of PHP and ASP files
- Java EE 5 Projects
- Create Java EE 5 Web, EJB and Enterprise (EAR) projects with
integrated library support
- EJB Projects include persistence.xml generation and synchronization
- Works with MyEclipse Deployer for the most productive integrated
enterprise testing experience
- EJB3 - Enterprise Java Beans
- Create Stateless, Stateful, Entity and Message enterprise beans
- Wizards for creating EJB types
- Code-assist and validation of Java annotations
- Reverse-engineer Stateless Session Bean facades from MyEclipse Datatbase Explorer
- MyEclipse Java Persistence Tools (JPA)
- Add JPA Capabilities to any Java project
- Integrates with MyEclipse Database Explorer for database
connections and metadata access
- Persistence perspective
- Java persistence OR mapping properties view
- Validation and error marking for invalid OR mapping
annotations
- Reverse-engineer JPA DAOs from your database schema
- Automatic update of persistence.xml with project JPA entity classes
- New Visual JSF Designer
- All new Visual JSF Designer for WYSIWYG editing of advanced JSF components
- Supports Drag-and-Drop style editing of all standard JSF components
- Extensible component palette supports all JSF taglibs in your project
- Form-based properties sheets simplifies component editing and
customization
- Preview mode of JSF design page
- JSF and faces.config creation wizards
- faces-config.xml flow editor
- Managed-bean validation and code-assist
- MyEclipse Derby Database
- Integrated version of Derby 10.2.2.0 Database Server (Apache license)
- Preconfigured MyEclipse Derby driver for the Database Explorer
- Preconfigured database with example schema for quick testing
- Matisse4MyEclipse Swing Visual Designer
- Refactoring support for *.form and corresponding *.java file
- Added experimental mode for Java 6 support
- MyEclipse UML improvements:
- Drag-and-drop reverse-engineering of classes from JARs or project
bin location on to class diagrams
- Improved round-trip model-class accuracy
- Improved internationalization
- New Application Server Connectors
- Glassfish V2 (now supports exploded deployment)
- Apache Geronimo 2
- Oracle Application Server 10
- Weblogic 10
- Installer improvements:
- All-in-One Installer includes JSE 5 JRE, Eclipse3.2.2, MyEclipse 5..5 IDE and SNAPs. Additionall yadvanced compression is employed to reduce the download by 50%
- Headless and console install modes supported
See New
and Noteworthy for more details and screenshots.
See previous release notes for more new features: 5.5 Milestone-1 Release Notes, 5.5 Milestone-2 Release Notes
3. Getting Help
MyEclipse provides numerous technical support resources:
- FAQ list
- Quick
Start Tutorials
- Free
professional help forums
- MyEclipse
Learning Center - Integrated help topics in your MyEclipse Help
System
4. Known Issues
Vista Support
- MyEclipse 5.5GA and all SNAP application are installed in the Programs Files directory of Windows Vista platform must be run with Administrator privileges. Failure to do so will result in Vista prohibiting MyEclipse to launch with an SWT dll link exception appearing in the MyEclipse log.
- MyEclipse ScreenCapture Pro feature have been removed due to
reliability. Experimental access to this feature is available
by launching MyEclipse in XP Compatibility Mode.
Matisse4MyEclipse
- Matisse4MyEclipse is not part of the primary MyEclipse
download. The instructions for downloading and installing
Matisse4MyEclipse are provide in the MyEclipse Learning Center which
is found in the Help Infocenter. Launch the Help Info Center (see
Help > Help Contents) and navigate to the help topic,
"MyEclipse Learning Center > Swing RCP Development >
Getting Started".
- The Form Editor rendering of modified custom sub-forms and Java beans is not automatically updated. You must close and reopen the Form Editor for the rendering to be updated and correctly rendered.
JPA
- MyEclipse offers enhanced DB metadata analysis for creating
annotations in your entity class. Following is a list of
annotations and attributes that support database table and column
content-assist:
@Column (name, table)
@Table (name)
@DiscriminatorColumn (name)
@JoinColumn (table attribute only)
@JoinTable (name)
@SecondaryTable (name)
@TableGenerator (name)
@PrimaryKeyJoinColumn (referencedColumnName attribute only)
Known nnotations with no database context-assist include:
@EntityResult
@FieldResult
@ColumnResult
@JoinColumn(name & referencedColumnName attributes)
@PrimaryKeyJoinColumn(name attribute)
New Visual JSF Designer
- If the design view gets out-of-sync with the source, use the
"Refresh" button on the toolbar to correct the
issue. If the Refresh button does not correct the issue, then
manually close and reopen the affected editor.
Facelets Support
- Code-Assist and semantic validation are not available for custom tag
libraries.
Web Services - XFire
- 1.2.6 XFire Library Upgrade - The XFire libraries have been upgraded from 1.2.4 to 1.2.6. All existing XFire projects will be automatically upgraded to use the new libraries. However, if you had previously customized the XFire libraries shipped with MyEclipse, the upgrade will not be automatically performed and your projects will remain in a non-compilable state. To correct this situation, please go to Window > Preferences > MyEclipse > Project Capabilities > Web Services and select "Restore Defaults" to complete the upgrade.
- When generating a service using a WSDL file (top down scenario), the
wsdlURL element in the resulting service bean, we do not add a
wsdlURL element with the URL of the WSDL used for generation if the
URL points to the local filesystem.
Spring Known Issues
- 2.0.5 Library Upgrade - The Spring libraries were upgraded from version 2.0.2 to 2.0.5. All existing Spring projects will be automatically upgraded to use the new libraries. However, if you had previously customized the Spring libraries shipped with MyEclipse, the upgrade will not be automatically performed and your projects will remain in a non-compilable state. To correct this situation, please go to Window > Preferences > MyEclipse > Project Capabilities > Spring and select "Restore Defaults" to complete the upgrade.
- The Spring 2.0.5 Core libraries contain an older version of the commons-attributes, version 2.1, so it will be compatible with some application servers.
- The spring.ftl and spring.vm templates are not copied into projects
to which spring support is added.
Cross Platform Visual JSP/HTML Designer Known Issues
- Editing XHTML documents does not support code-assist of non-HTML tags.
- Struts and JSF custom tags do not render styleClass attributes in
design view.
- Empty table cells are initially shown collapsed in design view.
- Cut/Copy/Paste of tables not fully supported.
AJAX Tools Issues
- Web 2.0 Browser does not support proxy server configuration.
Matisse4MyEclipse Known Issues
- The Form Editor rendering of modified custom sub-forms and Java beans is not automatically updated. You must close and reopen the Form Editor for the rendering to be updated and correctly rendered.
MyEclipse on Linux Version Known Issues
- Linux Internal Web Browser Stability
The Visual HTML Designer on Linux has exhibited rare stability problems on some systems. Until this matter is resolved the WYSIWYG design mode has been restricted to a source-only mode of operation. You can reenable the WYSIYWG design mode for experimental use by including the commandline flag: -D linux.experimental - Linux Internal Web Browser Compatibility
The Visual HTML Designer and AJAX tools on linux have an incompatibility with the Eclipse internal web browser. Please read this document for more information. - Linux X86_64 Compatibility
The Visual JSP/HTML Designer and AJAX tools are not available on the 64-bit versions of Eclipse on Linux X86_64.
- Flash plugin unavailable in Web 2.0 Browser
When loading a webpage that contains a flash plugin, you will be prompted to download a plugin. You must press cancel to continue to use the browser as normal. Also you will need to resize the window once to fix the blank page because of a painting problem. As a result the MyEclipse AJAX tutorial does not property function in the browser.
MyEclipse on Machintosh OS/X Known Issues
- Due to MyEclipse instability issues on the Mac platform the current features are not available: Matisse4MyEclipse Visual JSP/HTML Designer, MyEclipse UML, and Matisse4MyEclipse. We are working to resolve the instability issues as quickly as possible.
MyEclipse Hibernate Tools Known Issues
- Bug #3858, JBoss did not update the version number of the
Hibernate DTD's from Hibermate 3.0.5 to the 3.1. While the Hibernate
3.1 DTD's are backward compatible it is possible to use a Hibernate
3.1 DTD that can result in an error on a Hibernate upgrade. To
resolve the ambiguity MyEclipse chose to use the Hibernate 3.1 DTDs
by default in the Hibernate editors.
- Locale specification must include country code When
explicitly launching MyEclipse with the "-nl
" commandline arguments the locale must include country code, e.g., -nl en_EN or -nl ja_JP.
Failure to include the locale country code will result in an error when the HQL Editor is launched.
MyEclipse CSS Editor
- If code folding is enabled and the properties view is open, typing in the CSS editor may be very slow. See Eclipse Bug#158877
Bugzilla Feature
- The Bugzilla integration has been removed from MyEclipse 5.5 feature set
due to its lack of support for any release of Bugzilla 2.16 or
greater.
An alternative Bugzilla support feature is planned for the MyEclipse 6.0 release.
5. Recent Enhancements and Fixes
Additional details for enhancements and bug fixes for MyEclipse 5.5.0 GA are identified in the following summary.
New Enhancements in MyEclipse 5.5.0 GA
| ID | Feature | Notes |
| 582 | [Deploy] Now using scrollpanes for listing additional jars | See link for details. |
| 2648 | [Visual JSP/HTML Designer] Design/source selection is now
sychronized to the preview page |
|
| 3089 |
[JSF] Added support for Facelets |
|
| 5040 | Added Glassfish V2 (Sun App Server 9.1) Connector | See link for details. |
| 5260 | [SNAPs]Added "Send to..." native functions | |
| 5262 | [SNAPs] Added "link with editor" support | |
| 5277 | [TextEditor SNAP] Default text editor snap now available | |
| 5285 |
[SNAP] startup file location now automatically displayed on startup | |
| 5334 |
[Core] Added a "Preferences..." menu item under the MyEclipse menu | |
| 5441 |
Support for Apache Geronimo 2.0 | See link for details. |
| 5482 |
[ServersView] Improved "add new server type" support | |
| 5494 |
[DiscoverySite] Extended feature installation is now easier to find | |
| 5676 |
[EJB] EJB3 Project wizard now supports DB driver set up | |
| 5679 |
[JPA] DB metadata content assist is now available in Entity (java) editor | |
| 5687 |
[JPA] JPA/EJB3 RE now generates abstract entities | |
| 5689 |
[JPA][Hibernate] Generated DAOs now create findAll method | See link for details. |
| 5692 |
Oracle AS connector is now easier to configure | |
| 5693 |
WebLogic 8/9/10 connectors is now easier to configure |
|
| 5749 |
[WS] Integrated XFire 1.2.6 | |
| 5866 |
[UML] Added support to create diagram from the outline view |
|
| 5946 |
[Doc] access to MyEclipse support services is now available |
|
| 5773 |
[DB] Demo DB schema/catalog is now available |
|
| 5894 |
[core] Web Browser view is more usable |
Problems fixed since MyEclipse 5.5.0 Milestone-2
| ID | Defects - FIXED | Notes |
| 1573 |
[Deployment] Deployment of unrefreshed project fails but is
reported as successful |
See link for details. |
| 2154 |
Geronimo deployment fails if install dir contains spaces | |
| 3518 |
[Core] J2EE perspective missing new project shortcuts | |
| 3521 |
[Hibernate] gen POJO doesn't create correct UserType mapping | |
| 3744 |
[Visual JSP Designer] JSP breakpoints reset to enabled when server is restarted | See link for details. |
| 4127 |
[UML][SD]Undo does not work for edge reconnects | |
| 4634 |
Connector versions use single digit that may not immediately look like versions | |
| 4767 |
[Spring] Hibernate config file can't be found in web application | See link for details. |
| 4952 |
[AST] Server view Geronimo icon too big, makes everything else
look pixalated |
|
| 4966 |
[DOM Inspector] Closed DOM inspector causes lots of errors |
|
| 5057 |
[JSP Debug]JSP source not found when debugging on WebLogic 8/9 |
See link for details. |
| 5067 |
Oracle AS connector doesn't accept 'admin name' argument |
See link for details. |
| 5129 |
[Visual JSP/HTML Designer] No gracious fallback for broken design
view |
See link for details. |
| 5208 |
[Core] Preinstalled WTP causes conflict with MyEclipse extensions |
|
| 5268 |
[Visual HTML/JSP Designer] Cut/Copy/Paste are enabled in the
preview page |
|
| 5272 |
[UML] XMI import duplicate classes and packages. |
|
| 5320 |
[DB] Relationship labels in the ER diagram cannot be turned off |
See link for details. |
| 5329 |
[WebServices] WS Explorer displays badly formatted message box |
|
| 5340 |
[UML] New UML diagram toolbar buttons disabled when root node
selected |
See link for details. |
| 5369 |
[UML] Cannot delete attributes or operations from reverse
engineered class |
See link for details. |
| 5429 |
Matisse form crashes workbench | |
| 5455 |
[Bugzilla] Current Bugzilla plugin doesn't work with most BZ installs | |
| 5458 |
[Visual JSP/HTML Designer] Enable/Disable breakpoint action does not refresh its label | |
| 5493 |
[Web 2.0] Closing ME w/ Web 2.0 browser open leads to strange startup | See link for details. |
| 5598 |
[TextEditor] TextEditor Snap needs registry settings for installer | |
| 5641 |
[XHTML] Content assist doesn't work for XHTML pages | |
| 5644 |
[DB] Import Drivers & Profiles partially fails if invalid driver is imported | |
| 5651 |
[XML Catalog] Ctrl+click does not open the DTD from the catalog if the install path has space. | |
| 5657 |
[Deploy][Facelets] Deploying el-api.jar and el-ri.jar to Tomcat6 cause exceptions | |
| 5669 |
[Matisse]Adding JPanel to panel with CardLayout throws exception | |
| 5671 |
[JPA] Project's persistence properties are lost across workspaces | |
| 5672 |
[HTML SNAP] XHTML wizard is not available in HTML SNAP | |
| 5681 |
[Visual JSP Designer] JSP editor ignores TEI VariableInfo tag information | See link for details. |
| 5685 |
[Core] Dual dialogs on new install lockup workbench | See link for details. |
| 5691 |
Server preference pages using wrong cases for prompts | |
| 5695 |
[DB] [SQL Editor] Command separator combo clipped when connected
to Derby |
|
| 5699 |
Application server list in preferences is too long | |
| 5707 |
[DB] Import D&P treats drivers and profiles as separate entities | |
| 5708 |
[Glassfish2] Exploded deployment is not allowed | |
| 5713 |
[DB] No native DB available for testing or integrated demos | |
| 5719 |
[JPA] persistence.xml updated during RE only if DAOs are generated | |
| 5724 |
[Visual JSF Designer] JSF Designer does not allow facelet/xhtml pages to be opened | |
| 5734 |
[Glassfish2] Debug/Run buttons not reenabled after shutdown | |
| 5737 |
[Visual JSF Designer] Design view fails to render xhtml/facelets page | |
| 5739 |
[Sun] Glassfish-based connectors cannot pickup tools.jar from classpath | |
| 5742 |
[DB] Connect URL length too small for clustered Oracle connect string | |
| 5744 |
[core] Upgrade to WTP 1.5.4 | |
| 5745 |
[JPA] Findby methods generated in DAOs/Facades do not use generics | |
| 5746 |
[Visual JSF Designer] Adding JSF component to Facelets page adds taglib import | |
| 5748 |
[Facelets] XHTML editor does not provide Facelets tag validation | |
| 5766 |
[Deploy] unable to override deploy of all ME Capability library modules | |
| 5777 |
[DB] Derby plugin won't start in ME5.5 | |
| 5781 |
[Deploy] Deployment excludes item for Facelets/el-api.jar throws NPE dialog | |
| 5782 |
Deploy] No server deployment excludes item available on newly added jars | |
| 5795 |
[Facelets] Taglib validation in XHTML editor doesn't use persistent markers | |
| 5803 |
[JPA] Update List button on JPA Capabilities page always disabled | |
| 5810 |
[Facelets] Invoking CA in Facelets page causes designer to stop loading | |
| 5811 |
[JBoss] Jboss5 server doesn't start correctly with default paramaters | |
| 5813 |
[Facelets] Facelets library doesn't support JSF 1.1 RI from Sun | |
| 5814 |
[Facelets] Facelets library is out-of-date, latest is 1.1.12 and
we are using 1.0.14 |
|
| 5815 |
[Spring] commons-attributes-compiler.jar does not allow
application to be deployed to Tomcat6. |
|
| 5817 |
[JSF] JSTL TLDs are not available in the MyFaces-enabled projects | |
| 5834 |
[Update Manager] Need an obvious way to disable the update dialog on each restart | |
| 5835 |
Glassfish DTDs and Schemas are not in XMLCatalog | |
| 5844 |
[JSF] Content assist for bean classes in non faces-config file fails | |
| 5851 |
[JPA] Error marker on abstract entity with mappedBy annots | |
| 5853 |
[JPA] repeated connection attempts even after connection attempt fails | |
| 5854 |
[DB] No way to refresh top level DB entities | |
| 5886 |
[Facelets] Facelets taglib DTD is not available in our catalog | |
| 5895 |
[Spring] Upgrade to version 2.0.5 | |
| 5897 |
[JPA] Upgrade to OpenJPA 0.9.7 | |
| 5901 |
[JPA] JPA caps wiz copies DB jar into /lib for web projects | |
| 5924 |
[UML] Problems with array types in RE and FE | |
| 5928 |
[DB] "Create/Update Derby Driver" does not update the driver | |
| 5929 |
[JPA] Hibernate 3.2 library modifications are not persisted | |
| 5937 |
[Installer] Linux MyEclipse shortcut doesn't work with spaces in path | |
| 5938 |
[DB][Derby] Derby pref page improvements | |
| 5940 |
[AST] Add Servers view to Debug perspective | |
| 5919 |
[JPA] Upgrade to Toplink 2b40 |
5. Recent Enhancements and Fixes
Additional details for enhancements and bug fixes for MyEclipse 5.5.0 Milestone-2 are identified in the following summary.
New Enhancements in MyEclipse 5.5.0 M2
| ID | Feature | Notes |
|
51
|
[Core] Attach src & javadocs to all MyEclipse library jars
|
See
link
for details.
See link for details. |
|
198
|
[Wizard] Add an XHTML file creation template |
|
|
1395
|
[WD3] Improved editing/creating XHTML documents (phase-1) |
This is phase-1. Namespace code-assist not fully supported.
Will be available in 5.5GA.
|
|
1582
|
[EJB] Create EJB3 beans |
See
link
for details.
See link for details. |
|
3330
|
[ERD] "Save As" not possible for ER Diagram |
|
|
3297
|
Add Jetty 6 Support |
See
link
for details.
See link for details. |
|
3623
|
[UML] No support for DnD reverse engineering from JARs |
|
|
4867
|
[Matisse] Refactor name of M4M form or class does not keep two files in sync |
|
|
4954
|
[UML] Cannot DnD .class files onto Class Diagram |
|
|
4991
|
[JBoss] Application server connector for JBoss 5 |
|
|
5279
|
[IntelliJ] IntelliJ plugin to access SNAP applications |
|
|
5288
|
[WebLogic] Application server connector for WebLogic 10 |
|
|
5261
|
[FileView] Drag from drop to "editor area" |
|
|
5319
|
[JSP Editor] Improve code-assist and autocomplete JSF beans/ props |
|
|
5414
|
[UML] Simplify creating new UML diagrams |
|
|
5472
|
[Snippets] Add snippet entry for common h:outputText JSF tag |
|
|
5437
|
[Wizards][XHTML] XHTML wizard available for creating new XHTML files |
|
|
5479
|
[Core] Support JavaEE 5 project |
|
Problems fixed since MyEclipse 5.5.0 GA
| ID | Defects - FIXED | Notes |
|
3704
|
[XML] Save As on XML file causes msg to be overlaid in Design view |
|
|
4146
|
[JSF] Add JSF caps wizard allows free entry into the JSF implementation combo |
|
|
4446
|
[WS] XFire config file disappeared from the deployment |
See
link
for details.
|
|
4978
|
[J2EE Project]Cursor jumps to end in Context-root URI field |
|
|
5048
|
[UML] No undo of auto layout |
|
|
5116
|
[DB] Running a MySQL procedure shows dialog with "Function" in the titles |
|
|
5133
|
[UML] unable to invoke cut, copy or paste from ctx-menu |
|
|
5154
|
[Core] All-in-one installation missing Error Log view |
|
|
5160
|
[Hibernate] Hibernate perspective lacks Java perspective conveniences |
|
|
5194
|
[Vista] Editing source in designer crashes MyEclipse |
|
|
5202
|
[Core] MyEclipse does not run on Vista |
|
|
5210
|
[Vista] All-In-One 5.5 installer fails on Vista |
|
|
5227
|
[Vista] Installer doesn't install start menu items |
|
|
5237
|
[UML] [SD] Actor copy-paste issues |
|
|
5273
|
[WD3] DnD images rewrites src urls to be relative to plugin scratch space |
|
|
5276
|
[WD3] Editor is dirty on start |
|
|
5278
|
[SNAP] unable to DnD file File Explorer resource on top SNAP |
|
|
5284
|
Association classes links are lost between MyEclipse restart |
|
|
5286
|
[Platform] Need to update Eclipse, WTP, and prequesites for 2/16 Callisto refresh |
|
|
5308
|
[Export Wizard] Project list label needs revision |
|
|
5323
|
[JS Debugger] Debug As... > Javascript shortcut fails with file path containing spaces |
|
|
5382
|
JSP validator validating non-JSPF fragments |
|
|
5422
|
[JSP] Editor fails to read TLD info from dependent taglib project |
|
|
5426
|
[Image Editor] Advanced brush properties dialog has strings enclosed in two exclamation signs |
|
|
5428
|
[WD3] Struts button wizard does not generate code when in Japanese mode |
|
|
5431
|
[Installation] Full Stack Install does not include PDE |
|
|
5432
|
[Spring] Spring 2 Hibernate DAO library list incorrect |
|
|
5436
|
[WD3][XHTML] multiple/checked attributes are not XHTML compliant |
|
|
5442
|
[DB] NPE in specific exception handling |
|
|
5443
|
[Web2.0 Browser] Typing in url in manually that contains spaces will fail with no message |
|
|
5447
|
[Snippets] Template error in "Change Table Cell Background Colors" |
|
|
5449
|
[Snippets] Template error in JavaScript/GMT Live Date/Time |
|
|
5451
|
[Snippets] Template error in Struts-HTML/html:message snippet entry |
|
|
5453
|
[Snippets] Template error in Struts-HTML/html:textarea snippets entry |
|
|
5460
|
[Snippets] Invalid attributes in h:select** jsf snippet templates |
|
|
5462
|
[Snippets] Duplicate snippet entry for h:outputFormat |
|
|
5466
|
[JS] Invalid description of cookie property of document object |
|
|
5468
|
[Snippets] Template error in Footer - navigation and Copyright |
|
|
5470
|
[Snippets] Template error in JavaScript > Delay Go To Url snippet entry |
|
|
5480
|
[M4M] Context menu disappears w/ Java 6 |
|
|
5481
|
[JSF] Remove MyFaces 1.0.9 from the MyEclipse distribution |
|
|
5484
|
[JSF] Update bundled MyFaces implementation |
|
|
5485
|
[XML Catalog] application_5.xsd is missing |
|
|
5486
|
[Licensing] Velocity files missing license headers |
|
|
5487
|
[Licensing] Each Hibernate plugin needs a license.txt file |
|
|
5489
|
[All-in-one] Update JRE 5 to latest in install stack |
|
|
5490
|
[Core] Unable to create EJB3 project |
|
|
5495
|
com.genuitec.eclipse.easie.weblogic10 is not on the I18N branch |
|
|
5496
|
[JEE 5.0] No license for bundled JEE 5 libraries is included |
|
|
5499
|
[Web] Add JSTL caps enabled for JEE5 web projects |
|
|
5520
|
[WS] WebSevices caps wizard throws NPE when switching JEE spec |
|
|
5526
|
[ASPPHP] ASP/PHP editor in IDE needs branding fixes |
|
|
5527
|
[Wizards] Web Project caps wizard has 2 radio options enabled by default |
|
|
5528
|
JBoss5 plugin doesn't start in MyEclipse 5.5M2B1 |
|
|
5529
|
Persistence perspective does not have proper perspective shortcuts |
|
|
5530
|
[WD3][XHTML] no difference in file generated with strict or transitional doctype |
|
|
5531
|
[UML]Forwarding engineering does not generate code when source folder is not selected |
|
|
5532
|
[JEE 5.0] WebProject with JEE 5 libs missing JSTL 1.2 |
|
|
5533
|
[JBoss]Unable to edit JBoss5 preferences page |
|
|
5534
|
[DB Snap] DBExplorer does not start due to sqlexplorer dependencies |
|
|
5535
|
[JSF]View Readme action failure |
|
|
5537
|
[Core]J2EE Perspective is still named "J2EE" |
|
|
5538
|
[UML]UML Preferences-Improper Back/Forward action |
|
|
5539
|
[JSF]Unable to edit JSF validation preferences |
|
|
5540
|
[XDoclet]Unable to view/edit XDoclet Code Assist templates |
|
|
5545
|
[Desk] Deleting a project throws a Desk NPE |
|
|
5549
|
[JPA] JPA rev-eng strategy screen talks about Hibernate |
|
|
5550
|
[JPA] Adding JPA capabilities to project doesn't copy JDBC driver |
|
|
5552
|
[ASP/PHP] plugin.properties is not included into the build |
|
|
5554
|
[WTP] JSF project plugins contributes unneeded UI elements |
|
|
5580
|
[Tomcat6][Jetty6] Deploying JEE5 web prj requires JSF jars |
|
|
5584
|
[UML] With Turkish locale tool cannot save or load diagrams without corrupting them |
|
|
5588
|
[Desktop] Screencapture is problematic on Vista |
|
|
5589
|
[EAR] New Ear Wizard doesn't not list EJB5 projects as possible modules |
|
|
5590
|
[JSF] JSF Validator throws exception when validation javaee5 tutorial project |
|
|
5594
|
[JSF] WTP JSF application config parser fails if the configuration file contains specific elements |
|
|
5606
|
[EJB] Incorrect persistence.xml file generated when creating EJB3 project |
|
|
5634
|
[Doc] no OSS license compliance info |
|
|
5562
|
[JPA] JPA capabilities wizard does not configure DALI properties |
|
|
4096
|
[Wizards] Applet wizard ignores encoding pref |
|
|
5652
|
[JSF] NullPointerException when editing an existing ManagedBean |
|
|
5640
|
[WD3]XHTML editor marks multiple warnings on simple XHTML page |
|
|
5639
|
[XHTML] Formatting of XHTML pages looks bad |
|
Release 5.5.0 Milestone-2
April 12, 2007
New Enhancements in MyEclipse 5.5.0 M2
| ID | Feature | Notes |
|
51
|
[Core] Attach src & javadocs to all MyEclipse library jars
|
See
link
for details.
See link for details. |
|
198
|
[Wizard] Add an XHTML file creation template |
|
|
1395
|
[WD3] Improved editing/creating XHTML documents (phase-1) |
This is phase-1. Namespace code-assist not fully supported.
Will be available in 5.5GA.
|
|
1582
|
[EJB] Create EJB3 beans |
See
link
for details.
See link for details. |
|
3330
|
[ERD] "Save As" not possible for ER Diagram |
|
|
3297
|
Add Jetty 6 Support |
See
link
for details.
See link for details. |
|
3623
|
[UML] No support for DnD reverse engineering from JARs |
|
|
4867
|
[Matisse] Refactor name of M4M form or class does not keep two files in sync |
|
|
4954
|
[UML] Cannot DnD .class files onto Class Diagram |
|
|
4991
|
[JBoss] Application server connector for JBoss 5 |
|
|
5279
|
[IntelliJ] IntelliJ plugin to access SNAP applications |
|
|
5288
|
[WebLogic] Application server connector for WebLogic 10 |
|
|
5261
|
[FileView] Drag from drop to "editor area" |
|
|
5319
|
[JSP Editor] Improve code-assist and autocomplete JSF beans/ props |
|
|
5414
|
[UML] Simplify creating new UML diagrams |
|
|
5472
|
[Snippets] Add snippet entry for common h:outputText JSF tag |
|
|
5437
|
[Wizards][XHTML] XHTML wizard available for creating new XHTML files |
|
|
5479
|
[Core] Support JavaEE 5 project |
|
Problems fixed since MyEclipse 5.5.0 GA
| ID | Defects - FIXED | Notes |
|
3704
|
[XML] Save As on XML file causes msg to be overlaid in Design view |
|
|
4146
|
[JSF] Add JSF caps wizard allows free entry into the JSF implementation combo |
|
|
4446
|
[WS] XFire config file disappeared from the deployment |
See
link
for details.
|
|
4978
|
[J2EE Project]Cursor jumps to end in Context-root URI field |
|
|
5048
|
[UML] No undo of auto layout |
|
|
5116
|
[DB] Running a MySQL procedure shows dialog with "Function" in the titles |
|
|
5133
|
[UML] unable to invoke cut, copy or paste from ctx-menu |
|
|
5154
|
[Core] All-in-one installation missing Error Log view |
|
|
5160
|
[Hibernate] Hibernate perspective lacks Java perspective conveniences |
|
|
5194
|
[Vista] Editing source in designer crashes MyEclipse |
|
|
5202
|
[Core] MyEclipse does not run on Vista |
|
|
5210
|
[Vista] All-In-One 5.5 installer fails on Vista |
|
|
5227
|
[Vista] Installer doesn't install start menu items |
|
|
5237
|
[UML] [SD] Actor copy-paste issues |
|
|
5273
|
[WD3] DnD images rewrites src urls to be relative to plugin scratch space |
|
|
5276
|
[WD3] Editor is dirty on start |
|
|
5278
|
[SNAP] unable to DnD file File Explorer resource on top SNAP |
|
|
5284
|
Association classes links are lost between MyEclipse restart |
|
|
5286
|
[Platform] Need to update Eclipse, WTP, and prequesites for 2/16 Callisto refresh |
|
|
5308
|
[Export Wizard] Project list label needs revision |
|
|
5323
|
[JS Debugger] Debug As... > Javascript shortcut fails with file path containing spaces |
|
|
5382
|
JSP validator validating non-JSPF fragments |
|
|
5422
|
[JSP] Editor fails to read TLD info from dependent taglib project |
|
|
5426
|
[Image Editor] Advanced brush properties dialog has strings enclosed in two exclamation signs |
|
|
5428
|
[WD3] Struts button wizard does not generate code when in Japanese mode |
|
|
5431
|
[Installation] Full Stack Install does not include PDE |
|
|
5432
|
[Spring] Spring 2 Hibernate DAO library list incorrect |
|
|
5436
|
[WD3][XHTML] multiple/checked attributes are not XHTML compliant |
|
|
5442
|
[DB] NPE in specific exception handling |
|
|
5443
|
[Web2.0 Browser] Typing in url in manually that contains spaces will fail with no message |
|
|
5447
|
[Snippets] Template error in "Change Table Cell Background Colors" |
|
|
5449
|
[Snippets] Template error in JavaScript/GMT Live Date/Time |
|
|
5451
|
[Snippets] Template error in Struts-HTML/html:message snippet entry |
|
|
5453
|
[Snippets] Template error in Struts-HTML/html:textarea snippets entry |
|
|
5460
|
[Snippets] Invalid attributes in h:select** jsf snippet templates |
|
|
5462
|
[Snippets] Duplicate snippet entry for h:outputFormat |
|
|
5466
|
[JS] Invalid description of cookie property of document object |
|
|
5468
|
[Snippets] Template error in Footer - navigation and Copyright |
|
|
5470
|
[Snippets] Template error in JavaScript > Delay Go To Url snippet entry |
|
|
5480
|
[M4M] Context menu disappears w/ Java 6 |
|
|
5481
|
[JSF] Remove MyFaces 1.0.9 from the MyEclipse distribution |
|
|
5484
|
[JSF] Update bundled MyFaces implementation |
|
|
5485
|
[XML Catalog] application_5.xsd is missing |
|
|
5486
|
[Licensing] Velocity files missing license headers |
|
|
5487
|
[Licensing] Each Hibernate plugin needs a license.txt file |
|
|
5489
|
[All-in-one] Update JRE 5 to latest in install stack |
|
|
5490
|
[Core] Unable to create EJB3 project |
|
|
5495
|
com.genuitec.eclipse.easie.weblogic10 is not on the I18N branch |
|
|
5496
|
[JEE 5.0] No license for bundled JEE 5 libraries is included |
|
|
5499
|
[Web] Add JSTL caps enabled for JEE5 web projects |
|
|
5520
|
[WS] WebSevices caps wizard throws NPE when switching JEE spec |
|
|
5526
|
[ASPPHP] ASP/PHP editor in IDE needs branding fixes |
|
|
5527
|
[Wizards] Web Project caps wizard has 2 radio options enabled by default |
|
|
5528
|
JBoss5 plugin doesn't start in MyEclipse 5.5M2B1 |
|
|
5529
|
Persistence perspective does not have proper perspective shortcuts |
|
|
5530
|
[WD3][XHTML] no difference in file generated with strict or transitional doctype |
|
|
5531
|
[UML]Forwarding engineering does not generate code when source folder is not selected |
|
|
5532
|
[JEE 5.0] WebProject with JEE 5 libs missing JSTL 1.2 |
|
|
5533
|
[JBoss]Unable to edit JBoss5 preferences page |
|
|
5534
|
[DB Snap] DBExplorer does not start due to sqlexplorer dependencies |
|
|
5535
|
[JSF]View Readme action failure |
|
|
5537
|
[Core]J2EE Perspective is still named "J2EE" |
|
|
5538
|
[UML]UML Preferences-Improper Back/Forward action |
|
|
5539
|
[JSF]Unable to edit JSF validation preferences |
|
|
5540
|
[XDoclet]Unable to view/edit XDoclet Code Assist templates |
|
|
5545
|
[Desk] Deleting a project throws a Desk NPE |
|
|
5549
|
[JPA] JPA rev-eng strategy screen talks about Hibernate |
|
|
5550
|
[JPA] Adding JPA capabilities to project doesn't copy JDBC driver |
|
|
5552
|
[ASP/PHP] plugin.properties is not included into the build |
|
|
5554
|
[WTP] JSF project plugins contributes unneeded UI elements |
|
|
5580
|
[Tomcat6][Jetty6] Deploying JEE5 web prj requires JSF jars |
|
|
5584
|
[UML] With Turkish locale tool cannot save or load diagrams without corrupting them |
|
|
5588
|
[Desktop] Screencapture is problematic on Vista |
|
|
5589
|
[EAR] New Ear Wizard doesn't not list EJB5 projects as possible modules |
|
|
5590
|
[JSF] JSF Validator throws exception when validation javaee5 tutorial project |
|
|
5594
|
[JSF] WTP JSF application config parser fails if the configuration file contains specific elements |
|
|
5606
|
[EJB] Incorrect persistence.xml file generated when creating EJB3 project |
|
|
5634
|
[Doc] no OSS license compliance info |
|
|
5562
|
[JPA] JPA capabilities wizard does not configure DALI properties |
|
|
4096
|
[Wizards] Applet wizard ignores encoding pref |
|
|
5652
|
[JSF] NullPointerException when editing an existing ManagedBean |
|
|
5640
|
[WD3]XHTML editor marks multiple warnings on simple XHTML page |
|
|
5639
|
[XHTML] Formatting of XHTML pages looks bad |
|
Release 5.5.0 Milestone-1
January 26, 2007
Problems fixed since MyEclipse 5.1.0 GA
| ID | Defects - FIXED | Notes |
|
1372
|
[Validation] 'derived' validation mechanism interferes with CVS
|
See
link
for details.
|
|
4958
|
NLS warnings from bugzilla plugin |
|
|
5052
|
[J2EECore][Win2k] EJB Project dep. project deploy policy radio buttons missing |
|
|
5083
|
[Core] perspective switch logic may cause problems on startup |
|
|
5206
|
[DB] Run Package list too tall |
|
|
4743
|
[DB] Edit Data fails for some tables |
|
|
4923
|
[DB] Oracle Advanced DDL generation and XML extraction fail in Japanese mode |
|
|
4956
|
DB] Open action doesn't work with quoted procedures in Oracle |
|
|
5037
|
[DB][MySQL] Error dialog shows java details |
|
|
5027
|
[DB] root DB pref page is cluttered |
|
|
4685
|
[Core] Change default WAR export location to project root |
|
|
3230
|
[Hibernate]Exclude column from reveng boolean ignored |
|
|
4267
|
[Hibernate] Reverse engineering template zip is out of date |
|
|
5145
|
[Hibernate] No way to disable many to many generation |
|
|
5148
|
[Hibernate] Incorrect many-to-many mappings generated |
|
|
4984
|
[Hibernate] HibernateSessionFactory is not thread safe |
|
|
4241
|
[Image Preview]No way to see size of an image |
|
|
5180
|
[Image Editor] No nice recovery if file format not matching the file extension |
|
|
4967
|
[Image Editor] Can't draw an arrow |
|
|
5031
|
[ImageEditor] palette tools properties dialogs open at 0,0 on the desktop |
|
|
5058
|
[ImageEditor] After cropping image, you can't immediately draw on it |
|
|
5059
|
[ImageEditor] Cannot Cut/Copy or Delete text layers |
|
|
5033
|
[WD3] Preview of XHTML page with xmlns is broken |
|
|
5056
|
[WD3] Internal anchor navigation doesn't work in preview |
|
|
5059
|
[WD3] 'Text Area wizard' issue |
|
|
5179
|
[WD3] Preview on html file fails on JSF Webproject |
|
|
4989
|
[WD3] Can't edit non-project files with Web Designer |
|
|
5082
|
[WD3] Linux Browser compatibility message are out of date with latest WD3.1 update |
|
|
4926
|
[Matisse] JComboBox model editor is incorrect |
|
|
4927
|
[Matisse] JTable model editor is incorrect |
|
|
4968
|
Matisse] Setting icon property using 'Classpath' does not work |
|
|
5099
|
[Matisse] New Form wizard fields not initialized |
|
|
4942
|
[Struts] Form Edit Wizard has invalid properties mode |
|
|
5045
|
[Tapestry] Save Preferences fails if "Templates" or "Spec" editor have been opened previously |
|
|
4950
|
[UML] Unrecognized object when generating Java from UMR |
|
|
4961
|
[UML] Extra '+' added when editing connections with in-place editor. |
|
|
5003
|
[UML] Copy and Paste of elements or fields doesn't work |
|
|
4187
|
[WS] Top down generation fails for particular WSDL file and XMLBeans bindings |
|
|
4850
|
[WS] WSDL Top-Down: Error generating JAXB model |
|
|
4900
|
[WS] unsupported webservices are not detected |
|
|
5016
|
[WS] XFire HTTP Client libraries are required but not automatically added |
|
|
5074 |
[WS] JAXB2 error details not reported during service / client generation |
|
|
4978 |
Cursor jumps to end in Context-root URI field |
|
|
925 |
Graph in XSD editor not available until Outline view has been touched |
|
| 1394 | [XML] XSD Editor Source State not updated in Outline/Graph |


