CDI/Seam 3 tools 3.3.0.M5 What's New

< Main Index Forge Tools News >


CDI (JSR-299)


New CDI Web Project Wizard

New CDI Web Project wizard is now available:



Related Jira


CDI Extensions/Solder


@DefaultBean validation

Solder default beans (@DefaultBean) are validated and if any of the following problems is detected then CDI validator will mark the code:

  • 1. Default producer fields are not supported on normal scoped beans. - it is a deployment error.
  • 2. Two default beans with the same type and qualifiers is a deployment error.


  • Related Jira


    All Assignable Beans Dialog

    New filter "Eliminated @DefaultBean" is now available in Assignable Beans dialog (Ctrl+Click on @Inject) which helps you to filter out default beans for the injection point. Note: you will see this filter only if your project has Solder jars in its classpath.



    Related Jira