<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Devel blog &#187; TagAttributeInfo</title>
	<atom:link href="http://devel.pc-serwis.com/tag/tagattributeinfo/feed/" rel="self" type="application/rss+xml" />
	<link>http://devel.pc-serwis.com</link>
	<description>My developer / gentoo user notes</description>
	<lastBuildDate>Tue, 29 Nov 2011 22:43:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Problem with TagLibs on Jetty run under maven2.</title>
		<link>http://devel.pc-serwis.com/2009/04/problem-with-taglibs-on-jetty-run-under-maven2/</link>
		<comments>http://devel.pc-serwis.com/2009/04/problem-with-taglibs-on-jetty-run-under-maven2/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 17:02:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jetty:run]]></category>
		<category><![CDATA[jstl]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[TagAttributeInfo]]></category>
		<category><![CDATA[taglibs]]></category>

		<guid isPermaLink="false">http://devel.pc-serwis.com/?p=49</guid>
		<description><![CDATA[Error obviously suggests problem with library versions. Generally first step  to solve this is to find out in what version of library below method is used, what version we  are using (jar may be provided by your application, by application server or sometimes in java libs folder). java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V  org.apache.jasper.compiler.TagLibraryInfoImpl.createAttribute (TagLibraryInfoImpl.java:577) Most often conflict is [...]]]></description>
			<content:encoded><![CDATA[<p>Error obviously suggests problem with library versions. Generally first step  to solve this is to find out in what version of library below method is used, what version we  are using (jar may be provided by your application, by application server or sometimes in java libs folder).</p>
<p>java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V  <a href="http://docjar.com/docs/api/org/apache/jasper/compiler/TagLibraryInfoImpl.html">org.apache.jasper.compiler.TagLibraryInfoImpl</a>.createAttribute (<a href="http://www.docjar.com/html/api/org/apache/jasper/compiler/TagLibraryInfoImpl.java.html">TagLibraryInfoImpl.java</a>:577)</p>
<p>Most often conflict is in jetty/libs directory, but where does jetty  under maven has it&#8217;s home dir?<br />
More about configuring jetty plugin <a href="http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin" target="_blank">here</a>.</p>
<p>After struggling with my configuration I find out that problem was in following lines:</p>
<p><code><br />
&lt;dependency&gt;<br />
&lt;groupId&gt;org.apache.geronimo.specs&lt;/groupId&gt;<br />
&lt;artifactId&gt;geronimo-j2ee_1.4_spec&lt;/artifactId&gt;<br />
&lt;version&gt;1.0&lt;/version&gt;<br />
&lt;/dependency&gt;<br />
</code></p>
<p>which I copied from other tutorial so small chances thay it will be your cause.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/jetty%3Arun' rel='tag' target='_blank'>jetty:run</a>, <a class='technorati-link' href='http://technorati.com/tag/jstl' rel='tag' target='_blank'>jstl</a>, <a class='technorati-link' href='http://technorati.com/tag/maven' rel='tag' target='_blank'>maven</a>, <a class='technorati-link' href='http://technorati.com/tag/TagAttributeInfo' rel='tag' target='_blank'>TagAttributeInfo</a>, <a class='technorati-link' href='http://technorati.com/tag/taglibs' rel='tag' target='_blank'>taglibs</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://devel.pc-serwis.com/2009/04/problem-with-taglibs-on-jetty-run-under-maven2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

