You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Paul Klaer (JIRA)" <de...@myfaces.apache.org> on 2005/11/22 16:14:42 UTC

[jira] Created: (MYFACES-860) tomahawk.tld and myfaces_ext.tld is malformed errors in weblogic log

tomahawk.tld and myfaces_ext.tld is malformed errors in weblogic log
--------------------------------------------------------------------

         Key: MYFACES-860
         URL: http://issues.apache.org/jira/browse/MYFACES-860
     Project: MyFaces
        Type: Bug
    Versions: Nightly    
    Reporter: Paul Klaer


Both use <p> and <i> html format tags for the description element and weblogic shows this errors on the log file several times....

Weblogic errors:

/META-INF/tomahawk.tld" is malformed. Check against the DTD: Element type "p" must be declared. (line 5316, column 16).>

tomahawk.tld" is malformed. Check against the DTD: Element type "i" must be declared. (line 5326, column 25).>

myfaces_ext.tld" is malformed. Check against the DTD: Element type "p" must be declared. (line 5316, column 16).>

/META-INF/myfaces_ext.tld" is malformed. Check against the DTD: Element type "i" must be declared. (line 5326, column 25).>


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


[jira] Commented: (MYFACES-860) tomahawk.tld and myfaces_ext.tld is malformed errors in weblogic log

Posted by "Simon Kitching (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-860?page=comments#action_12358295 ] 

Simon Kitching commented on MYFACES-860:
----------------------------------------

Actually, myfaces_ext.tld was *renamed* to tomahawk.tld on 2005-08-10. There is therefore no myfaces_ext.tld in SVN.
However for backwards compatibility, the tomahawk build.xml copies tomahawk.tld to myfaces_ext.tld, and tweaks the
library URL to be the same as the old tld's URL. So just rebuild and the problem should go away.

------------------------------------------------------------------------
r231038 | schof | 2005-08-10 02:15:32 +1200 (Wed, 10 Aug 2005) | 1 line
Changed paths:
   D /myfaces/tomahawk/trunk/tld/myfaces_ext.tld
   A /myfaces/tomahawk/trunk/tld/tomahawk.tld (from /myfaces/tomahawk/trunk/tld/myfaces_ext.tld:231037)

Regards, Simon


> tomahawk.tld and myfaces_ext.tld is malformed errors in weblogic log
> --------------------------------------------------------------------
>
>          Key: MYFACES-860
>          URL: http://issues.apache.org/jira/browse/MYFACES-860
>      Project: MyFaces
>         Type: Bug
>     Versions: Nightly
>     Reporter: Paul Klaer
>      Fix For: Nightly

>
> Both use <p> and <i> html format tags for the description element and weblogic shows this errors on the log file several times....
> Weblogic errors:
> /META-INF/tomahawk.tld" is malformed. Check against the DTD: Element type "p" must be declared. (line 5316, column 16).>
> tomahawk.tld" is malformed. Check against the DTD: Element type "i" must be declared. (line 5326, column 25).>
> myfaces_ext.tld" is malformed. Check against the DTD: Element type "p" must be declared. (line 5316, column 16).>
> /META-INF/myfaces_ext.tld" is malformed. Check against the DTD: Element type "i" must be declared. (line 5326, column 25).>

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


[jira] Closed: (MYFACES-860) tomahawk.tld and myfaces_ext.tld is malformed errors in weblogic log

Posted by "Simon Kitching (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-860?page=all ]
     
Simon Kitching closed MYFACES-860:
----------------------------------

    Fix Version: Nightly
     Resolution: Fixed

Fixed in SVN already

> tomahawk.tld and myfaces_ext.tld is malformed errors in weblogic log
> --------------------------------------------------------------------
>
>          Key: MYFACES-860
>          URL: http://issues.apache.org/jira/browse/MYFACES-860
>      Project: MyFaces
>         Type: Bug
>     Versions: Nightly
>     Reporter: Paul Klaer
>      Fix For: Nightly

>
> Both use <p> and <i> html format tags for the description element and weblogic shows this errors on the log file several times....
> Weblogic errors:
> /META-INF/tomahawk.tld" is malformed. Check against the DTD: Element type "p" must be declared. (line 5316, column 16).>
> tomahawk.tld" is malformed. Check against the DTD: Element type "i" must be declared. (line 5326, column 25).>
> myfaces_ext.tld" is malformed. Check against the DTD: Element type "p" must be declared. (line 5316, column 16).>
> /META-INF/myfaces_ext.tld" is malformed. Check against the DTD: Element type "i" must be declared. (line 5326, column 25).>

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


[jira] Commented: (MYFACES-860) tomahawk.tld and myfaces_ext.tld is malformed errors in weblogic log

Posted by "Paul Klaer (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-860?page=comments#action_12358292 ] 

Paul Klaer commented on MYFACES-860:
------------------------------------

Yes you're right, its done for the tomahawk.tld file.

But the myfaces_ext.tld has still <p> and <i> tags.  Line 804 where commandSortHeader is defined.

> tomahawk.tld and myfaces_ext.tld is malformed errors in weblogic log
> --------------------------------------------------------------------
>
>          Key: MYFACES-860
>          URL: http://issues.apache.org/jira/browse/MYFACES-860
>      Project: MyFaces
>         Type: Bug
>     Versions: Nightly
>     Reporter: Paul Klaer

>
> Both use <p> and <i> html format tags for the description element and weblogic shows this errors on the log file several times....
> Weblogic errors:
> /META-INF/tomahawk.tld" is malformed. Check against the DTD: Element type "p" must be declared. (line 5316, column 16).>
> tomahawk.tld" is malformed. Check against the DTD: Element type "i" must be declared. (line 5326, column 25).>
> myfaces_ext.tld" is malformed. Check against the DTD: Element type "p" must be declared. (line 5316, column 16).>
> /META-INF/myfaces_ext.tld" is malformed. Check against the DTD: Element type "i" must be declared. (line 5326, column 25).>

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


[jira] Commented: (MYFACES-860) tomahawk.tld and myfaces_ext.tld is malformed errors in weblogic log

Posted by "Mario Ivankovits (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-860?page=comments#action_12358268 ] 

Mario Ivankovits commented on MYFACES-860:
------------------------------------------

Duplicate of MYFACES-846 and should already be fixed.

> tomahawk.tld and myfaces_ext.tld is malformed errors in weblogic log
> --------------------------------------------------------------------
>
>          Key: MYFACES-860
>          URL: http://issues.apache.org/jira/browse/MYFACES-860
>      Project: MyFaces
>         Type: Bug
>     Versions: Nightly
>     Reporter: Paul Klaer

>
> Both use <p> and <i> html format tags for the description element and weblogic shows this errors on the log file several times....
> Weblogic errors:
> /META-INF/tomahawk.tld" is malformed. Check against the DTD: Element type "p" must be declared. (line 5316, column 16).>
> tomahawk.tld" is malformed. Check against the DTD: Element type "i" must be declared. (line 5326, column 25).>
> myfaces_ext.tld" is malformed. Check against the DTD: Element type "p" must be declared. (line 5316, column 16).>
> /META-INF/myfaces_ext.tld" is malformed. Check against the DTD: Element type "i" must be declared. (line 5326, column 25).>

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