-
Bug
-
Resolution: Done
-
Major
-
2.1.1
-
None
All my components configured in components.xml get a seam validator error
class <classname> of component <componentName> does not contain setter for property "startup"
Off course these components don't contain a startup property and the configuration in components.xml doesn't mention startup either.
For instance
<component name="sessionHdl">
<property name="pro">false</property>
</component>
Trigger the bug.
This problem started with JBoss Tools 2.1.0.GA and is stil present in 2.1.1, downgrading to 2.0.1.GA correct the problem. So it looks like a regression bug
- relates to
-
JBIDE-2342 Seam model/validator should still try and work even if the xsd versions are from a non-supporrted version
- Closed