You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Adam Winer (JIRA)" <de...@myfaces.apache.org> on 2007/05/30 18:27:15 UTC

[jira] Created: (TRINIDAD-44) Fix assertion failures in Trinidad

Fix assertion failures in Trinidad
----------------------------------

                 Key: TRINIDAD-44
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-44
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.0.0-incubating-core
            Reporter: Adam Winer
            Assignee: Adam Winer


Enable assertions and run the tests - no assertions should be firing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TRINIDAD-44) Fix assertion failures in Trinidad

Posted by "Francisco Passos (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512956 ] 

Francisco Passos commented on TRINIDAD-44:
------------------------------------------

It seems some variant of this problem remains. Running Trinidad 1.0.1 in debug mode on Weblogic 9 yields the following on the first page access:

java.lang.AssertionError
        at org.apache.myfaces.trinidadinternal.style.util.CSSUtils.getBaseSkinStyleSheetURI(CSSUtils.java:139)
        at org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils._createStyleSheetEntry(SkinStyleSheetParserUtils.java:191)
        at org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils.parseCSSSource(SkinStyleSheetParserUtils.java:122)
        at org.apache.myfaces.trinidadinternal.skin.StyleSheetEntry._createSkinStyleSheetFromCSS(StyleSheetEntry.java:249)
        at org.apache.myfaces.trinidadinternal.skin.StyleSheetEntry._createSkinStyleSheet(StyleSheetEntry.java:227)

> Fix assertion failures in Trinidad
> ----------------------------------
>
>                 Key: TRINIDAD-44
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-44
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Adam Winer
>            Assignee: Adam Winer
>             Fix For: 1.0.1-core
>
>
> Enable assertions and run the tests - no assertions should be firing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TRINIDAD-44) Fix assertion failures in Trinidad

Posted by "Adam Winer (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500184 ] 

Adam Winer commented on TRINIDAD-44:
------------------------------------

Adding
+          <argLine>-enableassertions</argLine>
+          <forkMode>once</forkMode>
to the surefire plugin configuration lets you run this. HOWEVER,
maven-2.0.6 gives you an error:
Caused by: java.lang.LinkageError: Class org/xml/sax/XMLReader violates loader constraints
So you need to use maven 2.0.4 or 2.0.5.

> Fix assertion failures in Trinidad
> ----------------------------------
>
>                 Key: TRINIDAD-44
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-44
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Adam Winer
>            Assignee: Adam Winer
>
> Enable assertions and run the tests - no assertions should be firing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TRINIDAD-44) Fix assertion failures in Trinidad

Posted by "Adam Winer (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer resolved TRINIDAD-44.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.1-core

Fixed.  See subversion commits for the issues that were present.

> Fix assertion failures in Trinidad
> ----------------------------------
>
>                 Key: TRINIDAD-44
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-44
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Adam Winer
>            Assignee: Adam Winer
>             Fix For: 1.0.1-core
>
>
> Enable assertions and run the tests - no assertions should be firing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.