Seam tools 3.2.0.Beta2 What's New

< Main Index Delta Cloud Tools >


Quick Fixes


Missing setter method for the property

If the setter method for a property defined in components.xml is missing then this setter can be created via Quick Fix menu:

Related Jira


Missing Seam runtime

Two quick fixes are available now for missing Seam runtimes:
1. Rename the Seam runtime via Seam Settings Page
2. Add missing runtime



Related Jira


Validation


view-id validation in pages.xml

"view-id" validation has been improved. The following attributes are now validated:
- <pages no-conversation-view-id="" login-view-id="">
- <page view-id="" no-conversation-view-id="">
- <render view-id="">

Related Jira


@Import annotations

Seam validator will take into accaunt @Import annotations to resolve context variable names for bijections.

Related Jira