[OS-JIRA] Created: (WOL-754) WOD Component name validation should be case sensitive

From: Chuck Hill (JIRA) ("Chuck)
Date: Tue Mar 11 2008 - 19:17:27 EDT

  • Next message: Louis Demers: "WOLips crash that makes my macbook fans go wild"

    WOD Component name validation should be case sensitive
    ------------------------------------------------------

                     Key: WOL-754
                     URL: http://issues.objectstyle.org/jira/browse/WOL-754
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
        Affects Versions: WOLips stable 3.3.4906 for Eclipse 3.3.2
                Reporter: Chuck Hill

    A binding like this validates OK:

    WOLToolbar: WOLToolbar {
    }

    Command-clicking on the component name (e.g. the right of the colon) navigates to the correct class.

    BUT, the class is actually WOLToolBar (er.wolips.components.WOLToolBar). Notice the capital B on bar. At runtime, the code fails with
    java.lang.ClassNotFoundException: Cannot find class or component named er.wolips.components.WOLToolbar in runtime or in a loadable bundle
            at ognl.helperfunction.WOHTMLWebObjectTag._componentReferenceWithClassNameDeclarationAndTemplate(WOHTMLWebObjectTag.java:141)
            at ognl.helperfunction.WOHTMLWebObjectTag._elementWithDeclaration(WOHTMLWebObjectTag.java:198)
            at ognl.helperfunction.WOHTMLWebObjectTag.dynamicElement(WOHTMLWebObjectTag.java:130)

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Tue Mar 11 2008 - 19:19:29 EDT