[
http://jira.jboss.com/jira/browse/JBIDE-2327?page=comments#action_12416502 ]
Alexey Kazakov commented on JBIDE-2327:
---------------------------------------
Antoine. I can't reproduce it but it looks like you cought a bug of our seam tools
model. Can you try to do the following thinks:
1. Rebuild the project (or projects). I think you have tried it but anyway..
2. If rebuilding does not help then remove all files from
<workspace>\.metadata\.plugins\org.jboss.tools.seam.core\projects\*
3. Rebuild the projects again.
Please tell us if it helps.
BTW I found another bug with <property>. We require a setter for <property
name=""> but the component can have only a filed without setter. So we should
check a setter OR a field with proper name. I will create new issue about it.
Seam Validator looking for non existing "startup" property
----------------------------------------------------------
Key: JBIDE-2327
URL:
http://jira.jboss.com/jira/browse/JBIDE-2327
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 2.1.1
Environment: Windows XP
eclipse 3.3.2
jdk 1.5.0_12
Reporter: Antoine Sabot-Durand
Assigned To: Alexey Kazakov
Fix For: 2.1.2
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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira