<?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/"
		>
<channel>
	<title>Comments on: ClassNotFoundException: org.hibernate.hql.ast.HqlToken in Weblogic</title>
	<atom:link href="http://blog.inflinx.com/2007/09/05/classnotfoundexception-orghibernatehqlasthqltoken-in-weblogic/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com/2007/09/05/classnotfoundexception-orghibernatehqlasthqltoken-in-weblogic/</link>
	<description>All About Software Development</description>
	<lastBuildDate>Thu, 10 Nov 2011 17:04:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: CSA</title>
		<link>http://blog.inflinx.com/2007/09/05/classnotfoundexception-orghibernatehqlasthqltoken-in-weblogic/comment-page-1/#comment-6862</link>
		<dc:creator>CSA</dc:creator>
		<pubDate>Fri, 09 Jul 2010 10:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/2007/09/05/classnotfoundexception-orghibernatehqlasthqltoken-in-weblogic/#comment-6862</guid>
		<description>I have the same problem Neal said.
If I put &#039;prefer-web-inf-classes&#039; to TRUE, then the application doesn&#039;t start:
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

If I put it to FALSE, I get this exception when I try to login (with db query).

Any help? Thx</description>
		<content:encoded><![CDATA[<p>I have the same problem Neal said.<br />
If I put &#8216;prefer-web-inf-classes&#8217; to TRUE, then the application doesn&#8217;t start:<br />
Error 404&#8211;Not Found<br />
From RFC 2068 Hypertext Transfer Protocol &#8212; HTTP/1.1:</p>
<p>If I put it to FALSE, I get this exception when I try to login (with db query).</p>
<p>Any help? Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo</title>
		<link>http://blog.inflinx.com/2007/09/05/classnotfoundexception-orghibernatehqlasthqltoken-in-weblogic/comment-page-1/#comment-6147</link>
		<dc:creator>Marcelo</dc:creator>
		<pubDate>Wed, 26 May 2010 18:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/2007/09/05/classnotfoundexception-orghibernatehqlasthqltoken-in-weblogic/#comment-6147</guid>
		<description>Thanks a lot!!! I forgot to google that problem! With your help i could have this resolved a few days ago!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!!! I forgot to google that problem! With your help i could have this resolved a few days ago!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefaan Somers</title>
		<link>http://blog.inflinx.com/2007/09/05/classnotfoundexception-orghibernatehqlasthqltoken-in-weblogic/comment-page-1/#comment-5482</link>
		<dc:creator>Stefaan Somers</dc:creator>
		<pubDate>Wed, 28 Apr 2010 11:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/2007/09/05/classnotfoundexception-orghibernatehqlasthqltoken-in-weblogic/#comment-5482</guid>
		<description>&lt;a href=&quot;#comment-43&quot; rel=&quot;nofollow&quot;&gt;@Neal&lt;/a&gt; 
Hi,

did you ever succeed to get this work with a WAR-file. There you cannot use the weblogic-application.xml</description>
		<content:encoded><![CDATA[<p><a href="#comment-43" rel="nofollow">@Neal</a><br />
Hi,</p>
<p>did you ever succeed to get this work with a WAR-file. There you cannot use the weblogic-application.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji</title>
		<link>http://blog.inflinx.com/2007/09/05/classnotfoundexception-orghibernatehqlasthqltoken-in-weblogic/comment-page-1/#comment-5286</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Fri, 23 Apr 2010 15:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/2007/09/05/classnotfoundexception-orghibernatehqlasthqltoken-in-weblogic/#comment-5286</guid>
		<description>&lt;a href=&quot;#comment-5282&quot; rel=&quot;nofollow&quot;&gt;@Jesfre&lt;/a&gt; 
How are you packaging your webservice? If it is being packaged as a war file, I think you can still include weblogic.xml with prefer-web-inf-classes tag.</description>
		<content:encoded><![CDATA[<p><a href="#comment-5282" rel="nofollow">@Jesfre</a><br />
How are you packaging your webservice? If it is being packaged as a war file, I think you can still include weblogic.xml with prefer-web-inf-classes tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesfre</title>
		<link>http://blog.inflinx.com/2007/09/05/classnotfoundexception-orghibernatehqlasthqltoken-in-weblogic/comment-page-1/#comment-5282</link>
		<dc:creator>Jesfre</dc:creator>
		<pubDate>Fri, 23 Apr 2010 14:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/2007/09/05/classnotfoundexception-orghibernatehqlasthqltoken-in-weblogic/#comment-5282</guid>
		<description>What if I&#039;ve a Webservice project instead of a EAR project? There is not a weblogic-application.xml. Wich one can I change to make WL works?</description>
		<content:encoded><![CDATA[<p>What if I&#8217;ve a Webservice project instead of a EAR project? There is not a weblogic-application.xml. Wich one can I change to make WL works?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

