You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Paul Klaer <pk...@infeurope.lu> on 2005/07/27 14:01:57 UTC

removed rssTicker and isbnValidator problems

Hi Sean Shofield,

I saw you did the change for this issues (see bottom of mail)... Now 
using Jetty all works fine.
But using Weblogic we have a taglib problem since Weblogic validates and 
checks the myfaces_ext.tld, too.

---------------------------
<26-Jul-2005 17:00:23 o'clock CEST> <Error> <HTTP> <BEA-101017> 
<[ServletContext(id=8273943,name=recordals,context-path=/recordals)] 
Root cause of ServletException.

weblogic.servlet.jsp.JspException: (line 5): Error in using tag library 
uri='http://myfaces.apache.org/extensions' prefix='x': cannot find tag 
class: 'org.apache.myfaces.custom.rssticker.HtmlRssTickerTag'

         at 
weblogic.servlet.jsp.StandardTagLib.tld_jspException(StandardTagLib.java:1243)
---------------------------

and

---------------------------
<27-Jul-2005 13:22:29 o'clock CEST> <Error> <HTTP> <BEA-101017> 
<[ServletContext(id=21527435,name=devrcdrec,context-path=/devrcdrec)] 
Root cause of ServletException.
weblogic.servlet.jsp.JspException: (line 5): Error in using tag library 
uri='http://myfaces.apache.org/extensions' prefix='x': cannot find tag 
class: 'org.apache.myfaces.custom.isbnvalidator.ValidateISBNTag'
         at 
weblogic.servlet.jsp.StandardTagLib.tld_jspException(StandardTagLib.java:1243)
         at 
weblogic.servlet.jsp.StandardTagLib.parseTagDD(StandardTagLib.java:1327)

---------------------------

So we had to remove both tag libs information (validateISBN, rssTicker) 
of the "removed org.apache.myfaces.custom.rssticker.HtmlRssTickerTag" 
and "org.apache.myfaces.custom.isbnvalidator.ValidateISBNTag" packages.

Can you please remove both taglibs from the myfaces_ext.tld file? Since 
I can't commit? Or do you prefer an other solution for this issue? For 
now we need to use our own version.

 > Author: schof
 > Date: Mon Jun 27 12:08:10 2005
 > New Revision: 202030

 > URL: http://svn.apache.org/viewcvs?rev=202030&view=rev
 > URL: http://svn.apache.org/viewcvs?rev=202029&view=rev
 > Log:
 > removed rss ticker and isbn validator from tomahawk; rss ticker had
 > several issues (MYFACE-42, MYFACES-134); isbn validator was based on 
a > development version of commons-validator; they are not gone forever,
 > both components are available in impl/tags/before_svn_reorg



Best Regards,

Paul Klaer

Re: removed rssTicker and isbnValidator problems

Posted by Matthias Wessendorf <mw...@gmail.com>.
completly removed.

I'll add a newer version of RSS component to sandbox soon.

-Matthias

