[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-2327) Seam Validator looking for non existing "startup" property

Antoine Sabot-Durand (JIRA) jira-events at lists.jboss.org
Wed Jun 11 11:20:16 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-2327?page=comments#action_12416526 ] 
            
Antoine Sabot-Durand commented on JBIDE-2327:
---------------------------------------------

Sorry that doesn't work.

But I have a new lead on this issue. One of my projects doesn't show this error and it is configured for seam 2.1. So I copied the <component> header of the components.xml to a faulty project and the error go away.
So with  this Header

<?xml version="1.0" encoding="UTF-8"?>
<components xmlns="http://jboss.com/products/seam/components"
            xmlns:core="http://jboss.com/products/seam/core"
            xmlns:persistence="http://jboss.com/products/seam/persistence"
            xmlns:security="http://jboss.com/products/seam/security"
            xmlns:web="http://jboss.com/products/seam/web"
            xmlns:mail="http://jboss.com/products/seam/mail"
            xmlns:transaction="http://jboss.com/products/seam/transaction"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation=
                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.1.xsd
                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.1.xsd
                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.1.xsd
                 http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.1.xsd
                 http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-2.1.xsd
                 http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.1.xsd
                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">

(2.1 xsd) everything is ok, even if the project is configured for Seam 2.02sp1
But with this header

<?xml version="1.0" encoding="UTF-8"?>
<components xmlns="http://jboss.com/products/seam/components"
            xmlns:core="http://jboss.com/products/seam/core"
            xmlns:persistence="http://jboss.com/products/seam/persistence"
            xmlns:security="http://jboss.com/products/seam/security"
            xmlns:web="http://jboss.com/products/seam/web"
            xmlns:mail="http://jboss.com/products/seam/mail"
            xmlns:transaction="http://jboss.com/products/seam/transaction"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation=
                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd
                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.0.xsd
                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
                 http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.0.xsd
                 http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-2.0.xsd
                 http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.0.xsd
                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">

(2.0 xsd) I got the error.

does that help ?

> 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

        



More information about the jbosstools-issues mailing list