<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Conundrum Solved: Odd Linkage Error in A4J</title>
	<atom:link href="http://www.summa-tech.com/blog/2010/06/29/conundrum-solved-odd-linkage-error-in-a4j/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.summa-tech.com/blog/2010/06/29/conundrum-solved-odd-linkage-error-in-a4j/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=conundrum-solved-odd-linkage-error-in-a4j</link>
	<description>Summa Blog</description>
	<lastBuildDate>Thu, 17 May 2012 15:31:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Via Bulatao</title>
		<link>http://www.summa-tech.com/blog/2010/06/29/conundrum-solved-odd-linkage-error-in-a4j/comment-page-1/#comment-2786</link>
		<dc:creator>Via Bulatao</dc:creator>
		<pubDate>Wed, 27 Oct 2010 13:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=2086#comment-2786</guid>
		<description>Hi Swetha! The colliding JARs may not necessarily be in your application, but it could be in your application server. Have you verified that the JARs installed on your application server do not collide against your application? Against each other? Make sure to check your classloader configuration as well. Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Swetha! The colliding JARs may not necessarily be in your application, but it could be in your application server. Have you verified that the JARs installed on your application server do not collide against your application? Against each other? Make sure to check your classloader configuration as well. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swetha</title>
		<link>http://www.summa-tech.com/blog/2010/06/29/conundrum-solved-odd-linkage-error-in-a4j/comment-page-1/#comment-2780</link>
		<dc:creator>swetha</dc:creator>
		<pubDate>Mon, 25 Oct 2010 11:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=2086#comment-2780</guid>
		<description>hi,
     i have been involved in a code generation tool comprising AndroMDA 3.3, ArgoUML, Maven. I have been successful in the process. By default the UI portion used to generate JSF pages use MyFaces framework. Now, I have been asked to replace MyFaces with RichFaces. On this process, i added richfaces jars to web-inf/lib. When I created a web application with this set up and deployed, I got the following error:

java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method &quot;org.ajax4jsf.component.AjaxViewRoot$1.invokeContextCallback(Ljavax/faces/context/FacesContext;Ljavax/faces/component/UIComponent V&quot; the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, org/ajax4jsf/component/AjaxViewRoot$1, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for interface javax/faces/component/ContextCallback have different Class objects for the type javax/faces/context/FacesContext used in the signature


Only then, i came across ur post here. Your post was very clear and precise and m able to understand the origin of this error. But the prob i face is that, the jar containing javax/faces/context/FacesContext class does not exist in my application. And i am not sure which class to delete. javax/faces/context/FacesContext or javax/faces/component/ContextCallback ??? 

Awaiting ur reply at the earliest......</description>
		<content:encoded><![CDATA[<p>hi,<br />
     i have been involved in a code generation tool comprising AndroMDA 3.3, ArgoUML, Maven. I have been successful in the process. By default the UI portion used to generate JSF pages use MyFaces framework. Now, I have been asked to replace MyFaces with RichFaces. On this process, i added richfaces jars to web-inf/lib. When I created a web application with this set up and deployed, I got the following error:</p>
<p>java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method &#8220;org.ajax4jsf.component.AjaxViewRoot$1.invokeContextCallback(Ljavax/faces/context/FacesContext;Ljavax/faces/component/UIComponent V&#8221; the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, org/ajax4jsf/component/AjaxViewRoot$1, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for interface javax/faces/component/ContextCallback have different Class objects for the type javax/faces/context/FacesContext used in the signature</p>
<p>Only then, i came across ur post here. Your post was very clear and precise and m able to understand the origin of this error. But the prob i face is that, the jar containing javax/faces/context/FacesContext class does not exist in my application. And i am not sure which class to delete. javax/faces/context/FacesContext or javax/faces/component/ContextCallback ??? </p>
<p>Awaiting ur reply at the earliest&#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