On 7/27/05, Paul Klaer <pk...@infeurope.lu> wrote:
> Ok, thank you Matthias for the fast solution,
> 
> be careful on comments within comments... it's not xml conform.
> 
> Please remove the comment "<!-- attribute(s) for the rss
> ticker...--><!-- " because it will cause this problem in weblogic:
> 
> org.xml.sax.SAXException:
> [HTTP:101248][ServletContext(id=5738359,name=devrcdrec,context-path=/)]:
> Deployment descriptor "/WEB-INF/tlds/myfaces_ext.tld" is malformed.
> Check against the DTD: The string "--" is not permitted within
> comments.
> 
> Best Regards,
> 
> Paul Klaer
> 
> -----------------------------------------------
> <!--tag>
>          <name>rssTicker</name>
> 
> <tag-class>org.apache.myfaces.custom.rssticker.HtmlRssTickerTag</tag-class>
>          <body-content>JSP</body-content>
>          <description>
>              Extends standard commandButton by user role support.
>          </description>
>          &html_universal_attributes;
>                 <!-- attribute(s) for the rss ticker... -->
>                 <!-- attribute>
>                         <name>rssUrl</name>
>                         <required>true</required>
>                         <rtexprvalue>false</rtexprvalue>
>                         <description>
>                                 URL on whichs the rss-information are available.
>                         </description>
>                 </attribute>
>         </tag-->
> 
> Matthias Wessendorf wrote:
> > I commented them out...
> >
> > thanks for the point...
> >
> > -Matthias
> >
> > On 7/27/05, Paul Klaer <pk...@infeurope.lu> wrote:
> >
> >>Hi Sean Shofield,
> >>
> >>I saw you did the change for this issues (see bottom of mail)... Now
> >>using Jetty all works fine.
> >>But using Weblogic we have a taglib problem since Weblogic validates and
> >>checks the myfaces_ext.tld, too.
> >>
> >>---------------------------
> >><26-Jul-2005 17:00:23 o'clock CEST> <Error> <HTTP> <BEA-101017>
> >><[ServletContext(id=8273943,name=recordals,context-path=/recordals)]
> >>Root cause of ServletException.
> >>
> >>weblogic.servlet.jsp.JspException: (line 5): Error in using tag library
> >>uri='http://myfaces.apache.org/extensions' prefix='x': cannot find tag
> >>class: 'org.apache.myfaces.custom.rssticker.HtmlRssTickerTag'
> >>
> >>         at
> >>weblogic.servlet.jsp.StandardTagLib.tld_jspException(StandardTagLib.java:1243)
> >>---------------------------
> >>
> >>and
> >>
> >>---------------------------
> >><27-Jul-2005 13:22:29 o'clock CEST> <Error> <HTTP> <BEA-101017>
> >><[ServletContext(id=21527435,name=devrcdrec,context-path=/devrcdrec)]
> >>Root cause of ServletException.
> >>weblogic.servlet.jsp.JspException: (line 5): Error in using tag library
> >>uri='http://myfaces.apache.org/extensions' prefix='x': cannot find tag
> >>class: 'org.apache.myfaces.custom.isbnvalidator.ValidateISBNTag'
> >>         at
> >>weblogic.servlet.jsp.StandardTagLib.tld_jspException(StandardTagLib.java:1243)
> >>         at
> >>weblogic.servlet.jsp.StandardTagLib.parseTagDD(StandardTagLib.java:1327)
> >>
> >>---------------------------
> >>
> >>So we had to remove both tag libs information (validateISBN, rssTicker)
> >>of the "removed org.apache.myfaces.custom.rssticker.HtmlRssTickerTag"
> >>and "org.apache.myfaces.custom.isbnvalidator.ValidateISBNTag" packages.
> >>
> >>Can you please remove both taglibs from the myfaces_ext.tld file? Since
> >>I can't commit? Or do you prefer an other solution for this issue? For
> >>now we need to use our own version.
> >>
> >> > Author: schof
> >> > Date: Mon Jun 27 12:08:10 2005
> >> > New Revision: 202030
> >>
> >> > URL: http://svn.apache.org/viewcvs?rev=202030&view=rev
> >> > URL: http://svn.apache.org/viewcvs?rev=202029&view=rev
> >> > Log:
> >> > removed rss ticker and isbn validator from tomahawk; rss ticker had
> >> > several issues (MYFACE-42, MYFACES-134); isbn validator was based on
> >>a > development version of commons-validator; they are not gone forever,
> >> > both components are available in impl/tags/before_svn_reorg
> >>
> >>
> >>
> >>Best Regards,
> >>
> >>Paul Klaer
> >>
> >
> >
> >
> 
> 


-- 
Matthias Wessendorf

Re: removed rssTicker and isbnValidator problems

Posted by Paul Klaer <pk...@infeurope.lu>.
Ok, thank you Matthias for the fast solution,

be careful on comments within comments... it's not xml conform.

Please remove the comment "<!-- attribute(s) for the rss 
ticker...--><!-- " because it will cause this problem in weblogic:

org.xml.sax.SAXException: 
[HTTP:101248][ServletContext(id=5738359,name=devrcdrec,context-path=/)]: 
Deployment descriptor "/WEB-INF/tlds/myfaces_ext.tld" is malformed. 
Check against the DTD: The string "--" is not permitted within
comments.

Best Regards,

Paul Klaer

-----------------------------------------------
<!--tag>
         <name>rssTicker</name>
 
<tag-class>org.apache.myfaces.custom.rssticker.HtmlRssTickerTag</tag-class>
         <body-content>JSP</body-content>
         <description>
             Extends standard commandButton by user role support.
         </description>
         &html_universal_attributes;
		<!-- attribute(s) for the rss ticker... -->
		<!-- attribute>
			<name>rssUrl</name>
			<required>true</required>
			<rtexprvalue>false</rtexprvalue>
			<description>
				URL on whichs the rss-information are available.
			</description>
		</attribute>
	</tag-->

Matthias Wessendorf wrote:
> I commented them out...
> 
> thanks for the point...
> 
> -Matthias
> 
> On 7/27/05, Paul Klaer <pk...@infeurope.lu> wrote:
> 
>>Hi Sean Shofield,
>>
>>I saw you did the change for this issues (see bottom of mail)... Now
>>using Jetty all works fine.
>>But using Weblogic we have a taglib problem since Weblogic validates and
>>checks the myfaces_ext.tld, too.
>>
>>---------------------------
>><26-Jul-2005 17:00:23 o'clock CEST> <Error> <HTTP> <BEA-101017>
>><[ServletContext(id=8273943,name=recordals,context-path=/recordals)]
>>Root cause of ServletException.
>>
>>weblogic.servlet.jsp.JspException: (line 5): Error in using tag library
>>uri='http://myfaces.apache.org/extensions' prefix='x': cannot find tag
>>class: 'org.apache.myfaces.custom.rssticker.HtmlRssTickerTag'
>>
>>         at
>>weblogic.servlet.jsp.StandardTagLib.tld_jspException(StandardTagLib.java:1243)
>>---------------------------
>>
>>and
>>
>>---------------------------
>><27-Jul-2005 13:22:29 o'clock CEST> <Error> <HTTP> <BEA-101017>
>><[ServletContext(id=21527435,name=devrcdrec,context-path=/devrcdrec)]
>>Root cause of ServletException.
>>weblogic.servlet.jsp.JspException: (line 5): Error in using tag library
>>uri='http://myfaces.apache.org/extensions' prefix='x': cannot find tag
>>class: 'org.apache.myfaces.custom.isbnvalidator.ValidateISBNTag'
>>         at
>>weblogic.servlet.jsp.StandardTagLib.tld_jspException(StandardTagLib.java:1243)
>>         at
>>weblogic.servlet.jsp.StandardTagLib.parseTagDD(StandardTagLib.java:1327)
>>
>>---------------------------
>>
>>So we had to remove both tag libs information (validateISBN, rssTicker)
>>of the "removed org.apache.myfaces.custom.rssticker.HtmlRssTickerTag"
>>and "org.apache.myfaces.custom.isbnvalidator.ValidateISBNTag" packages.
>>
>>Can you please remove both taglibs from the myfaces_ext.tld file? Since
>>I can't commit? Or do you prefer an other solution for this issue? For
>>now we need to use our own version.
>>
>> > Author: schof
>> > Date: Mon Jun 27 12:08:10 2005
>> > New Revision: 202030
>>
>> > URL: http://svn.apache.org/viewcvs?rev=202030&view=rev
>> > URL: http://svn.apache.org/viewcvs?rev=202029&view=rev
>> > Log:
>> > removed rss ticker and isbn validator from tomahawk; rss ticker had
>> > several issues (MYFACE-42, MYFACES-134); isbn validator was based on
>>a > development version of commons-validator; they are not gone forever,
>> > both components are available in impl/tags/before_svn_reorg
>>
>>
>>
>>Best Regards,
>>
>>Paul Klaer
>>
> 
> 
> 


Re: removed rssTicker and isbnValidator problems

Posted by Matthias Wessendorf <mw...@gmail.com>.
I commented them out...

thanks for the point...

-Matthias

On 7/27/05, Paul Klaer <pk...@infeurope.lu> wrote:
> Hi Sean Shofield,
> 
> I saw you did the change for this issues (see bottom of mail)... Now
> using Jetty all works fine.
> But using Weblogic we have a taglib problem since Weblogic validates and
> checks the myfaces_ext.tld, too.
> 
> ---------------------------
> <26-Jul-2005 17:00:23 o'clock CEST> <Error> <HTTP> <BEA-101017>
> <[ServletContext(id=8273943,name=recordals,context-path=/recordals)]
> Root cause of ServletException.
> 
> weblogic.servlet.jsp.JspException: (line 5): Error in using tag library
> uri='http://myfaces.apache.org/extensions' prefix='x': cannot find tag
> class: 'org.apache.myfaces.custom.rssticker.HtmlRssTickerTag'
> 
>          at
> weblogic.servlet.jsp.StandardTagLib.tld_jspException(StandardTagLib.java:1243)
> ---------------------------
> 
> and
> 
> ---------------------------
> <27-Jul-2005 13:22:29 o'clock CEST> <Error> <HTTP> <BEA-101017>
> <[ServletContext(id=21527435,name=devrcdrec,context-path=/devrcdrec)]
> Root cause of ServletException.
> weblogic.servlet.jsp.JspException: (line 5): Error in using tag library
> uri='http://myfaces.apache.org/extensions' prefix='x': cannot find tag
> class: 'org.apache.myfaces.custom.isbnvalidator.ValidateISBNTag'
>          at
> weblogic.servlet.jsp.StandardTagLib.tld_jspException(StandardTagLib.java:1243)
>          at
> weblogic.servlet.jsp.StandardTagLib.parseTagDD(StandardTagLib.java:1327)
> 
> ---------------------------
> 
> So we had to remove both tag libs information (validateISBN, rssTicker)
> of the "removed org.apache.myfaces.custom.rssticker.HtmlRssTickerTag"
> and "org.apache.myfaces.custom.isbnvalidator.ValidateISBNTag" packages.
> 
> Can you please remove both taglibs from the myfaces_ext.tld file? Since
> I can't commit? Or do you prefer an other solution for this issue? For
> now we need to use our own version.
> 
>  > Author: schof
>  > Date: Mon Jun 27 12:08:10 2005
>  > New Revision: 202030
> 
>  > URL: http://svn.apache.org/viewcvs?rev=202030&view=rev
>  > URL: http://svn.apache.org/viewcvs?rev=202029&view=rev
>  > Log:
>  > removed rss ticker and isbn validator from tomahawk; rss ticker had
>  > several issues (MYFACE-42, MYFACES-134); isbn validator was based on
> a > development version of commons-validator; they are not gone forever,
>  > both components are available in impl/tags/before_svn_reorg
> 
> 
> 
> Best Regards,
> 
> Paul Klaer
> 


-- 
Matthias Wessendorf